| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
These currently aren't used and contain commented out source code that
corresponds to Dolphin's JIT. Given our CPU code is organized quite
differently, we shouldn't be keeping this around (at the moment it just
adds to compile times marginally).
|
| |
|
|
|
|
|
| |
This makes clang-format useful on those.
Also add a bunch of forgotten transitive includes, which otherwise
prevented compilation.
|
| | |
|
| |
|
|
|
|
| |
This is technically unused. Also removes TMemChecks because it relies on this.
Whenever memory breakpoints are implemented for real, it should be designed to
match the codebase debugging mechanisms.
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
Also replaced C headers with the C++ equivalent ones
|
| | |
|
| | |
|
| |
|