index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
TransactParcel: Move WriteBlock to narrowest scope.
bunnei
2018-02-12
1
-10
/
+13
*
|
|
Merge pull request #184 from mailwl/lm
bunnei
2018-02-13
1
-20
/
+49
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Service/lm: add support to multiline logs
mailwl
2018-02-13
1
-20
/
+49
*
|
|
arm_dynarmic: Support direct page table access
MerryMage
2018-02-12
2
-10
/
+19
|
/
/
*
|
Merge pull request #179 from gdkchan/audren_stubs
bunnei
2018-02-12
1
-2
/
+76
|
\
\
|
*
|
Add RequestUpdateAudioRenderer, StartAudioRenderer and StopAudioRenderer stub...
gdkchan
2018-02-12
1
-2
/
+76
*
|
|
Merge pull request #178 from Subv/command_buffers
bunnei
2018-02-12
20
-23
/
+364
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Make a GPU class in VideoCore to contain the GPU state.
Subv
2018-02-11
20
-76
/
+125
|
*
GPU: Added a command processor to decode the GPU pushbuffers and forward the ...
Subv
2018-02-11
12
-3
/
+285
|
*
nvdrv: Make the GPU memory manager available to nvhost-gpu.
Subv
2018-02-11
3
-6
/
+16
*
|
renderer_opengl: Support framebuffer flip vertical.
bunnei
2018-02-11
3
-5
/
+13
*
|
vi: Parse IGBPQueueBufferRequestParcel params and expose buffer flip vertical.
bunnei
2018-02-11
6
-11
/
+46
*
|
vi: Fix OpenLayer and CreateStrayLayer.
bunnei
2018-02-11
1
-6
/
+8
|
/
*
fsp_srv: Stub MountSdCard.
bunnei
2018-02-09
2
-0
/
+9
*
apm: Refactor service impl. to support multiple ports.
bunnei
2018-02-09
5
-58
/
+102
*
vi: Implement TransactParcelAuto.
bunnei
2018-02-09
1
-32
/
+46
*
nvflinger: (Hack) Use first available buffer if none are found.
bunnei
2018-02-09
1
-1
/
+5
*
IGBPQueueBufferRequestParcel: Don't enforce buffer length.
bunnei
2018-02-09
1
-1
/
+0
*
IGBPRequestBufferResponseParcel: Fix response for libnx.
bunnei
2018-02-09
1
-7
/
+4
*
Merge pull request #171 from bunnei/libnx-fixes
bunnei
2018-02-09
6
-9
/
+38
|
\
|
*
nvdrv: Fix QueryEvent for libnx.
bunnei
2018-02-09
2
-4
/
+8
|
*
IApplicationDisplayService::CloseDisplay: Fix response params size.
bunnei
2018-02-08
1
-1
/
+1
|
*
nvhost_ctrl_gpu: Implement ZCullGetInfo.
bunnei
2018-02-08
1
-2
/
+14
|
*
acc_u0: Implement ListAllUsers.
bunnei
2018-02-08
2
-2
/
+15
*
|
dynarmic: Update to 41ae12263
MerryMage
2018-02-09
2
-31
/
+45
|
/
*
nvhost_as_gpu: Implement AllocateSpace and MapBufferEx.
bunnei
2018-02-07
2
-10
/
+33
*
nvdrv: Add MemoryManager class to track GPU memory.
bunnei
2018-02-07
3
-0
/
+162
*
nvmap: Refactor to expose nvmap objects.
bunnei
2018-02-07
2
-19
/
+22
*
nvhost_as_gpu: Add nvmap as a class member.
bunnei
2018-02-07
3
-2
/
+9
*
Service: stub some functions in am, audio, time, vi services
mailwl
2018-02-07
9
-6
/
+191
*
Service/hid: stub SetNpadHandheldActivationMode
mailwl
2018-02-06
1
-0
/
+7
*
Merge pull request #165 from bunnei/puyo-fixes
bunnei
2018-02-05
4
-2
/
+23
|
\
|
*
mutex: Update hasWaiters on release.
bunnei
2018-02-05
1
-0
/
+1
|
*
hid: Stub ActivateTouchScreen and SetNpadJoyHoldType.
bunnei
2018-02-05
1
-2
/
+14
|
*
IApplicationFunctions: Stub out EnsureSaveData.
bunnei
2018-02-05
2
-0
/
+8
*
|
Extra nvdrv support (#162)
David
2018-02-05
17
-37
/
+765
|
/
*
Merge pull request #164 from ogniK5377/libnx_sm_fix
bunnei
2018-02-05
1
-0
/
+2
|
\
|
*
Dont call UNIMPLEMENTED for 'empty services', just return error code
David Marcec
2018-02-05
1
-0
/
+2
*
|
Changed .istorage to .romfs
David Marcec
2018-02-05
2
-5
/
+5
|
/
*
set: GetAvailableLanguageCodes should not return lang_codes size.
bunnei
2018-02-04
1
-2
/
+3
*
nvflinger: Signal BufferQueue native handle event.
bunnei
2018-02-04
1
-0
/
+1
*
logger: Add Time service logging category.
bunnei
2018-02-04
3
-10
/
+12
*
logger: Add SET service logging category.
bunnei
2018-02-04
3
-16
/
+12
*
logger: Add PCTL service logging category.
bunnei
2018-02-04
3
-1
/
+3
*
logger: Add LM service logging category.
bunnei
2018-02-04
3
-2
/
+4
*
logger: Add APM service logging category.
bunnei
2018-02-04
3
-2
/
+5
*
lm: Ensure log string is non-empty before checking back().
bunnei
2018-02-04
1
-1
/
+1
*
logger: Add NIFM service logging category.
bunnei
2018-02-04
6
-11
/
+13
*
logger: Add VI service logging category.
bunnei
2018-02-04
6
-21
/
+22
*
hid: Stub out several functions.
bunnei
2018-02-04
1
-1
/
+39
[prev]
[next]