mirror of
https://github.com/zeldaret/tmc
synced 2026-08-16 21:18:15 -04:00
Rename objects
This commit is contained in:
+3
-3
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user