| Age | Commit message (Collapse) | Author |
|
|
|
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
|
|
|
|
|
|
|
Fix ftoi and disable VFPv3
|
|
|
|
|
|
|
|
|
|
|
|
FIQ has seven banked registers (R8 to R14), not two.
|
|
|
|
|
|
std::array isn't always guaranteed to explicitly zero out it's contents
without an initializer list.
|
|
gdbstub implementation
|
|
The LOG_* function itself already appends one.
|
|
|
|
|
|
|
|
|
|
Kernel: Correct(er) handling of Heap and Linear Heap allocations
|
|
These helpers aren't really part of the kernel, and mem_map.cpp/h is
going to be moved there next.
|
|
|
|
debugger: Add the ability to view VFP register contents
|
|
standard u?int*_t types.
|
|
|
|
|
|
|
|
|
|
Gets rid of C-like parameter passing.
|
|
Targeting ARM version variants was only a thing on armemu.
The reset routine also does basically the same thing as NewState.
|
|
Both the MPCore and the ARM9 have the same data abort model (base restored), so differentiating isn't necessary.
|
|
|
|
|
|
|
|
|
|
|
|
Cleanup includes, mostly in common
|
|
|
|
Also has a side-benefit of correcting access to the FPEXC register.
|
|
|
|
These are able to be accessed in any privilege mode.
|
|
|
|
|
|
|
|
It's entirely unused. Also allows getting rid of more clunky macros.
|
|
|
|
Gets rid of a whole load of missing brace initialization warnings.
|
|
core/video_core: Fix a few warnings when compiling on MSVC.
|