summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-11-24 12:04:02 -0800
committerMichael Pavone <pavone@retrodev.com>2017-11-24 12:04:02 -0800
commit27b829ffc447758832cbd7ab2f9b7e427928d687 (patch)
tree6e4b2b813b40dbfb9200b7a9e85719aa47f78f1c /Makefile
parentb21ebe75d412c72441be8a63c202641cc5ff4dfa (diff)
Refactored save slot related logic to reduce duplication and allow reuse in new UI. Get state loading/saving mostly working in new UI
--HG-- branch : nuklear_ui
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b0e5171..61b8203 100644
--- a/Makefile
+++ b/Makefile
@@ -130,7 +130,7 @@ NUKLEAROBJS=nuklear_ui/font.o nuklear_ui/blastem_nuklear.o
MAINOBJS=blastem.o system.o genesis.o debug.o gdb_remote.o vdp.o render_sdl.o ppm.o io.o romdb.o hash.o menu.o xband.o \
realtec.o i2c.o nor.o sega_mapper.o multi_game.o serialize.o $(TERMINAL) $(CONFIGOBJS) gst.o $(M68KOBJS) \
- $(TRANSOBJS) $(AUDIOOBJS) $(NUKLEAROBJS) paths.o
+ $(TRANSOBJS) $(AUDIOOBJS) $(NUKLEAROBJS) paths.o saves.o
ifeq ($(CPU),x86_64)
CFLAGS+=-DX86_64 -m64