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
|
|
|
***************************************************************************/
|
|
|
|
|
2009-05-05 02:02:38 +02:00
|
|
|
#ifndef WIIHARDWARE_H
|
|
|
|
#define WIIHARDWARE_H
|
2009-05-12 01:28:41 +02:00
|
|
|
#include <wiiuse/wpad.h>
|
2009-05-05 02:02:38 +02:00
|
|
|
|
|
|
|
void WiiInit();
|
2009-10-10 01:13:17 +02:00
|
|
|
void WiiMenu();
|
2009-05-14 10:53:12 +02:00
|
|
|
void CreateAppPath(char origpath[]);
|
2009-05-05 02:02:38 +02:00
|
|
|
void WiiFinished();
|
|
|
|
|
2009-05-14 10:53:12 +02:00
|
|
|
extern char appPath[1024];
|
2009-10-10 01:13:17 +02:00
|
|
|
extern char dosboxCommand[1024];
|
2009-05-14 10:53:12 +02:00
|
|
|
|
2009-05-05 02:02:38 +02:00
|
|
|
#endif
|