SDL: Fix software renderer build

This commit is contained in:
Anty-Lemon 2017-04-27 13:56:44 -04:00 committed by endrift
parent 953335846b
commit d68a4f97c5
1 changed files with 4 additions and 3 deletions

View File

@ -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);