mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-03 18:15:06 +01:00
cad13f704c
*Added check for d2x IOS for Nand Emu again (now it's valid) *Added different hooktype and wiird debugger (see "Loader Settings") (thanks GeckoOS for the sources)
12 lines
447 B
C
12 lines
447 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
const unsigned char defaultgameconfig[] = {
|
|
0x64, 0x65, 0x66, 0x61, 0x75, 0x6c, 0x74, 0x3a, 0x0a, 0x68, 0x6f, 0x6f, 0x6b, 0x74, 0x79, 0x70,
|
|
0x65, 0x20, 0x3d, 0x20, 0x31, 0x0a, 0x76, 0x69, 0x64, 0x74, 0x76, 0x20, 0x3d, 0x20, 0x31, 0x0a,
|
|
0x30, 0x30, 0x32, 0x66, 0x69, 0x78, 0x20, 0x3d, 0x20, 0x31, 0x0A
|
|
};
|
|
const int defaultgameconfig_size = sizeof(defaultgameconfig);
|