mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
(RARCH_EXEC Wii) Change u32 to uint32_t
This commit is contained in:
parent
aecd2be860
commit
abc16197d8
@ -24,7 +24,7 @@
|
||||
|
||||
#include <gctypes.h>
|
||||
|
||||
u32 load_dol_image (void *dolstart);
|
||||
uint32_t load_dol_image (void *dolstart);
|
||||
|
||||
extern void __exception_closeall(void);
|
||||
extern int32_t __IOS_ShutdownSubSystems(void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user