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
...
*
|
ipc_helpers: Make interface domain agnostic and add header validation.
bunnei
2018-01-24
1
-1
/
+12
*
|
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-24
5
-28
/
+66
*
|
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-24
7
-164
/
+2
*
|
handle_table: Remove ConvertSessionToDomain.
bunnei
2018-01-24
2
-17
/
+0
|
/
*
Format: Run the new clang format on everything
James Rowe
2018-01-20
22
-31
/
+32
*
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-19
2
-1
/
+22
*
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
2018-01-19
2
-2
/
+2
*
svc: Fix svcGetInfo MapRegionBaseAddr.
bunnei
2018-01-18
3
-1
/
+9
*
svc: Add additional fields to MemoryInfo struct.
bunnei
2018-01-18
1
-0
/
+4
*
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...
gdkchan
2018-01-18
2
-7
/
+33
*
svc: Rename some entries to match their analogue on SwitchBrew
Lioncash
2018-01-17
1
-7
/
+7
*
svc: Add CreateJitMemory and MapJitMemory svc strings
Lioncash
2018-01-17
1
-2
/
+2
*
svc: Clang-format fix.
bunnei
2018-01-17
1
-6
/
+4
*
hle_ipc: Clang format.
bunnei
2018-01-17
1
-2
/
+3
*
ipc: Implement domain command CloseVirtualHandle.
bunnei
2018-01-17
2
-2
/
+28
*
SVC: Correct some return values in svcGetInfo and added TitleId and Privilege...
Subv
2018-01-16
1
-6
/
+21
*
SVC: Add 4.0.0+ comment to GetInfoType enum values.
Subv
2018-01-16
1
-0
/
+1
*
IPC: Push domain objects as move handles when not in a domain.
Subv
2018-01-16
1
-0
/
+8
*
Merge pull request #52 from ogniK5377/fsp
bunnei
2018-01-16
4
-3
/
+35
|
\
|
*
SetThreadCoreMask stub, time to implement fsp
David Marcec
2018-01-16
1
-1
/
+6
|
*
Added more svcGetInfo pairs
David Marcec
2018-01-16
4
-2
/
+29
*
|
clang-format
MerryMage
2018-01-16
6
-18
/
+14
|
/
*
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
[prev]
[next]