| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
Add override keyword where appropriate
|
| |
| |
| |
| | |
This was automated using `clang-modernize`.
|
|/ |
|
|
|
|
| |
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.
|
|
|
|
| |
Removed s_ prefix
|
|\
| |
| | |
Small, general code cleanup
|
| | |
|
|\ \
| | |
| | | |
loader.cpp: improved file extension checking, made Upper/LowerStr useful, moved string_util into Common namespace
|
| | | |
|
|/ / |
|
|/ |
|
| |
|
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
src/core/hle/function_wrappers.h
src/core/hle/service/gsp.cpp
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|\| |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\ |
|
| |\ \ |
|
| | | | |
|
|\ \ \ \
| |_|_|/
|/| | | |
Fixes issues with building Citra on OSX
|
| | |/
| |/| |
|
|/ / |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
- removed HLE::CallMCR function (was pointless)
|
| |
| |
| |
| |
| | |
- fixed some compiler issues with xscale_copro when porting code to Windows
- fixed some #include's
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
- added initial VFP code from skyeye
|
|
|
|
| |
- handle RD in STREX/STREXB
|
| |
|
|
|
|
| |
- moved instruction decoding to coprocessor HLE module
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- added a manager for keeping track of services/ports
- added a memory mapped region for memory accessed by HLE
- added HLE for GetThreadCommandBuffer function
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|