mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Rearrange builtin file
This commit is contained in:
parent
c2bb410d8d
commit
8cdeb60a89
@ -184,6 +184,7 @@ OBJ += frontend/frontend.o \
|
|||||||
managers/state_manager.o \
|
managers/state_manager.o \
|
||||||
gfx/drivers_font_renderer/bitmapfont.o \
|
gfx/drivers_font_renderer/bitmapfont.o \
|
||||||
input/input_autodetect.o \
|
input/input_autodetect.o \
|
||||||
|
input/input_autodetect_builtin.o \
|
||||||
input/input_joypad_driver.o \
|
input/input_joypad_driver.o \
|
||||||
input/input_config.o \
|
input/input_config.o \
|
||||||
input/input_keymaps.o \
|
input/input_keymaps.o \
|
||||||
@ -899,7 +900,6 @@ ifeq ($(HAVE_VULKAN), 1)
|
|||||||
LIBS += -lstdc++
|
LIBS += -lstdc++
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OBJ += input/input_autodetect_builtin.o
|
|
||||||
|
|
||||||
ifeq ($(HAVE_OMAP), 1)
|
ifeq ($(HAVE_OMAP), 1)
|
||||||
OBJ += gfx/drivers/omap_gfx.o
|
OBJ += gfx/drivers/omap_gfx.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user