X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fwin32%2FGenaDrive%2Fapp.h;fp=platform%2Fwin32%2FGenaDrive%2Fapp.h;h=5fcf5b7bfcfbe76ff03624887c92edc026fd538e;hb=8831ef19a03770189816740eb2304ad2cb9a07a7;hp=7467257a516ceec5154ebb913222375e6ccc8216;hpb=4b2b67ebc7fc6205c6589243b9c9a0a172a97ebb;p=picodrive.git diff --git a/platform/win32/GenaDrive/app.h b/platform/win32/GenaDrive/app.h index 7467257..5fcf5b7 100644 --- a/platform/win32/GenaDrive/app.h +++ b/platform/win32/GenaDrive/app.h @@ -1,15 +1,9 @@ #include -#ifdef _XBOX -#include -#endif - -#ifndef _XBOX #define WIN32_LEAN_AND_MEAN #include #include -#endif #include @@ -19,11 +13,6 @@ #define RELEASE(x) if (x) x->Release(); x=NULL; -#ifdef _XBOX -#define HOME "d:\\" -#else -#define HOME ".\\" -#endif // Emu.cpp extern unsigned short *EmuScreen; @@ -63,9 +52,9 @@ int LoopCode(); extern "C" int dprintf2(char *format, ...); // Main.cpp +extern char *romname; extern HWND FrameWnd; extern int MainWidth,MainHeight; -extern char AppName[]; extern void error(char *text); // Rom.cpp