aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/hle.h
Commit message (Expand)AuthorAge
* Move typedefs from kernel.h to more appropriate placesGravatar Yuri Kunde Schlesner2015-05-06
* HLE: Clean up SVC dispatch mechanismGravatar Yuri Kunde Schlesner2015-05-06
* Move ThreadContext to core/core.h and deal with the falloutGravatar Yuri Kunde Schlesner2015-01-09
* License changeGravatar purpasmart962014-12-20
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ...Gravatar Emmanuel Gil Peyrot2014-11-19
* HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only m...Gravatar bunnei2014-06-13
* HLE: Removed usnused EatCycles function.Gravatar bunnei2014-06-13
* hle: added a hokey way to force a thread reschedule during CPU single step mo...Gravatar bunnei2014-06-05
* kernel: changed main thread priority to default, updated Kernel::Reschedule t...Gravatar bunnei2014-06-01
* hle: removed PARAM64 macro (this was incorrect), made several bug fixes accor...Gravatar bunnei2014-05-28
* renamed "syscall" module to "svc" (more accurate naming)Gravatar bunnei2014-05-20
* added function stubs for EatCycles and ReScheduleGravatar bunnei2014-05-14
* - removed HLE mem "hack" and replaced with kernel mem regionGravatar bunnei2014-05-07
* moved HLE::MRC to its own module, added support for catching data synchroniza...Gravatar bunnei2014-04-25
* - fixed tabs in function_wrappers.hGravatar bunnei2014-04-16
* added a GetPointer function for reading from HLE command bufferGravatar bunnei2014-04-13
* added OS memory read/write for thread command bufferGravatar bunnei2014-04-12
* - added HLE to connect to "srv:" serviceGravatar bunnei2014-04-12
* replace tabs with spacesGravatar bunnei2014-04-11
* base code to call a syscall from ARM11 appcoreGravatar bunnei2014-04-10
* changed some naming/misc cleanupsGravatar bunnei2014-04-10
* - removed syscall classes (will just use HLEFunction)Gravatar bunnei2014-04-10
* added initial modules for setting up SysCall HLEGravatar bunnei2014-04-10