summaryrefslogtreecommitdiffstats
path: root/src/core/hle/hle.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: Prune redundant includesarchshift2014-09-091-1/+0
|
* HLE: Removed usnused EatCycles function.bunnei2014-06-131-4/+0
|
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)bunnei2014-06-131-1/+1
|
* hle: added a hokey way to force a thread reschedule during CPU single step mode (as used by the debugger)bunnei2014-06-051-0/+3
|
* kernel: changed main thread priority to default, updated Kernel::Reschedule to use PrepareReschedulebunnei2014-06-021-2/+3
|
* hle: cleaned up log messagesbunnei2014-05-301-3/+3
|
* renamed "syscall" module to "svc" (more accurate naming)bunnei2014-05-211-7/+7
|
* added function stubs for EatCycles and ReSchedulebunnei2014-05-151-0/+11
|
* - removed HLE mem "hack" and replaced with kernel mem regionbunnei2014-05-081-47/+0
| | | | | - added a helper function for getting command buffer for services - fixed bug where GSP DMA was incorrectly being done in DataSynchronizationBarrier (instead of gsp_TriggerCmdReqQueue)
* moved HLE::MRC to its own module, added support for catching data synchronization barrier commandbunnei2014-04-251-8/+0
|
* - fixed tabs in function_wrappers.hbunnei2014-04-171-1/+1
| | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
* added framework for APT service (application and title launching service)bunnei2014-04-131-0/+1
|
* added a GetPointer function for reading from HLE command bufferbunnei2014-04-131-0/+8
|
* added OS memory read/write for thread command bufferbunnei2014-04-131-2/+43
|
* - added HLE to connect to "srv:" servicebunnei2014-04-131-0/+13
| | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function
* - renamed hle_syscall to just syscallbunnei2014-04-121-2/+2
| | | | - added service.h as an initial service interface
* moved hle.cpp into hle folder (due to mistake earlier)bunnei2014-04-121-0/+57