index
:
Citron
master
Mirror of the Citron emulator
silvan
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
Age
Commit message (
Expand
)
Author
2018-02-13
hle_ipc: Add helper functions for reading and writing buffers.
bunnei
2018-02-05
mutex: Update hasWaiters on release.
bunnei
2018-02-04
GetInfo: Implement IsCurrentProcessBeingDebugged.
bunnei
2018-02-04
WaitProcessWideKeyAtomic: Handle case where condition variable was already cr...
bunnei
2018-02-03
svc: SharedMemory size should be 64-bits and cleanup.
bunnei
2018-02-03
ArbitrateLock: Assert that requesting_thread is current_thread.
bunnei
2018-01-29
shared_memory: Only mark addresses as invalid if they are within the heap
shinyquagsire23
2018-01-27
Merge pull request #148 from MerryMage/feature/special-memory
bunnei
2018-01-27
memory: Replace all memory hooking with Special regions
MerryMage
2018-01-24
server_session: Fix scenario where all domain handlers are closed.
bunnei
2018-01-24
hle: Rename RequestBuilder to ResponseBuilder.
bunnei
2018-01-24
ipc_helpers: Make interface domain agnostic and add header validation.
bunnei
2018-01-24
hle: Integrate Domain handling into ServerSession.
bunnei
2018-01-24
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-24
handle_table: Remove ConvertSessionToDomain.
bunnei
2018-01-20
Format: Run the new clang format on everything
James Rowe
2018-01-19
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-19
Fixes some cast warnings, partial port of citra #3064 (#106)
River City Ransomware
2018-01-18
svc: Fix svcGetInfo MapRegionBaseAddr.
bunnei
2018-01-18
svc: Add additional fields to MemoryInfo struct.
bunnei
2018-01-18
Stub PopLaunchParameter and implement Buffer C Descriptors reading on hle_ipc...
gdkchan
2018-01-17
svc: Rename some entries to match their analogue on SwitchBrew
Lioncash
2018-01-17
svc: Add CreateJitMemory and MapJitMemory svc strings
Lioncash
2018-01-17
svc: Clang-format fix.
bunnei
2018-01-17
hle_ipc: Clang format.
bunnei
2018-01-17
ipc: Implement domain command CloseVirtualHandle.
bunnei
2018-01-16
SVC: Correct some return values in svcGetInfo and added TitleId and Privilege...
Subv
2018-01-16
SVC: Add 4.0.0+ comment to GetInfoType enum values.
Subv
2018-01-16
IPC: Push domain objects as move handles when not in a domain.
Subv
2018-01-16
Merge pull request #52 from ogniK5377/fsp
bunnei
2018-01-16
SetThreadCoreMask stub, time to implement fsp
David Marcec
2018-01-16
Added more svcGetInfo pairs
David Marcec
2018-01-16
clang-format
MerryMage
2018-01-14
shared_memory: Minor fixes and cleanup.
bunnei
2018-01-14
svc: Implement svcMapSharedMemory.
bunnei
2018-01-14
kernel: Increase default stack size to 64K.
bunnei
2018-01-13
yuzu: Update license text to be consistent across project.
bunnei
2018-01-11
core: Include <algorithm> where used.
bunnei
2018-01-11
core: Fix recent GCC build breaks.
bunnei
2018-01-11
svc: Implement GetSystemTick.
bunnei
2018-01-10
IPC: Corrected some definitions for the buffer C descriptor flags.
Subv
2018-01-10
svc: Stub ResetSignal and CreateTransferMemory
Subv
2018-01-10
svc: Stub SetMemoryAttribute
Subv
2018-01-10
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGe...
Subv
2018-01-09
SVC: Fixed WaitSynchronization with multiple handles when none is immediately...
Subv
2018-01-09
SVC: Implemented CancelSynchronization.
Subv
2018-01-09
ErrorCodes: Updated the InvalidHandle and Timeout kernel error codes.
Subv
2018-01-09
SVC: Fixed WaitSynchronization with multiple handles when at least one of the...
Subv
2018-01-08
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-08
mutex: Remove unused call to VerifyGuestState.
bunnei
[prev]
[next]