Files
usbloadergx/portlibs/include/wolfssl/wolfcrypt/user_settings.h
2025-06-25 09:00:00 +01:00

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_ */