mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
9 lines
186 B
C
9 lines
186 B
C
#ifndef ALTERNATEDOLOFFSETS_H_
|
|
#define ALTERNATEDOLOFFSETS_H_
|
|
|
|
int defaultAltDol(const char *id);
|
|
void defaultDolPrompt(const char *id);
|
|
int autoSelectDolPrompt(const char *id);
|
|
|
|
#endif
|