dosbox-wii/src/platform/wii/wiihardware.h
2010-06-24 18:33:09 +00:00

19 lines
438 B
C

/****************************************************************************
* DOSBox Wii
* Tantric 2009-2010
***************************************************************************/
#ifndef WIIHARDWARE_H
#define WIIHARDWARE_H
#include <wiiuse/wpad.h>
void WiiInit();
void WiiMenu();
void CreateAppPath(char origpath[]);
void WiiFinished();
extern char appPath[1024];
extern char dosboxCommand[1024];
#endif