Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-20 | renamed "syscall" module to "svc" (more accurate naming) | bunnei | |
2014-05-18 | renamed "session" to "handle" | bunnei | |
2014-05-18 | fix warning | bunnei | |
2014-05-18 | renamed "UID" to "Handle" where appropriate | bunnei | |
2014-05-18 | - added stub for CreateEvent | bunnei | |
- changed some stubbed SVCs to return unique handle names for debugging purposes | |||
2014-05-17 | added stubbed function for WaitSynchronizationN | bunnei | |
2014-05-17 | cleanups to SVC CreateThread | bunnei | |
2014-05-15 | - added SVC stubs for QueryMemory and GetThreadId | bunnei | |
- added SVC structs MemoryInfo and PageInfo | |||
2014-05-15 | - added ThreadContext struct | bunnei | |
- cleaned up CreateThread svc | |||
2014-05-13 | added CreateThread, CreateMutex, and ReleaseMutex SVC stubs (just parameter ↵ | bunnei | |
decoding for now) | |||
2014-05-07 | removed unnecessary log message | bunnei | |
2014-05-06 | - added debug logging to syscall.cpp | bunnei | |
- added stubbed HLE syscall functions for svc_GetResourceLimit and svc_GetResourceLimitCurrentValues | |||
2014-05-01 | - added some function wrappers for HLE | bunnei | |
- added stub for SVC CreateAddressArbiter - added OutputDebugString SVC | |||
2014-04-25 | fixed bug where svc_ControlMemory was not properly getting passed in parameters | bunnei | |
2014-04-24 | - added preliminary support for svc_MapMemoryBlock | bunnei | |
- added shared memory region - moarrrr cleanups to memory_map | |||
2014-04-17 | renamed hw_lcd module to just lcd | bunnei | |
2014-04-17 | added GSP heap memory allocation | bunnei | |
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-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 | - renamed hle_syscall to just syscall | bunnei | |
- added service.h as an initial service interface |