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)
14 lines
564 B
C
14 lines
564 B
C
/*
|
|
This file was autogenerated by raw2c.
|
|
Visit http://www.devkitpro.org
|
|
*/
|
|
|
|
//---------------------------------------------------------------------------------
|
|
#ifndef _codehandler_h_
|
|
#define _codehandler_h_
|
|
//---------------------------------------------------------------------------------
|
|
extern const unsigned char codehandler[];
|
|
extern const int codehandler_size;
|
|
//---------------------------------------------------------------------------------
|
|
#endif //_codehandler_h_
|
|
//---------------------------------------------------------------------------------
|