index
:
anonymous/yuzu
master
yuzu is the world's most popular, open-source, Nintendo Switch emulator — started by the creators of Citra. It is written in C++ with portability in mind,
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
svc.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
svc: Stub out SetThreadActivity, GetThreadContext.
bunnei
2018-04-03
1
-2
/
+14
*
svc: Stub GetThreadCoreMask.
bunnei
2018-03-30
1
-3
/
+11
*
More Warning cleanups
N00byKing
2018-03-19
1
-1
/
+1
*
Clean Warnings (?)
N00byKing
2018-03-19
1
-1
/
+1
*
svc: Use more correct values for GetInfo MapRegion and NewMapRegion.
bunnei
2018-03-16
1
-5
/
+5
*
MemoryState: Add additional memory states and improve naming.
bunnei
2018-03-16
1
-1
/
+1
*
core: Move process creation out of global state.
bunnei
2018-03-14
1
-18
/
+20
*
Merge pull request #215 from N00byKing/umapsharedmmry
bunnei
2018-02-26
1
-1
/
+12
|
\
|
*
(Hopefully) Fix MinGW Build
N00byKing
2018-02-25
1
-1
/
+1
|
*
Add UnmapSharedMemory
N00byKing
2018-02-25
1
-1
/
+12
*
|
Stub more functions
mailwl
2018-02-22
1
-1
/
+11
|
/
*
kernel: Use Scheduler class for threading.
bunnei
2018-02-18
1
-2
/
+2
*
GetInfo: Implement IsCurrentProcessBeingDebugged.
bunnei
2018-02-04
1
-0
/
+3
*
WaitProcessWideKeyAtomic: Handle case where condition variable was already created.
bunnei
2018-02-04
1
-8
/
+15
*
svc: SharedMemory size should be 64-bits and cleanup.
bunnei
2018-02-03
1
-8
/
+8
*
ArbitrateLock: Assert that requesting_thread is current_thread.
bunnei
2018-02-03
1
-0
/
+1
*
hle: Remove Domain and SyncObject kernel objects.
bunnei
2018-01-25
1
-2
/
+1
*
Format: Run the new clang format on everything
James Rowe
2018-01-21
1
-4
/
+6
*
Added CreateSharedMemory & UNIMPLEMENTED() for non existent services. (#113)
David
2018-01-20
1
-1
/
+13
*
svc: Fix svcGetInfo MapRegionBaseAddr.
bunnei
2018-01-19
1
-1
/
+1
*
svc: Rename some entries to match their analogue on SwitchBrew
Lioncash
2018-01-18
1
-7
/
+7
*
svc: Add CreateJitMemory and MapJitMemory svc strings
Lioncash
2018-01-18
1
-2
/
+2
*
svc: Clang-format fix.
bunnei
2018-01-17
1
-6
/
+4
*
SVC: Correct some return values in svcGetInfo and added TitleId and PrivilegedProcessId stubs.
Subv
2018-01-17
1
-6
/
+21
*
Merge pull request #52 from ogniK5377/fsp
bunnei
2018-01-17
1
-1
/
+18
|
\
|
*
SetThreadCoreMask stub, time to implement fsp
David Marcec
2018-01-16
1
-1
/
+6
|
*
Added more svcGetInfo pairs
David Marcec
2018-01-16
1
-0
/
+12
*
|
clang-format
MerryMage
2018-01-16
1
-6
/
+4
|
/
*
svc: Implement svcMapSharedMemory.
bunnei
2018-01-14
1
-1
/
+33
*
yuzu: Update license text to be consistent across project.
bunnei
2018-01-13
1
-1
/
+1
*
core: Include <algorithm> where used.
bunnei
2018-01-12
1
-0
/
+2
*
svc: Implement GetSystemTick.
bunnei
2018-01-12
1
-2
/
+13
*
svc: Stub ResetSignal and CreateTransferMemory
Subv
2018-01-11
1
-3
/
+20
*
svc: Stub SetMemoryAttribute
Subv
2018-01-11
1
-0
/
+5
*
Threads: Added enum values for the Switch's 4 cpu cores and implemented svcGetInfo(AllowedCpuIdBitmask)
Subv
2018-01-10
1
-6
/
+11
*
SVC: Fixed WaitSynchronization with multiple handles when none is immediately ready.
Subv
2018-01-09
1
-7
/
+18
*
SVC: Implemented CancelSynchronization.
Subv
2018-01-09
1
-1
/
+17
*
SVC: Fixed WaitSynchronization with multiple handles when at least one of them is ready.
Subv
2018-01-09
1
-1
/
+24
*
kernel: Rename Semaphore to ConditionVariable.
bunnei
2018-01-09
1
-25
/
+33
*
Kernel: Actually wake up the requested number of threads in Semaphore::Release.
Subv
2018-01-09
1
-1
/
+1
*
Kernel: Properly keep track of mutex lock data in the guest memory. This fixes userland locking/unlocking.
Subv
2018-01-09
1
-1
/
+4
*
Kernel: Allow chaining WaitSynchronization calls inside a wakeup callback.
Subv
2018-01-09
1
-15
/
+41
*
svc: Implement svcSignalProcessWideKey.
bunnei
2018-01-07
1
-2
/
+21
*
svc: Implement svcWaitProcessWideKeyAtomic.
bunnei
2018-01-06
1
-1
/
+49
*
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-05
1
-0
/
+1
*
arm: Remove SkyEye/Dyncom code that is ARMv6-only.
bunnei
2018-01-03
1
-19
/
+9
*
svc: Remove unnecessary "svc" prefix to naming scheme.
bunnei
2018-01-03
1
-106
/
+106
*
hle: Move SVC code to kernel namespace.
bunnei
2018-01-03
1
-0
/
+612