mirror of
https://github.com/wiidev/usbloadergx.git
synced 2025-07-22 09:37:26 +02:00
9 lines
196 B
C
9 lines
196 B
C
#ifndef _WII_USER_SETTINGS_H_
|
|
#define _WII_USER_SETTINGS_H_
|
|
|
|
/* Enough to compile the project */
|
|
#define DEVKITPRO
|
|
#define WC_NO_HARDEN
|
|
#define NO_OLD_SSL_NAMES
|
|
|
|
#endif /* _WII_USER_SETTINGS_H_ */ |