summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2014-09-09core: Prune redundant includesarchshift1-1/+0
2014-06-13HLE: Removed usnused EatCycles function.bunnei1-4/+0
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei1-1/+1
2014-06-05hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)bunnei1-0/+3
2014-06-02kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedulebunnei1-2/+3
2014-05-30hle: cleaned up log messagesbunnei1-3/+3
2014-05-21renamed "syscall" module to "svc" (more accurate naming)bunnei1-7/+7
2014-05-15added function stubs for EatCycles and ReSchedulebunnei1-0/+11
2014-05-08- removed HLE mem "hack" and replaced with kernel mem regionbunnei1-47/+0
2014-04-25moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei1-8/+0
2014-04-17- fixed tabs in function_wrappers.hbunnei1-1/+1
2014-04-13added framework for APT service (application and title launching service)bunnei1-0/+1
2014-04-13added a GetPointer function for reading from HLE command bufferbunnei1-0/+8
2014-04-13added OS memory read/write for thread command bufferbunnei1-2/+43
2014-04-13- added HLE to connect to "srv:" servicebunnei1-0/+13
2014-04-12- renamed hle_syscall to just syscallbunnei1-2/+2
2014-04-12moved hle.cpp into hle folder (due to mistake earlier)bunnei1-0/+0
2014-04-11base code to call a syscall from ARM11 appcorebunnei1-2/+26
2014-04-11changed some naming/misc cleanupsbunnei1-3/+3
2014-04-11- removed syscall classes (will just use HLEFunction)bunnei1-0/+33