aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/hle/hle.cpp
Commit message (Collapse)AuthorAge
* CFG: Create a new subfolder cfg inside service to handle cfgGravatar Subv2014-12-21
| | | | Moved most of the shared CFG code there, implemented a few CFG:I functions
* License changeGravatar purpasmart962014-12-20
|
* HLE: Rename namespaces to match move & fix initialization orderGravatar Yuri Kunde Schlesner2014-12-16
|
* Convert old logging calls to new logging macrosGravatar Yuri Kunde Schlesner2014-12-13
|
* Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵Gravatar Emmanuel Gil Peyrot2014-11-19
| | | | or generated
* core: Prune redundant includesGravatar archshift2014-09-08
|
* HLE: Removed usnused EatCycles function.Gravatar bunnei2014-06-13
|
* HLE: Updated all uses of NULL to nullptr (to be C++11 compliant)Gravatar bunnei2014-06-13
|
* hle: added a hokey way to force a thread reschedule during CPU single step ↵Gravatar bunnei2014-06-05
| | | | mode (as used by the debugger)
* kernel: changed main thread priority to default, updated Kernel::Reschedule ↵Gravatar bunnei2014-06-01
| | | | to use PrepareReschedule
* hle: cleaned up log messagesGravatar bunnei2014-05-29
|
* 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
| | | | | - 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 ↵Gravatar bunnei2014-04-25
| | | | synchronization barrier command
* - fixed tabs in function_wrappers.hGravatar bunnei2014-04-16
| | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1
* added framework for APT service (application and title launching service)Gravatar bunnei2014-04-13
|
* 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
| | | | | | - 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 syscallGravatar bunnei2014-04-11
| | | | - added service.h as an initial service interface
* moved hle.cpp into hle folder (due to mistake earlier)Gravatar bunnei2014-04-11