bunnei
|
e98a3ca171
|
svc: Update MemoryInfo flags for 64-bit.
|
8 years ago |
Lioncash
|
856a1d0386
|
svc: Move ResetType enum to the kernel event header
|
10 years ago |
Lioncash
|
31797a242f
|
svc: Remove unused ArbitrationType enum
An equivalent enum already exists within address_arbiter.h
|
10 years ago |
Lioncash
|
12e92f17de
|
svc: Make ResetType an enum class
|
10 years ago |
Yuri Kunde Schlesner
|
84a22cb594
|
Kernel: Implement svcGetSystemInfo
This makes smealum/ctrulib@b96dd51d3349961189d4ab1bc2a5c45deff21c09 work
with Citra.
|
10 years ago |
Lioncash
|
c2689b8c2c
|
dyncom: Pass SVC immediates directly.
Previously it would just re-read the already decoded instruction and extract the immediate value.
|
11 years ago |
Yuri Kunde Schlesner
|
ecff2351a1
|
HLE: Clean up SVC dispatch mechanism
|
11 years ago |
Yuri Kunde Schlesner
|
7b3452c730
|
Move ThreadContext to core/core.h and deal with the fallout
|
11 years ago |
purpasmart96
|
ebfd831ccb
|
License change
|
11 years ago |
Emmanuel Gil Peyrot
|
f5d38649c7
|
Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated
|
11 years ago |
bunnei
|
9ece9da50d
|
arm: fixed bug in how thread context switch occurs with SkyEye
|
12 years ago |
bunnei
|
e7202e5b2d
|
svc: added ArbitrationType enumeration
|
12 years ago |
bunnei
|
143bba2045
|
renamed "syscall" module to "svc" (more accurate naming)
|
12 years ago |
bunnei
|
772abad778
|
- moved Handle/Result definitions to kernel.h
- added ResetType enum
|
12 years ago |
bunnei
|
4fba4f36bf
|
- added SVC stubs for QueryMemory and GetThreadId
- added SVC structs MemoryInfo and PageInfo
|
12 years ago |
bunnei
|
367d63691f
|
- added ThreadContext struct
- cleaned up CreateThread svc
|
12 years ago |
bunnei
|
02fbd42e7f
|
- renamed hle_syscall to just syscall
- added service.h as an initial service interface
|
12 years ago |