mirror of
https://github.com/TASEmulators/desmume
synced 2025-10-06 00:32:43 +02:00
-Changed variable types so they're more portable
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
typedef struct armcpu_t armcpu_t;
|
||||
|
||||
extern unsigned long (*FASTCALL arm_instructions_set[4096])(armcpu_t * cpu);
|
||||
extern u32 (*FASTCALL arm_instructions_set[4096])(armcpu_t * cpu);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user