mirror of
https://github.com/libretro/RetroArch
synced 2025-01-01 12:11:47 +00:00
9 lines
131 B
C
9 lines
131 B
C
|
#ifndef _DOLLOADER_H_
|
||
|
#define _DOLLOADER_H_
|
||
|
|
||
|
typedef void (*entrypoint) (void);
|
||
|
|
||
|
u32 load_dol_image(const void *dolstart);
|
||
|
|
||
|
#endif
|