all repos — mgba @ d752df421f09a993092563df349736acdedbb7f5

mGBA Game Boy Advance Emulator

3DS: Fix build
Jeffrey Pfau jeffrey@endrift.com
Tue, 27 Dec 2016 04:12:15 -0800
commit

d752df421f09a993092563df349736acdedbb7f5

parent

20367765b87c354a949ec4ee0a4e1da60d7e4a95

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/platform/3ds/main.csrc/platform/3ds/main.c

@@ -4,6 +4,7 @@ * This Source Code Form is subject to the terms of the Mozilla Public

* License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +#include "core/core.h" #ifdef M_CORE_GBA #include "gba/gba.h" #include "gba/input.h"