| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | added functions to map Heap and Shared memory space | 2014-04-24 | 3 | -9/+76 | |
| | | |||||
| * | added GSP::RegisterInterruptRelayQueue function | 2014-04-24 | 1 | -31/+40 | |
| | | |||||
| * | - refactored how service functions are called | 2014-04-24 | 5 | -19/+39 | |
| | | | | | - added option to create/delete service handles | ||||
| * | fixes to build on linux | 2014-04-22 | 3 | -22/+24 | |
| | | |||||
| * | updated CMakeLists for missing files | 2014-04-22 | 1 | -1/+9 | |
| | | |||||
| * | Add a quick way to load Launcher.dat files | 2014-04-21 | 2 | -5/+60 | |
| | | |||||
| * | Merge branch 'hle-interface' | 2014-04-18 | 34 | -212/+2339 | |
| |\ | |||||
| | * | renamed hw_lcd module to just lcd | 2014-04-17 | 6 | -12/+10 | |
| | | | |||||
| | * | added NDMA hardware interface | 2014-04-17 | 5 | -2/+141 | |
| | | | |||||
| | * | added GSP heap memory allocation | 2014-04-17 | 3 | -1/+76 | |
| | | | |||||
| | * | fixed bug in Memory::GetPointer | 2014-04-17 | 1 | -2/+2 | |
| | | | |||||
| | * | moved enums into Memory:: namespace | 2014-04-17 | 1 | -4/+2 | |
| | | | |||||
| | * | added memory read/write to GSP heap | 2014-04-17 | 3 | -7/+16 | |
| | | | |||||
| | * | more various refactors to memory interface | 2014-04-17 | 3 | -48/+58 | |
| | | | |||||
| | * | cleaned up memory interfaces a lot, removed some hackish stuff | 2014-04-17 | 3 | -106/+50 | |
| | | | |||||
| | * | added a new function wrapper | 2014-04-16 | 1 | -0/+5 | |
| | | | |||||
| | * | fixed bug with printing std::string in log messages | 2014-04-16 | 1 | -2/+2 | |
| | | | |||||
| | * | changed unknown memory read/write to report the size | 2014-04-16 | 1 | -2/+3 | |
| | | | |||||
| | * | added class stub for HID:User service | 2014-04-16 | 5 | -0/+80 | |
| | | | |||||
| | * | updated service comments | 2014-04-16 | 6 | -5/+17 | |
| | | | |||||
| | * | - fixed tabs in function_wrappers.h | 2014-04-16 | 4 | -395/+413 | |
| | | | | | | | | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1 | ||||
| | * | - added stubbed out GSP::Gpu service interface | 2014-04-16 | 9 | -7/+111 | |
| | | | | | | | | | - various cleanups/refactors to HLE services | ||||
| | * | removed no longer used function header | 2014-04-15 | 1 | -2/+0 | |
| | | | |||||
| | * | restructured hle:services completely to use function lookup tables | 2014-04-15 | 5 | -137/+215 | |
| | | | |||||
| | * | fixed naming for APT_U | 2014-04-15 | 3 | -9/+9 | |
| | | | |||||
| | * | - extracted srv: calls from service.cpp and put in its own module | 2014-04-15 | 6 | -106/+113 | |
| | | | | | | | | | | | - added function tables for service calls - lots of refactoring | ||||
| | * | added a stub for GetLockHandle | 2014-04-13 | 3 | -9/+44 | |
| | | | |||||
| | * | added framework for APT service (application and title launching service) | 2014-04-13 | 7 | -5/+126 | |
| | | | |||||
| | * | renamed class Interface_SRV to SRV | 2014-04-13 | 1 | -6/+6 | |
| | | | |||||
| | * | replace tabs with spaces | 2014-04-13 | 1 | -3/+3 | |
| | | | |||||
| | * | added some very initial command parsing for SRV Sync | 2014-04-13 | 1 | -5/+31 | |
| | | | |||||
| | * | added a GetPointer function for reading from HLE command buffer | 2014-04-13 | 2 | -0/+14 | |
| | | | |||||
| | * | fixed hw write declarations to not be const | 2014-04-12 | 1 | -4/+4 | |
| | | | |||||
| | * | added OS memory read/write for thread command buffer | 2014-04-12 | 4 | -12/+60 | |
| | | | |||||
| | * | cleanups to service HLE | 2014-04-12 | 2 | -8/+8 | |
| | | | |||||
| | * | - added HLE to connect to "srv:" service | 2014-04-12 | 11 | -168/+386 | |
| | | | | | | | | | | | | | - added a manager for keeping track of services/ports - added a memory mapped region for memory accessed by HLE - added HLE for GetThreadCommandBuffer function | ||||
| | * | hacked CPU interpreter to ignore branch on SVC instruction (as we are HLEing ↵ | 2014-04-12 | 1 | -2/+6 | |
| | | | | | | | | | this...) | ||||
| | * | added a SETABORT method that does not update LR (for HLE'd SVC that does not ↵ | 2014-04-12 | 1 | -0/+11 | |
| | | | | | | | | | jump appcore CPU to an IRQ vector) | ||||
| | * | added a memory mapped option for HLE | 2014-04-12 | 1 | -5/+8 | |
| | | | |||||
| | * | - renamed hle_syscall to just syscall | 2014-04-11 | 7 | -106/+157 | |
| | | | | | | | | | - added service.h as an initial service interface | ||||
| | * | replace tabs with spaces | 2014-04-11 | 1 | -6/+6 | |
| | | | |||||
| | * | moved hle.cpp into hle folder (due to mistake earlier) | 2014-04-11 | 3 | -2/+2 | |
| | | | |||||
| | * | added remaining known syscall functions to Syscall_Table | 2014-04-11 | 1 | -0/+80 | |
| | | | |||||
| | * | base code to call a syscall from ARM11 appcore | 2014-04-10 | 5 | -9/+85 | |
| | | | |||||
| | * | updated logging message | 2014-04-10 | 1 | -2/+2 | |
| | | | |||||
| | * | cleaned up some logging messages | 2014-04-10 | 5 | -32/+19 | |
| | | | |||||
| | * | changed some naming/misc cleanups | 2014-04-10 | 4 | -21/+20 | |
| | | | |||||
| | * | - removed syscall classes (will just use HLEFunction) | 2014-04-10 | 6 | -15/+54 | |
| | | | | | | | | | | | - added hle.cpp and module registration - removed unused code | ||||
| | * | Merge branch 'master' into hle-interface | 2014-04-10 | 1 | -8/+21 | |
| | |\ | |||||
| | * | | added initial modules for setting up SysCall HLE | 2014-04-10 | 7 | -0/+862 | |
| | | | | |||||