index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-03
Update AudioRenderer Voice Sections (#614)
David
1
-0
/
+87
2018-07-02
Update clang format
James Rowe
25
-114
/
+106
2018-07-02
Rename logging macro back to LOG_*
James Rowe
79
-556
/
+556
2018-07-01
GPU: Remove a surface from the cache when its backing memory is being unmappe...
Subv
1
-0
/
+5
2018-07-01
nvmap: Return the address of the nvmap object when Freeing it for the last time.
Subv
2
-4
/
+11
2018-06-27
settings: Add a configuration for use_accurate_framebuffers.
bunnei
2
-0
/
+3
2018-06-25
Send the correct RequestUpdateAudioRenderer revision in the output header (#587)
David
1
-1
/
+1
2018-06-25
Service/Audio: add hwopus service, stub GetWorkBufferSize function
mailwl
4
-0
/
+53
2018-06-23
Removed duplicate structs, changed AudioRendererResponse -> UpdateDataHeader ...
David
2
-34
/
+21
2018-06-22
Fixed RequestUpdateAudioRenderer deadlocks and calculated section sizes prope...
David
2
-44
/
+76
2018-06-22
IPC: skip empty buffer write
mailwl
1
-0
/
+5
2018-06-22
Kernel/Arbiters: Fix casts, cleanup comments/magic numbers
Michael Scire
4
-17
/
+27
2018-06-21
Add additional missing format.
Michael Scire
2
-21
/
+27
2018-06-21
Run clang-format on PR.
Michael Scire
3
-180
/
+181
2018-06-21
Kernel/Arbiters: HLE is atomic, adjust code to reflect that.
Michael Scire
2
-37
/
+13
2018-06-21
Add support for decrypted NCA files (#567)
Zach Hilman
9
-15
/
+452
2018-06-21
Kernel/Arbiters: Initialize arb_wait_address in thread struct.
Michael Scire
3
-1
/
+7
2018-06-21
Kernel/Arbiters: Clear WaitAddress in SignalToAddress
Michael Scire
1
-0
/
+1
2018-06-21
Kernel/Arbiters: Mostly implement SignalToAddress
Michael Scire
4
-10
/
+110
2018-06-21
Kernel/Arbiters: Implement WaitForAddress
Michael Scire
4
-6
/
+67
2018-06-21
Service/Audio: update audren:u service
mailwl
2
-49
/
+60
2018-06-21
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
7
-9
/
+147
2018-06-20
Build: Fixed some MSVC warnings in various parts of the code.
Subv
5
-10
/
+11
2018-06-19
Implement GetAvailableLanguageCodes2 (#575)
greggameplayer
1
-4
/
+1
2018-06-18
svc: Add a stub for UserExceptionContextAddr.
Jules Blok
1
-0
/
+5
2018-06-13
Narrow down filter of layout configs
Zach Hilman
2
-10
/
+5
2018-06-13
Move loop condition to free function
Zach Hilman
1
-4
/
+9
2018-06-13
Avoid initializing single-joycon layouts with handheld controller
Zach Hilman
2
-1
/
+5
2018-06-11
hid: Update all layouts and only show handheld as connected, fixes libnx inpu...
shinyquagsire23
2
-2
/
+3
2018-06-07
Common/string_util: add StringFromBuffer function
mailwl
1
-22
/
+9
2018-06-06
Stub IUser::AttachAvailabilityChangeEvent
mailwl
1
-5
/
+23
2018-06-06
nvdrv/devices/nvidia_ctrl_gpu : add IoctlCommands with their params (#524)
greggameplayer
2
-0
/
+53
2018-06-06
Remove unused header files
mailwl
1
-2
/
+0
2018-06-06
GDB Stub Improvements (#508)
Hedges
4
-27
/
+194
2018-06-05
nifm: Stub out IRequest::SetConnectionConfirmationOption.
bunnei
1
-1
/
+10
2018-06-05
am: Stub out IApplicationFunctions::GetPseudoDeviceId.
bunnei
2
-1
/
+13
2018-06-05
Small fixes
mailwl
2
-6
/
+8
2018-06-05
Service/MM: add service and stub some functions
mailwl
4
-0
/
+83
2018-06-04
Nvdrv/devices/nvhost_gpu : Add some IoctlCommands with their params (#511)
greggameplayer
1
-0
/
+47
2018-06-04
Correct function results
mailwl
1
-4
/
+16
2018-06-04
Service/nfp:user : stub some functions.
mailwl
1
-6
/
+70
2018-06-03
am: Implement ILibraryAppletAccessor::PopOutData.
bunnei
1
-1
/
+11
2018-06-03
am: ISelfController:LaunchableEvent should be sticky.
bunnei
1
-1
/
+1
2018-06-03
am: Stub out ILibraryAppletAccessor Start and GetResult methods.
bunnei
1
-2
/
+16
2018-06-03
am: Implement ILibraryAppletAccessor::PushInData.
bunnei
1
-43
/
+55
2018-06-03
am: Implement IStorageAccessor::Write.
bunnei
1
-1
/
+17
2018-06-03
am: Cleanup IStorageAccessor::Read.
bunnei
1
-5
/
+3
2018-06-03
am: Implement ILibraryAppletCreator::CreateStorage.
bunnei
2
-21
/
+34
2018-06-02
Kernel/Threads: A thread waking up by timeout from a WaitProcessWideKey may a...
Subv
1
-2
/
+5
2018-06-01
Service/time: implement posix time to calendar conversion
mailwl
2
-14
/
+72
[next]