summaryrefslogtreecommitdiffstats
path: root/src/core/hle/svc.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-01-03hle: Move SVC code to kernel namespace.bunnei1-44/+0
2018-01-01svc: Improve svcGetInfo.bunnei1-28/+12
2017-10-20hle: Fix QueryMemory response for MemoryInfo.bunnei1-2/+3
2017-10-14svc: Update MemoryInfo flags for 64-bit.bunnei1-5/+5
2016-03-13svc: Move ResetType enum to the kernel event headerLioncash1-6/+0
2016-03-12svc: Remove unused ArbitrationType enumLioncash1-9/+0
An equivalent enum already exists within address_arbiter.h
2016-03-12svc: Make ResetType an enum classLioncash1-5/+4
2015-12-01Kernel: Implement svcGetSystemInfoYuri Kunde Schlesner1-0/+29
This makes smealum/ctrulib@b96dd51d3349961189d4ab1bc2a5c45deff21c09 work with Citra.
2015-07-21dyncom: Pass SVC immediates directly.Lioncash1-1/+1
Previously it would just re-read the already decoded instruction and extract the immediate value.
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner1-1/+1
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner1-15/+0
2014-12-21License changepurpasmart961-1/+1
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generatedEmmanuel Gil Peyrot1-1/+1
2014-06-05arm: fixed bug in how thread context switch occurs with SkyEyebunnei1-0/+4
2014-05-30svc: added ArbitrationType enumerationbunnei1-0/+9
2014-05-21renamed "syscall" module to "svc" (more accurate naming)bunnei1-2/+2
2014-05-19- moved Handle/Result definitions to kernel.hbunnei1-4/+8
- added ResetType enum
2014-05-16- added SVC stubs for QueryMemory and GetThreadIdbunnei1-0/+11
- added SVC structs MemoryInfo and PageInfo
2014-05-16- added ThreadContext structbunnei1-0/+14
- cleaned up CreateThread svc
2014-04-12- renamed hle_syscall to just syscallbunnei1-0/+19
- added service.h as an initial service interface