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
/
svc.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-03-13
svc: Move ResetType enum to the kernel event header
Lioncash
1
-6
/
+0
2016-03-12
svc: Remove unused ArbitrationType enum
Lioncash
1
-9
/
+0
2016-03-12
svc: Make ResetType an enum class
Lioncash
1
-5
/
+4
2015-12-01
Kernel: Implement svcGetSystemInfo
Yuri Kunde Schlesner
1
-0
/
+29
2015-07-21
dyncom: Pass SVC immediates directly.
Lioncash
1
-1
/
+1
2015-05-06
HLE: Clean up SVC dispatch mechanism
Yuri Kunde Schlesner
1
-1
/
+1
2015-01-09
Move ThreadContext to core/core.h and deal with the fallout
Yuri Kunde Schlesner
1
-15
/
+0
2014-12-21
License change
purpasmart96
1
-1
/
+1
2014-11-19
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
Emmanuel Gil Peyrot
1
-1
/
+1
2014-06-05
arm: fixed bug in how thread context switch occurs with SkyEye
bunnei
1
-0
/
+4
2014-05-30
svc: added ArbitrationType enumeration
bunnei
1
-0
/
+9
2014-05-21
renamed "syscall" module to "svc" (more accurate naming)
bunnei
1
-2
/
+2
2014-05-19
- moved Handle/Result definitions to kernel.h
bunnei
1
-4
/
+8
2014-05-16
- added SVC stubs for QueryMemory and GetThreadId
bunnei
1
-0
/
+11
2014-05-16
- added ThreadContext struct
bunnei
1
-0
/
+14
2014-04-12
- renamed hle_syscall to just syscall
bunnei
1
-0
/
+19