mirror of
https://github.com/retro100/dosbox-wii.git
synced 2024-11-17 15:49:15 +01:00
19 lines
438 B
C
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
|