mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +01:00
c2a20e4c83
*Merging CleanUp source into main. NOTE: You might not want to update right away because there might still be some issues. New issue reports to this are of course welcome ;).
15 lines
336 B
C
15 lines
336 B
C
/****************************************************************************
|
|
* Settings
|
|
* USB Loader GX 2009
|
|
*
|
|
* settings.h
|
|
***************************************************************************/
|
|
|
|
#ifndef _SETTINGS_H_
|
|
#define _SETTINGS_H_
|
|
|
|
int MenuSettings();
|
|
int GameSettings(struct discHdr * header);
|
|
|
|
#endif
|