summaryrefslogtreecommitdiff
path: root/src/core/hle/hle.h
AgeCommit message (Expand)Author
2016-12-21core: Remove HLE module, consolidate code & various cleanups.bunnei
2016-09-18Sources: Run clang-format on everything.Emmanuel Gil Peyrot
2016-05-05HLE: Rename RescheduleIsPending to IsReschedulePending.bunnei
2016-03-21hle: Get rid of global access to g_rescheduleLioncash
2015-05-06Move typedefs from kernel.h to more appropriate placesYuri Kunde Schlesner
2015-05-06HLE: Clean up SVC dispatch mechanismYuri Kunde Schlesner
2015-01-09Move ThreadContext to core/core.h and deal with the falloutYuri Kunde Schlesner
2014-12-20License changepurpasmart96
2014-11-19Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Emmanuel Gil Peyrot
2014-06-13HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m...bunnei
2014-06-13HLE: Removed usnused EatCycles function.bunnei
2014-06-05hle: added a hokey way to force a thread reschedule during CPU single step mo...bunnei
2014-06-01kernel: changed main thread priority to default, updated Kernel::Reschedule t...bunnei
2014-05-28hle: removed PARAM64 macro (this was incorrect), made several bug fixes accor...bunnei
2014-05-20renamed "syscall" module to "svc" (more accurate naming)bunnei
2014-05-14added function stubs for EatCycles and ReSchedulebunnei
2014-05-07- removed HLE mem "hack" and replaced with kernel mem regionbunnei
2014-04-25moved HLE::MRC to its own module, added support for catching data synchroniza...bunnei
2014-04-16- fixed tabs in function_wrappers.hbunnei
2014-04-13added a GetPointer function for reading from HLE command bufferbunnei
2014-04-12added OS memory read/write for thread command bufferbunnei
2014-04-12- added HLE to connect to "srv:" servicebunnei
2014-04-11replace tabs with spacesbunnei
2014-04-10base code to call a syscall from ARM11 appcorebunnei
2014-04-10changed some naming/misc cleanupsbunnei
2014-04-10- removed syscall classes (will just use HLEFunction)bunnei
2014-04-10added initial modules for setting up SysCall HLEbunnei