mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-05 02:55:07 +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)
15 lines
549 B
C
15 lines
549 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
//---------------------------------------------------------------------------------
|
|
#ifndef _multidol_h_
|
|
#define _multidol_h_
|
|
//---------------------------------------------------------------------------------
|
|
extern const unsigned char multidol[];
|
|
extern const int multidol_size;
|
|
//---------------------------------------------------------------------------------
|
|
#endif //_multidol_h_
|
|
//---------------------------------------------------------------------------------
|