Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-05-08 | - removed HLE mem "hack" and replaced with kernel mem region | bunnei | 1 | -21/+0 |
2014-04-25 | moved HLE::MRC to its own module, added support for catching data synchronization barrier command | bunnei | 1 | -2/+0 |
2014-04-17 | - fixed tabs in function_wrappers.h | bunnei | 1 | -0/+1 |
2014-04-13 | added a GetPointer function for reading from HLE command buffer | bunnei | 1 | -0/+6 |
2014-04-13 | added OS memory read/write for thread command buffer | bunnei | 1 | -1/+12 |
2014-04-13 | - added HLE to connect to "srv:" service | bunnei | 1 | -0/+7 |
2014-04-12 | replace tabs with spaces | bunnei | 1 | -6/+6 |
2014-04-11 | base code to call a syscall from ARM11 appcore | bunnei | 1 | -2/+4 |
2014-04-11 | changed some naming/misc cleanups | bunnei | 1 | -13/+15 |
2014-04-11 | - removed syscall classes (will just use HLEFunction) | bunnei | 1 | -8/+10 |
2014-04-11 | added initial modules for setting up SysCall HLE | bunnei | 1 | -0/+35 |