Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-04-25 | moved HLE::MRC to its own module, added support for catching data synchronization barrier command | bunnei | 1 | -8/+0 |
2014-04-17 | - fixed tabs in function_wrappers.h | bunnei | 1 | -1/+1 |
2014-04-13 | added framework for APT service (application and title launching service) | bunnei | 1 | -0/+1 |
2014-04-13 | added a GetPointer function for reading from HLE command buffer | bunnei | 1 | -0/+8 |
2014-04-13 | added OS memory read/write for thread command buffer | bunnei | 1 | -2/+43 |
2014-04-13 | - added HLE to connect to "srv:" service | bunnei | 1 | -0/+13 |
2014-04-12 | - renamed hle_syscall to just syscall | bunnei | 1 | -2/+2 |
2014-04-12 | moved hle.cpp into hle folder (due to mistake earlier) | bunnei | 1 | -0/+0 |
2014-04-11 | base code to call a syscall from ARM11 appcore | bunnei | 1 | -2/+26 |
2014-04-11 | changed some naming/misc cleanups | bunnei | 1 | -3/+3 |
2014-04-11 | - removed syscall classes (will just use HLEFunction) | bunnei | 1 | -0/+33 |