mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 18:40:09 +00:00
(3ds) fix non-griffin build.
This commit is contained in:
parent
1da727cd54
commit
6e2b9df32f
@ -53,6 +53,8 @@ else
|
|||||||
OBJS += libretro-common/formats/png/rpng.o
|
OBJS += libretro-common/formats/png/rpng.o
|
||||||
OBJS += libretro-common/formats/png/rpng_encode.o
|
OBJS += libretro-common/formats/png/rpng_encode.o
|
||||||
OBJS += libretro-common/formats/bmp/rbmp_encode.o
|
OBJS += libretro-common/formats/bmp/rbmp_encode.o
|
||||||
|
OBJS += libretro-common/gfx/math/matrix_4x4.o
|
||||||
|
OBJS += libretro-common/gfx/math/matrix_3x3.o
|
||||||
OBJS += gfx/drivers/ctr_gfx.o
|
OBJS += gfx/drivers/ctr_gfx.o
|
||||||
OBJS += gfx/drivers/nullgfx.o
|
OBJS += gfx/drivers/nullgfx.o
|
||||||
OBJS += gfx/font_renderer_driver.o
|
OBJS += gfx/font_renderer_driver.o
|
||||||
@ -208,6 +210,7 @@ else
|
|||||||
OBJS += menu/intl/menu_hash_us.o
|
OBJS += menu/intl/menu_hash_us.o
|
||||||
OBJS += menu/drivers/null.o
|
OBJS += menu/drivers/null.o
|
||||||
OBJS += menu/drivers/menu_generic.o
|
OBJS += menu/drivers/menu_generic.o
|
||||||
|
OBJS += menu/drivers_display/menu_display_null.o
|
||||||
OBJS += menu/drivers/rgui.o
|
OBJS += menu/drivers/rgui.o
|
||||||
OBJS += command_event.o
|
OBJS += command_event.o
|
||||||
OBJS += deps/zlib/adler32.o
|
OBJS += deps/zlib/adler32.o
|
||||||
|
@ -22,7 +22,9 @@
|
|||||||
|
|
||||||
#include <compat/strl.h>
|
#include <compat/strl.h>
|
||||||
|
|
||||||
|
#ifdef HAVE_CHEEVOS
|
||||||
#include "cheevos.h"
|
#include "cheevos.h"
|
||||||
|
#endif
|
||||||
#include "configuration.h"
|
#include "configuration.h"
|
||||||
#include "performance.h"
|
#include "performance.h"
|
||||||
#include "retroarch.h"
|
#include "retroarch.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user