mirror of https://github.com/mgba-emu/mgba.git
SDL: Fix software renderer build
This commit is contained in:
parent
953335846b
commit
d68a4f97c5
|
@ -5,9 +5,10 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
#include "main.h"
|
||||
|
||||
#include "core/thread.h"
|
||||
#include "core/version.h"
|
||||
#include "util/arm-algo.h"
|
||||
#include <mgba/core/core.h>
|
||||
#include <mgba/core/thread.h>
|
||||
#include <mgba/core/version.h>
|
||||
#include <mgba-util/arm-algo.h>
|
||||
|
||||
static bool mSDLSWInit(struct mSDLRenderer* renderer);
|
||||
static void mSDLSWRunloop(struct mSDLRenderer* renderer, void* user);
|
||||
|
|
Loading…
Reference in New Issue