mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-27 05:05:51 +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
|