mirror of
https://github.com/libretro/RetroArch
synced 2025-01-29 18:32:44 +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
|