index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svc: Move most process termination code to its own function within Process
Lioncash
2018-09-21
3
-32
/
+56
*
thread/process: Move TLS slot marking/freeing to the process class
Lioncash
2018-09-21
4
-68
/
+89
*
Merge pull request #1372 from lioncash/thread
bunnei
2018-09-20
3
-5
/
+5
|
\
|
*
kernel/thread: Use owner_process when setting the page table in SetupMainThre...
Lioncash
2018-09-20
3
-5
/
+5
*
|
Merge pull request #1371 from lioncash/fwd-arm
bunnei
2018-09-20
1
-0
/
+1
|
\
\
|
*
|
arm_interface: Replace kernel vm_manager include with a forward declaration
Lioncash
2018-09-20
1
-0
/
+1
|
|
/
*
|
Merge pull request #1368 from ogniK5377/nifm-fix
bunnei
2018-09-20
1
-1
/
+7
|
\
\
|
*
|
Fixed submit
David Marcec
2018-09-21
1
-2
/
+1
|
*
|
Added IRequest::Submit
David Marcec
2018-09-21
1
-1
/
+8
|
|
/
*
/
Revert GetRequestState
David Marcec
2018-09-21
1
-1
/
+1
|
/
*
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 #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
|
|
/
*
/
arm_interface: Remove ARM11-isms from the CPU interface
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
31
-119
/
+125
|
/
/
*
|
Merge pull request #1310 from lioncash/kernel-ns
bunnei
2018-09-13
2
-7
/
+7
|
\
\
|
*
|
kernel/thread: Include thread-related enums within the kernel namespace
Lioncash
2018-09-13
2
-7
/
+7
|
|
/
*
|
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
|
|
/
[next]