Age | Commit message (Collapse) | Author |
|
|
|
Add support for UTF-16 strings for LowPaths in FS:USER
|
|
|
|
APT_U: Various improvements and bug fixes.
|
|
|
|
- Also Clarified GlanceParameter/ReceiveParameter documentation.
|
|
|
|
- Also added comment to GetLockHandle function.
|
|
- Fixes single stepping in debugger.
|
|
|
|
|
|
|
|
- Fixed NZCVT flags to properly save state when function returns.
- Fixed counter to keep track of the actual number of instructions executed.
- Fixed single-step mode to only execute one instruction at a time.
- DefaultIni: Removed comment that no longer applied to dyncom.
|
|
|
|
|
|
Also moves system initialization to when the game is booted.
|
|
|
|
Added CreateDirectory function to service/fs.cpp, and in Archive.
|
|
Fixed capitalization issues
|
|
SkyEye ARM/VFP fixes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added a bunch of services
|
|
|
|
|
|
Fix some warnings
|
|
|
|
|
|
|
|
Use configuration files to enable or disable the new dyncom interpreter.
|
|
|
|
|
|
hid.cpp: Fixed crash when updating pad data while null
|
|
Add override keyword where appropriate
|
|
|
|
This was automated using `clang-modernize`.
|
|
|
|
bit_field: Fix a typo in the sample usage.
|
|
Removed some uses of raw c-string manipulation functions.
|
|
|
|
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
|
|
|
|
|
|
Fixed typo (make protected member public)
Added license header back in. I originally removed this because I mostly rewrote the file, but meh
ARM: Fixed a type error in dyncom interpreter.
ARM: Updated dyncom to use unique_ptr for internal ARM state.
|
|
area.
Removed s_ prefix
|
|
handle instead
|