Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2014-04-12 | - renamed hle_syscall to just syscall | bunnei | 5 | -101/+145 |
2014-04-12 | replace tabs with spaces | bunnei | 1 | -6/+6 |
2014-04-12 | moved hle.cpp into hle folder (due to mistake earlier) | bunnei | 1 | -0/+57 |
2014-04-11 | added remaining known syscall functions to Syscall_Table | bunnei | 1 | -0/+80 |
2014-04-11 | base code to call a syscall from ARM11 appcore | bunnei | 3 | -7/+56 |
2014-04-11 | changed some naming/misc cleanups | bunnei | 3 | -18/+17 |
2014-04-11 | - removed syscall classes (will just use HLEFunction) | bunnei | 3 | -15/+17 |
2014-04-11 | added initial modules for setting up SysCall HLE | bunnei | 4 | -0/+825 |