| 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 | ||||
| * | made qt window title consistent | 2014-04-23 | 2 | -1/+5 | |
| | | |||||
| * | fixes to scm_rev generation to make it conistent with windows build | 2014-04-23 | 2 | -5/+5 | |
| | | |||||
| * | updated windows scm_rev code to use new style | 2014-04-23 | 5 | -66/+53 | |
| | | |||||
| * | added scm rev generation on Linux/cmake | 2014-04-23 | 6 | -51/+37 | |
| | | |||||
| * | fixes to build on linux | 2014-04-22 | 8 | -50/+53 | |
| | | |||||
| * | removed duplicate rotl/rotr functions | 2014-04-22 | 1 | -26/+0 | |
| | | |||||
| * | updated CMakeLists for missing files | 2014-04-22 | 3 | -7/+16 | |
| | | |||||
| * | Re-enable toggling window mode. | 2014-04-21 | 4 | -48/+55 | |
| | | |||||
| * | Add a quick way to load Launcher.dat files | 2014-04-21 | 2 | -5/+60 | |
| | | |||||
| * | fixed order of LogManager and System init | 2014-04-21 | 1 | -1/+1 | |
| | | |||||
| * | fixed GL context acquire (applies to Qt GUI only) | 2014-04-21 | 1 | -0/+2 | |
| | | |||||
| * | Remove unused QTableView | 2014-04-18 | 3 | -37/+2 | |
| | | |||||
| * | UI/debugger changes | 2014-04-18 | 19 | -233/+285 | |
| | | |||||
| * | Merge branch 'hle-interface' | 2014-04-18 | 40 | -221/+2373 | |
| |\ | |||||
| | * | renamed hw_lcd module to just lcd | 2014-04-17 | 7 | -13/+11 | |
| | | | |||||
| | * | added NDMA hardware interface | 2014-04-17 | 7 | -4/+143 | |
| | | | |||||
| | * | 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 | |
| | | | |||||
| | * | fixed framebuffer color order | 2014-04-17 | 1 | -1/+1 | |
| | | | |||||
| | * | added a new function wrapper | 2014-04-16 | 1 | -0/+5 | |
| | | | |||||
| | * | removed hard-coded framebuffer addresses from renderer_opengl.cpp | 2014-04-16 | 1 | -2/+4 | |
| | | | |||||
| | * | 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 helper functions for upper/lowercase strings | 2014-04-14 | 2 | -0/+22 | |
| | | | |||||
| | * | 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...) | ||||