From 158c90cf1196f219e6a7c9c3e23ca47129429a7b Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sun, 27 Mar 2016 14:06:51 +0200 Subject: Initial work to make MAME work on Android [Miodrag Milanovic] --- src/osd/modules/render/drawbgfx.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/osd/modules/render/drawbgfx.cpp') diff --git a/src/osd/modules/render/drawbgfx.cpp b/src/osd/modules/render/drawbgfx.cpp index 3ef04cbf5cf..ab1985a6898 100644 --- a/src/osd/modules/render/drawbgfx.cpp +++ b/src/osd/modules/render/drawbgfx.cpp @@ -5,10 +5,6 @@ // drawbgfx.cpp - BGFX renderer // //============================================================ -#define __STDC_LIMIT_MACROS -#define __STDC_FORMAT_MACROS -#define __STDC_CONSTANT_MACROS - #if defined(SDLMAME_WIN32) || defined(OSD_WINDOWS) // standard windows headers #define WIN32_LEAN_AND_MEAN @@ -95,7 +91,7 @@ static void* sdlNativeWindowHandle(SDL_Window* _window) return wmi.info.win.window; # elif BX_PLATFORM_STEAMLINK return wmi.info.vivante.window; -# elif BX_PLATFORM_EMSCRIPTEN +# elif BX_PLATFORM_EMSCRIPTEN || BX_PLATFORM_ANDROID return nullptr; # endif // BX_PLATFORM_ } -- cgit v1.2.3-70-g09d2