Clean up HdmaobjInstr

This commit is contained in:
Snesrev
2023-03-20 21:05:58 +01:00
parent 3a4afe38db
commit 7c5c77bdf3
5 changed files with 128 additions and 151 deletions

View File

@@ -43,7 +43,7 @@ static inline const uint8 *RomFixedPtr(uint32_t addr) { return &g_rom[(((addr >>
struct LongPtr;
void mov24(LongPtr *dst, uint32 src);
void copy24(LongPtr *dst, LongPtr *src);
uint32 Load24(void *a);
uint32 Load24(const LongPtr *src);
void MemCpy(void *dst, const void *src, int size);
void Call(uint32 addr);
bool Unreachable();