dosbox-wii/src/platform/wii/wiihardware.h

19 lines
438 B
C
Raw Normal View History

2009-10-10 01:13:17 +02:00
/****************************************************************************
* DOSBox Wii
2010-06-24 20:33:09 +02:00
* Tantric 2009-2010
2009-10-10 01:13:17 +02:00
***************************************************************************/
#ifndef WIIHARDWARE_H
#define WIIHARDWARE_H
2009-05-12 01:28:41 +02:00
#include <wiiuse/wpad.h>
void WiiInit();
2009-10-10 01:13:17 +02:00
void WiiMenu();
void CreateAppPath(char origpath[]);
void WiiFinished();
extern char appPath[1024];
2009-10-10 01:13:17 +02:00
extern char dosboxCommand[1024];
#endif