Rename objects

This commit is contained in:
octorock
2022-07-23 12:43:43 +02:00
parent ccba86d292
commit 852effa474
671 changed files with 5779 additions and 5277 deletions
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef GUARD_GBA_MACRO_H
#define GUARD_GBA_MACRO_H
#ifndef MACRO_H
#define MACRO_H
#define CPU_FILL(value, dest, size, bit) \
{ \
@@ -184,4 +184,4 @@
REG_IME = imeTemp; \
}
#endif // GUARD_GBA_MACRO_H
#endif // MACRO_H
+3 -3
View File
@@ -1,5 +1,5 @@
#ifndef GUARD_GBA_TYPES_H
#define GUARD_GBA_TYPES_H
#ifndef TYPES_H
#define TYPES_H
#include <stdint.h>
@@ -253,4 +253,4 @@ struct RCnt {
#define ST_R_IN 0 // Select input
#define ST_R_OUT 1 // Select output
#endif // GUARD_GBA_TYPES_H
#endif // TYPES_H