mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
apparently they suck at keeping their SDL distributions up to date
This commit is contained in:
@ -29,6 +29,12 @@
|
||||
#include "EmuConfig.h"
|
||||
|
||||
|
||||
// blarg
|
||||
#ifndef SDL_PIXELFORMAT_RGBA32
|
||||
#define SDL_PIXELFORMAT_RGBA32 SDL_PIXELFORMAT_ABGR8888
|
||||
#endif // SDL_PIXELFORMAT_RGBA32
|
||||
|
||||
|
||||
wxIMPLEMENT_APP_NO_MAIN(wxApp_melonDS);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user