Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed unnecessary log message | bunnei | 2014-05-08 | 1 | -1/+1 |
| | |||||
* | - added debug logging to syscall.cpp | bunnei | 2014-05-07 | 1 | -134/+162 |
| | | | | - added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues | ||||
* | - added some function wrappers for HLE | bunnei | 2014-05-02 | 1 | -2/+17 |
| | | | | | - added stub for SVC CreateAddressArbiter - added OutputDebugString SVC | ||||
* | fixed bug where svc_ControlMemory was not properly getting passed in parameters | bunnei | 2014-04-25 | 1 | -2/+2 |
| | |||||
* | - added preliminary support for svc_MapMemoryBlock | bunnei | 2014-04-25 | 1 | -4/+34 |
| | | | | | - added shared memory region - moarrrr cleanups to memory_map | ||||
* | renamed hw_lcd module to just lcd | bunnei | 2014-04-18 | 1 | -2/+0 |
| | |||||
* | added GSP heap memory allocation | bunnei | 2014-04-18 | 1 | -1/+25 |
| | |||||
* | - fixed tabs in function_wrappers.h | bunnei | 2014-04-17 | 1 | -126/+138 |
| | | | | | - fixed log message wording in hle.cpp - added syscall stubs for CloseHandle and WaitSynchronization1 | ||||
* | - added HLE to connect to "srv:" service | bunnei | 2014-04-13 | 1 | -128/+138 |
| | | | | | | - 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 syscall | bunnei | 2014-04-12 | 1 | -0/+153 |
- added service.h as an initial service interface |