mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
[CPU] Move ARM definitions to arm_defs.hpp file
This commit is contained in:
parent
9b95bd87f1
commit
33fc380896
5 changed files with 64 additions and 61 deletions
|
@ -1,5 +1,6 @@
|
|||
#include <cstring>
|
||||
#include "kernel.hpp"
|
||||
#include "arm_defs.hpp"
|
||||
// This header needs to be included because I did stupid forward decl hack so the kernel and CPU can both access each other
|
||||
#include "cpu.hpp"
|
||||
#include "resource_limits.hpp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue