summaryrefslogtreecommitdiff
path: root/src/core/hle/hle.cpp
AgeCommit message (Expand)Author
2014-06-13HLE: Removed usnused EatCycles function.bunnei
2014-06-13HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)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-29hle: cleaned up log messagesbunnei
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 framework for APT service (application and title launching service)bunnei
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-11- renamed hle_syscall to just syscallbunnei
2014-04-11moved hle.cpp into hle folder (due to mistake earlier)bunnei