| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-05-05 | HLE: Rename RescheduleIsPending to IsReschedulePending. | bunnei | |
| 2016-03-21 | hle: Get rid of global access to g_reschedule | Lioncash | |
| This shouldn't be directly exposed if there's already a partial API that operates on it. We can just provide the rest of that API. | |||
| 2015-05-06 | Move typedefs from kernel.h to more appropriate places | Yuri Kunde Schlesner | |
| 2015-05-06 | HLE: Clean up SVC dispatch mechanism | Yuri Kunde Schlesner | |
| 2015-01-09 | Move ThreadContext to core/core.h and deal with the fallout | Yuri Kunde Schlesner | |
| 2014-12-20 | License change | purpasmart96 | |
| 2014-11-19 | Remove trailing spaces in every file but the ones imported from SkyEye, AOSP ↵ | Emmanuel Gil Peyrot | |
| or generated | |||
| 2014-06-13 | HLE: Moved "PARAM" and "RETURN" macros to function_wrappers.h (this is only ↵ | bunnei | |
| module where they are needed). | |||
| 2014-06-13 | HLE: Removed usnused EatCycles function. | bunnei | |
| 2014-06-05 | hle: added a hokey way to force a thread reschedule during CPU single step ↵ | bunnei | |
| mode (as used by the debugger) | |||
| 2014-06-01 | kernel: changed main thread priority to default, updated Kernel::Reschedule ↵ | bunnei | |
| to use PrepareReschedule | |||
| 2014-05-28 | hle: removed PARAM64 macro (this was incorrect), made several bug fixes ↵ | bunnei | |
| accordingly for decoding U64 function parameters | |||
| 2014-05-20 | renamed "syscall" module to "svc" (more accurate naming) | bunnei | |
| 2014-05-14 | added function stubs for EatCycles and ReSchedule | bunnei | |
| 2014-05-07 | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | |
| - 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) | |||
| 2014-04-25 | moved HLE::MRC to its own module, added support for catching data ↵ | bunnei | |
| synchronization barrier command | |||
| 2014-04-16 | - fixed tabs in function_wrappers.h | bunnei | |
| - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1 | |||
| 2014-04-13 | added a GetPointer function for reading from HLE command buffer | bunnei | |
| 2014-04-12 | added OS memory read/write for thread command buffer | bunnei | |
| 2014-04-12 | - added HLE to connect to "srv:" service | bunnei | |
| - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function | |||
| 2014-04-11 | replace tabs with spaces | bunnei | |
| 2014-04-10 | base code to call a syscall from ARM11 appcore | bunnei | |
| 2014-04-10 | changed some naming/misc cleanups | bunnei | |
| 2014-04-10 | - removed syscall classes (will just use HLEFunction) | bunnei | |
| - added hle.cpp and module registration - removed unused code | |||
| 2014-04-10 | added initial modules for setting up SysCall HLE | bunnei | |
