index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared_memory: Minor fixes and cleanup.
bunnei
2018-01-14
1
-6
/
+6
*
svc: Implement svcMapSharedMemory.
bunnei
2018-01-14
2
-1
/
+38
*
kernel: Increase default stack size to 64K.
bunnei
2018-01-14
1
-1
/
+1
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
14
-14
/
+14
*
core: Include <algorithm> where used.
bunnei
2018-01-11
1
-0
/
+2
*
core: Fix recent GCC build breaks.
bunnei
2018-01-11
1
-2
/
+2
*
svc: Implement GetSystemTick.
bunnei
2018-01-11
2
-2
/
+21
*
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-10
2
-1
/
+8
*
svc: Stub ResetSignal and CreateTransferMemory
Subv
2018-01-10
2
-3
/
+28
*
svc: Stub SetMemoryAttribute
Subv
2018-01-10
2
-0
/
+11
*
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-10
4
-10
/
+25
*
SVC: Fixed WaitSynchronization with multiple handles when none is immediately...
Subv
2018-01-09
1
-7
/
+18
*
SVC: Implemented CancelSynchronization.
Subv
2018-01-09
2
-1
/
+19
*
ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.
Subv
2018-01-09
1
-2
/
+7
*
SVC: Fixed WaitSynchronization with multiple handles when at least one of the...
Subv
2018-01-09
2
-3
/
+29
*
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-08
8
-159
/
+167
*
mutex: Remove unused call to VerifyGuestState.
bunnei
2018-01-08
1
-3
/
+0
*
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
2018-01-08
3
-18
/
+16
*
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
2018-01-08
3
-63
/
+60
*
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-08
4
-30
/
+78
*
CoreTiming: Reworked CoreTiming (cherry-picked from Citra #3119)
B3n30
2018-01-08
2
-9
/
+5
*
IPC: Add functions to read the input move/copy objects from an IPC request.
Subv
2018-01-07
2
-2
/
+26
*
IPC: Don't attempt to read the command buffer if it holds a Close request.
Subv
2018-01-07
1
-0
/
+5
*
IPC Cleanup: Remove 3DS-specific code and translate copy, move and domain obj...
Subv
2018-01-07
2
-74
/
+72
*
IPC: Skip the entire u64 of the command id when receiving an IPC request.
Subv
2018-01-07
1
-1
/
+2
*
IPC: Use the correct size when pushing raw data to the command buffer and fix...
Subv
2018-01-07
2
-3
/
+7
*
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-07
2
-4
/
+23
*
semaphore: More changes for Switch.
bunnei
2018-01-07
2
-11
/
+17
*
wait_object: Refactor to allow waking up a single thread.
bunnei
2018-01-07
2
-15
/
+28
*
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-06
2
-1
/
+54
*
semaphore: Updates for Switch.
bunnei
2018-01-06
2
-21
/
+31
*
svc: Implement WaitSynchronization for a single handle.
bunnei
2018-01-06
1
-4
/
+24
*
svc: Refactor LockMutex code to use WaitSynchronization1.
bunnei
2018-01-06
1
-13
/
+45
*
svc: Add missing string_util include.
bunnei
2018-01-04
1
-0
/
+1
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-02
2
-23
/
+11
*
vm_manager: Use a more reasonable MAX_ADDRESS size.
bunnei
2018-01-02
1
-5
/
+4
*
svc: Remove unnecessary "svc" prefix to naming scheme.
bunnei
2018-01-02
1
-106
/
+106
*
hle: Move SVC code to kernel namespace.
bunnei
2018-01-02
3
-0
/
+805
*
vm_manager: Stub out a bunch of interfaces used by svcGetInfo.
bunnei
2018-01-01
2
-1
/
+51
*
core/video_core: Fix a bunch of u64 -> u32 warnings.
bunnei
2018-01-01
1
-2
/
+2
*
svc: Implement svcExitProcess.
bunnei
2018-01-01
2
-7
/
+38
*
svc: Implement svcLockMutex.
bunnei
2018-01-01
2
-23
/
+95
*
kernel: Add ObjectAddressTable class.
bunnei
2018-01-01
3
-2
/
+101
*
thread: Keep track of the initially created handle.
bunnei
2017-12-31
2
-1
/
+5
*
errors: Define missing kernel error codes.
bunnei
2017-12-31
1
-0
/
+3
*
svc: Implement svcUnmapMemory.
bunnei
2017-12-31
2
-0
/
+7
*
thread: Main thread should set thread handle to reg 1.
bunnei
2017-12-30
1
-1
/
+4
*
thread: Remove THUMB mode flag.
bunnei
2017-12-30
1
-1
/
+1
*
thread: Main thread should be ready by default, all others dormant.
bunnei
2017-12-30
1
-4
/
+3
*
kernel: Various 64-bit fixes in memory/process/thread
bunnei
2017-12-29
5
-14
/
+14
[next]