bunnei
|
db7005ca05
|
Merge pull request #280 from bunnei/misc-service-fixes
Minor changes to VI, PL, HID, and AUDREN
|
2018-03-25 17:07:06 -04:00 |
|
mailwl
|
cfbce8c977
|
Service/sockets: add bsd:s, nsd:a, nsd:u services
|
2018-03-25 12:41:00 +03:00 |
|
bunnei
|
09f5837d6b
|
audren_u: Fix GetAudioDevice.
|
2018-03-25 03:24:20 -04:00 |
|
bunnei
|
dd7c34a978
|
hid: Stub out SetNpadJoyAssignmentModeDual.
|
2018-03-25 03:24:05 -04:00 |
|
bunnei
|
a4435604c9
|
pl_u: Add RequestLoad.
|
2018-03-25 03:23:52 -04:00 |
|
bunnei
|
79b3adba8e
|
Merge pull request #265 from bunnei/tegra-progress-2
Tegra progress 2
|
2018-03-23 23:30:48 -04:00 |
|
bunnei
|
0a28179632
|
Merge pull request #255 from Subv/sd_card
FS: Implemented access to the SD card
|
2018-03-23 20:48:26 -04:00 |
|
bunnei
|
9b2bfb9e9d
|
renderer_opengl: Fixes for properly flushing & rendering the framebuffer.
|
2018-03-23 15:49:04 -04:00 |
|
bunnei
|
c2a48352ad
|
renderer_opengl: Better handling of framebuffer transform flags.
|
2018-03-23 14:58:27 -04:00 |
|
mailwl
|
96164de3a0
|
Service/SSL: add ssl service
|
2018-03-23 09:32:50 +03:00 |
|
bunnei
|
aa667e6afa
|
nvdisp_disp0: Always flush and invalidate framebuffer region.
- Workaround for texture forwarding until we have a better place.
|
2018-03-22 23:18:04 -04:00 |
|
bunnei
|
6babc57354
|
video_core: Move FramebufferInfo to FramebufferConfig in GPU.
|
2018-03-22 21:04:30 -04:00 |
|
mailwl
|
e0d1e257a8
|
Service/spl: add module and services
|
2018-03-22 09:55:14 +03:00 |
|
Subv
|
43295efd0e
|
FS: Implemented IFileSystem::CreateDirectory.
|
2018-03-21 09:55:59 -05:00 |
|
mailwl
|
eaf65829ca
|
Service/vi: convert services to module
|
2018-03-21 13:09:40 +03:00 |
|
mailwl
|
ce7e0e503b
|
Service: add fatal:u, fatal:p services
|
2018-03-20 16:59:02 +03:00 |
|
Subv
|
ddafc857c7
|
FS: Implemented IFileSystem's OpenDirectory function.
Note that the filter parameter is not yet implemented.
|
2018-03-19 23:02:30 -05:00 |
|
Subv
|
fce3825edf
|
FS: Added the IDirectory IPC interface and implemented its two functions.
|
2018-03-19 23:01:47 -05:00 |
|
Subv
|
b15d0a65c4
|
FS: Implement MountSdCard.
|
2018-03-19 21:21:49 -05:00 |
|
Subv
|
a079723254
|
FS: Added an SDMC archive factory and registered it to the SDMC archive on startup.
|
2018-03-19 21:17:15 -05:00 |
|
N00byKing
|
d3bdad2aaa
|
Clang Fixes
|
2018-03-19 17:53:35 +01:00 |
|
N00byKing
|
f69c369cfb
|
oops
|
2018-03-19 17:43:04 +01:00 |
|
N00byKing
|
1212e9e231
|
Clean Warnings (?)
|
2018-03-19 17:07:08 +01:00 |
|
bunnei
|
bae5ccd6d2
|
vi: Remove DequeueBuffer and wait until next available buffer.
|
2018-03-18 20:56:35 -04:00 |
|
bunnei
|
479400acc8
|
hle_ipc: Remove GetPointer(..) usage with WriteToOutgoingCommandBuffer.
|
2018-03-18 20:56:33 -04:00 |
|
bunnei
|
b437a08a21
|
nvflinger: Remove superfluous buffer format check.
|
2018-03-16 20:11:50 -04:00 |
|
mailwl
|
f5fbe99e28
|
IGeneralService: fix function list
|
2018-03-16 16:34:12 +03:00 |
|
mailwl
|
44739126a5
|
Service/NIFM: stub cancel function
|
2018-03-16 11:08:22 +03:00 |
|
mailwl
|
db6c7e714c
|
Service/NIFM: convert to module
|
2018-03-16 11:00:29 +03:00 |
|
bunnei
|
f16763ed52
|
core: Move process creation out of global state.
|
2018-03-14 18:42:19 -04:00 |
|
bunnei
|
7dd960f543
|
Merge pull request #229 from Subv/ensuresavedata_impl
FS: Make EnsureSaveData create the save data if it doesn't already exist.
|
2018-03-04 15:49:42 -05:00 |
|
Subv
|
4a8b2154d7
|
FS: Stubbed CreateSaveData. It currently does nothing.
|
2018-03-04 14:31:57 -05:00 |
|
Subv
|
9702f6c2ed
|
FS: Make EnsureSaveData create the savedata folder when called for the first time.
|
2018-03-04 14:30:07 -05:00 |
|
Subv
|
6ac79e3a43
|
CoreTiming: Unschedule the pending events when an Interface is destroyed.
|
2018-03-04 10:34:25 -05:00 |
|
bunnei
|
64bf9f8cdf
|
Merge pull request #226 from Subv/buffer_queue_event
Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called
|
2018-03-03 12:38:18 -05:00 |
|
Subv
|
1fddc7fe43
|
Vi: Signal the BufferQueue's Native Handle right after ReleaseBuffer is called.
This prevents a thread starvation issue in Puyo Puyo Tetris.
We should hwtest this behavior and figure out where exactly this event is signaled.
|
2018-03-03 11:51:36 -05:00 |
|
mailwl
|
481a083593
|
Service/Set: add more services
|
2018-03-03 09:03:49 +03:00 |
|
Subv
|
77e64ac9b2
|
FS: Implement MountSaveData and some of the IFile interface.
|
2018-03-01 19:03:53 -05:00 |
|
Subv
|
dfdc72efa7
|
Filesystem: Added a SaveData Factory and associated Disk_FileSystem.
|
2018-03-01 19:03:52 -05:00 |
|
bunnei
|
da58d923a5
|
Merge pull request #212 from mailwl/stubs
Stub some functions
|
2018-02-23 21:09:56 -08:00 |
|
shinyquagsire23
|
2391d009c4
|
time: Add missing time:s functions, used for libnx
|
2018-02-23 00:34:15 -07:00 |
|
mailwl
|
8f256914fc
|
Stub more functions
|
2018-02-22 17:28:15 +03:00 |
|
mailwl
|
9d6a03e6a3
|
Stub am::SetScreenShotPermission, and bsd::StartMonitoring functions
|
2018-02-22 13:04:23 +03:00 |
|
shinyquagsire23
|
d589b1baf2
|
time: Add GetStandardLocalSystemClock, used by libnx
|
2018-02-21 18:43:05 -07:00 |
|
bunnei
|
3dc5a6ea30
|
Merge pull request #206 from mailwl/aoc-listaddoncontent
Service/AOC: stub ListAddOnContent function
|
2018-02-20 10:45:50 -05:00 |
|
mailwl
|
4f067f83a7
|
Service/AOC: stub ListAddOnContent function
|
2018-02-20 10:30:12 +03:00 |
|
bunnei
|
d305e5bed8
|
acc_u0: Stub ListOpenUsers service function.
|
2018-02-19 17:39:41 -05:00 |
|
bunnei
|
55537f1f02
|
service: Add Friend service interface.
|
2018-02-19 17:34:02 -05:00 |
|
Subv
|
9a235eec55
|
AM: Corrected the response in EnsureSaveData.
The values are still unknown and the function is still considered a stub.
Puyo Puyo Tetris now tries to call fsp-srv:MountSaveData.
|
2018-02-18 18:09:52 -05:00 |
|
bunnei
|
cccd72a8a9
|
Merge pull request #200 from Subv/bufferproducerfence
Make the fence handling in Vi a little less of a hack.
|
2018-02-18 14:11:04 -05:00 |
|