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
*
Fix debug build
Lioncash
2018-12-01
1
-1
/
+1
*
service/set: Convert GetLanguageCode over to using PushEnum()
Lioncash
2018-11-30
1
-1
/
+1
*
service/set: Implement MakeLanguageCode
Lioncash
2018-11-30
2
-1
/
+19
*
Merge pull request #1801 from ogniK5377/log-before-execute
bunnei
2018-11-29
51
-390
/
+860
|
\
|
*
Added comment on Main memory size for more clarity
David Marcec
2018-11-27
1
-0
/
+1
|
*
Made svcSetHeapSize and svcCreateSharedMemory more readable
David Marcec
2018-11-27
1
-4
/
+4
|
*
Reworked svcs slightly, improved error messages in AM and fsp_srv
David Marcec
2018-11-27
3
-20
/
+30
|
*
Fixed hwopus compile error
David Marcec
2018-11-26
1
-1
/
+1
|
*
Improved error messages in AM, HwOpus and NvMap
David Marcec
2018-11-26
3
-26
/
+39
|
*
Improved error messages for SVCs
David Marcec
2018-11-26
1
-76
/
+170
|
*
Changed logging to be "Log before execution", Added more error logging, all s...
David Marcec
2018-11-26
51
-374
/
+726
*
|
Merge pull request #1817 from DarkLordZach/npad-idx-fix
bunnei
2018-11-28
1
-2
/
+2
|
\
\
|
*
|
npad: Use NPadIdToIndex to prevent invalid array access
Zach Hilman
2018-11-28
1
-2
/
+2
*
|
|
Merge pull request #1792 from bunnei/dma-pusher
bunnei
2018-11-28
1
-5
/
+10
|
\
\
\
|
*
|
|
dma_pushbuffer: Optimize to avoid loop and copy on Push.
bunnei
2018-11-27
1
-8
/
+6
|
*
|
|
gpu: Rewrite GPU command list processing with DmaPusher class.
bunnei
2018-11-26
1
-3
/
+10
*
|
|
|
Merge pull request #1814 from lioncash/ptr
bunnei
2018-11-27
2
-28
/
+26
|
\
\
\
\
|
*
|
|
|
file_sys/registered_cache: Remove unused <map> include
Lioncash
2018-11-27
1
-1
/
+0
|
*
|
|
|
file_sys/registered_cache: Use regular const references instead of std::share...
Lioncash
2018-11-27
2
-27
/
+26
*
|
|
|
|
npad: Fix copy/paste error with LED position assignments
Zach Hilman
2018-11-27
1
-3
/
+3
*
|
|
|
|
Merge pull request #1802 from DarkLordZach/user-data-storage
bunnei
2018-11-27
3
-17
/
+19
|
\
\
\
\
\
|
*
|
|
|
|
profile_manager: Save and load ProfileData from disk
Zach Hilman
2018-11-26
3
-17
/
+19
*
|
|
|
|
|
control_metadata: Correct typo in language name (Portugese -> Portuguese)
Lioncash
2018-11-27
1
-7
/
+17
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge pull request #1804 from lioncash/cast
bunnei
2018-11-26
1
-1
/
+1
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
gdbstub: Silence value truncation warning within FpuWrite()
Lioncash
2018-11-26
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
*
|
|
|
svc: Implement svcSetResourceLimitLimitValue()
Lioncash
2018-11-26
1
-1
/
+36
*
|
|
|
svc: Implement svcGetResourceLimitCurrentValue()
Lioncash
2018-11-26
1
-16
/
+49
*
|
|
|
svc: Implement svcGetResourceLimitLimitValue()
Lioncash
2018-11-26
2
-2
/
+33
*
|
|
|
svc: Implement svcCreateResourceLimit()
Lioncash
2018-11-26
2
-1
/
+27
|
/
/
/
*
|
|
Merge pull request #1793 from lioncash/ref
bunnei
2018-11-25
2
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
service/sm: Take std::string by const reference in UnregisterService
Lioncash
2018-11-24
2
-2
/
+2
|
|
/
*
|
svc: Return ERR_INVALID_ENUM_VALUE from svcGetInfo
Luke Street
2018-11-25
1
-1
/
+2
*
|
Merge pull request #1791 from bunnei/nvdrv-stub
bunnei
2018-11-24
2
-2
/
+18
|
\
\
|
|
/
|
/
|
|
*
nvdrv: Implement/stub DumpGraphicsMemoryInfo and GetStatus.
bunnei
2018-11-23
2
-2
/
+18
*
|
Merge pull request #1641 from DarkLordZach/sm-register-unregister
bunnei
2018-11-23
2
-2
/
+55
|
\
\
|
*
|
sm: Implement RegisterService and UnregisterService
Zach Hilman
2018-11-03
2
-2
/
+55
*
|
|
Merge pull request #1731 from DarkLordZach/change-dir-crash
bunnei
2018-11-23
2
-0
/
+6
|
\
\
\
|
*
|
|
filesystem: Clear registered union paths on factory creation
Zach Hilman
2018-11-18
2
-0
/
+6
*
|
|
|
Merge pull request #1692 from Hedges/GDBClean
bunnei
2018-11-23
1
-37
/
+86
|
\
\
\
\
|
*
|
|
|
GDBStub improvements:
Hedges
2018-11-13
1
-37
/
+86
*
|
|
|
|
Merge pull request #1708 from ogniK5377/res-scale
bunnei
2018-11-23
2
-13
/
+31
|
\
\
\
\
\
|
*
|
|
|
|
Removed hard coded values for width and height
David Marcec
2018-11-19
1
-2
/
+4
|
*
|
|
|
|
Report resolution scaling support for vi and am
David Marcec
2018-11-16
2
-13
/
+29
*
|
|
|
|
|
Merge pull request #1747 from DarkLordZach/exefs-lfs
bunnei
2018-11-23
2
-2
/
+48
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
patch_manager: Show LayeredExeFS patch in add-ons column
Zach Hilman
2018-11-20
1
-3
/
+14
|
*
|
|
|
|
patch_manager: Apply LayeredExeFS patches
Zach Hilman
2018-11-20
1
-0
/
+25
|
*
|
|
|
|
settings: Add option to dump ExeFS of games upon launch
Zach Hilman
2018-11-20
2
-0
/
+10
*
|
|
|
|
|
Merge pull request #1770 from DarkLordZach/applet-stub
bunnei
2018-11-23
4
-4
/
+102
|
\
\
\
\
\
\
|
*
|
|
|
|
|
am: Return StubApplet instead of nullptr when AppletId not found
Zach Hilman
2018-11-22
3
-11
/
+11
|
*
|
|
|
|
|
applets: Add StubApplet
Zach Hilman
2018-11-21
3
-0
/
+98
[next]