mirror of
https://github.com/nitraiolo/CfgUSBLoader.git
synced 2025-01-09 09:49:26 +01:00
28 lines
639 B
C
28 lines
639 B
C
/*******************************************************************************
|
|
* config.h
|
|
*
|
|
* Copyright (c) 2009 The Lemon Man
|
|
* Copyright (c) 2009 Nicksasa
|
|
* Copyright (c) 2009 WiiPower
|
|
*
|
|
* Distributed under the terms of the GNU General Public License (v2)
|
|
* See http://www.gnu.org/licenses/gpl-2.0.txt for more info.
|
|
*
|
|
* Description:
|
|
* -----------
|
|
*
|
|
******************************************************************************/
|
|
|
|
#include <gccore.h>
|
|
|
|
s32 videooption;
|
|
u32 languageoption;
|
|
u32 videopatchoption;
|
|
|
|
u32 hooktypeoption;
|
|
u32 debuggeroption;
|
|
u32 ocarinaoption;
|
|
|
|
u32 bootmethodoption;
|
|
|