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
...
|
*
|
|
|
nax: Avoid re-parsing NAX data with GetFileType()
Lioncash
2018-09-19
2
-13
/
+19
|
*
|
|
|
nax: Avoid unnecessary calls to AsNCA() in IdentifyType()
Lioncash
2018-09-19
1
-4
/
+8
|
*
|
|
|
xts_archive: Ensure NAX's type member is always initialized
Lioncash
2018-09-19
1
-1
/
+1
|
*
|
|
|
xts_archive: Amend initializer order of NAX's constructor
Lioncash
2018-09-19
1
-2
/
+2
|
|
/
/
/
*
|
|
|
Removed unneeded event clear
David Marcec
2018-09-20
1
-1
/
+0
*
|
|
|
Implemented NTC & IEnsureNetworkClockAvailabilityService
David Marcec
2018-09-20
1
-3
/
+100
|
/
/
/
*
|
|
Reworked incorrect nifm stubs (#1355)
David
2018-09-19
1
-3
/
+10
*
|
|
Merge pull request #1359 from ogniK5377/nes
bunnei
2018-09-19
3
-7
/
+12
|
\
\
\
|
*
|
|
Fixed GetAccountId stub, Added error code for OpenDirectory and added Activat...
David Marcec
2018-09-19
3
-7
/
+12
|
|
|
/
|
|
/
|
*
|
|
Removed MakeBuilder as it's not needed anymore
David Marcec
2018-09-19
1
-7
/
+0
*
|
|
Removed the use of rp.MakeBuilder
David Marcec
2018-09-19
6
-27
/
+26
|
/
/
*
|
Merge pull request #1348 from ogniK5377/GetImageSize
bunnei
2018-09-18
1
-1
/
+9
|
\
\
|
*
|
Implemented GetImageSize
David Marcec
2018-09-19
1
-1
/
+9
*
|
|
Merge pull request #1351 from ogniK5377/GetDefaultDisplayResolution
bunnei
2018-09-18
2
-1
/
+18
|
\
\
\
|
*
|
|
Implemented GetDefaultDisplayResolution
David Marcec
2018-09-19
2
-1
/
+18
|
|
/
/
*
|
|
Merge pull request #1341 from lioncash/dependency
bunnei
2018-09-18
2
-2
/
+6
|
\
\
\
|
*
|
|
core/core_cpu: Replace exclusive monitor include with forward declaration
Lioncash
2018-09-17
2
-2
/
+6
|
|
/
/
*
|
|
Merge pull request #1346 from lioncash/svc
bunnei
2018-09-18
1
-37
/
+36
|
\
\
\
|
*
|
|
svc_wrap: Convert the PARAM macro into a function
Lioncash
2018-09-18
1
-37
/
+36
|
|
/
/
*
|
|
Merge pull request #1350 from ogniK5377/Six-Axis-Stub
bunnei
2018-09-18
1
-4
/
+28
|
\
\
\
|
*
|
|
Added ActivateGesture
David Marcec
2018-09-19
1
-1
/
+7
|
*
|
|
Added StopSixAxisSensor
David Marcec
2018-09-19
1
-1
/
+7
|
*
|
|
Stubbed ActivateConsoleSixAxisSensor & StartConsoleSixAxisSensor
David Marcec
2018-09-19
1
-2
/
+14
|
|
/
/
*
|
|
Invalid default value of username in yuzu_cmd (#1334)
Philippe Babin
2018-09-18
1
-2
/
+3
*
|
|
Merge pull request #1343 from lioncash/mutex
bunnei
2018-09-18
2
-2
/
+10
|
\
\
\
|
*
|
|
kernel/mutex: Replace ResultCode construction for invalid addresses with the ...
Lioncash
2018-09-17
1
-2
/
+2
|
*
|
|
kernel/svc: Handle error cases for svcArbitrateLock() and svcArbitrateUnlock()
Lioncash
2018-09-17
1
-0
/
+8
|
|
/
/
*
|
|
Merge pull request #1344 from lioncash/arm
bunnei
2018-09-18
7
-99
/
+86
|
\
\
\
|
*
|
|
arm_interface: Remove ARM11-isms from the CPU interface
Lioncash
2018-09-18
7
-99
/
+86
|
|
/
/
*
/
/
arm_dynarmic: Correct ExclusiveWrite128()'s operation
Lioncash
2018-09-18
1
-2
/
+2
|
/
/
*
|
Merge pull request #1312 from lioncash/fwd
bunnei
2018-09-17
3
-7
/
+9
|
\
\
|
*
|
service/vi: Replace includes with forward declarations where applicable
Lioncash
2018-09-13
3
-7
/
+9
*
|
|
Merge pull request #1313 from lioncash/error
bunnei
2018-09-17
1
-1
/
+2
|
\
\
\
|
*
|
|
kernel/errors: Amend error code for ERR_NOT_FOUND
Lioncash
2018-09-13
1
-1
/
+2
|
|
/
/
*
|
|
Merge pull request #1318 from lioncash/errors-sm
bunnei
2018-09-17
2
-8
/
+6
|
\
\
\
|
*
|
|
services/sm: Amend error code constants
Lioncash
2018-09-14
2
-8
/
+6
|
|
/
/
*
|
|
Merge pull request #1315 from lioncash/size
bunnei
2018-09-17
2
-19
/
+74
|
\
\
\
|
*
|
|
kernel/svc: Sanitize creation of shared memory via svcCreateSharedMemory()
Lioncash
2018-09-13
1
-2
/
+18
|
*
|
|
kernel/svc: Sanitize addresses, permissions, and sizes within svcMapSharedMem...
Lioncash
2018-09-13
1
-17
/
+25
|
*
|
|
kernel/svc: Sanitize addresses and sizes within svcMapMemory() and svcUnmapMe...
Lioncash
2018-09-13
1
-0
/
+23
|
*
|
|
kernel/svc: Sanitize heap sizes within svcSetHeapSize()
Lioncash
2018-09-13
2
-0
/
+8
|
|
/
/
*
|
|
Merge pull request #1328 from FearlessTobi/port-4192
bunnei
2018-09-17
1
-1
/
+1
|
\
\
\
|
*
|
|
Port # #4192 from Citra: "svc: change unknown to thread in CreateThread"
Valentin Vanelslande
2018-09-15
1
-1
/
+1
|
|
|
/
|
|
/
|
*
/
|
Port #4182 from Citra: "Prefix all size_t with std::"
fearlessTobi
2018-09-15
79
-395
/
+409
|
/
/
*
|
Merge pull request #1310 from lioncash/kernel-ns
bunnei
2018-09-13
4
-9
/
+10
|
\
\
|
*
|
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
4
-9
/
+10
|
|
/
*
|
Merge pull request #1309 from lioncash/nested
bunnei
2018-09-13
3
-12
/
+6
|
\
\
|
*
|
service: Use nested namespace specifiers where applicable
Lioncash
2018-09-13
3
-12
/
+6
|
|
/
*
|
Merge pull request #1307 from lioncash/pl
bunnei
2018-09-13
1
-2
/
+4
|
\
\
|
|
/
|
/
|
|
*
services/pl_u: Add missing Korean font to the fallback case for shared fonts
Lioncash
2018-09-12
1
-2
/
+4
[prev]
[next]