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