diff options
author | Michael Pavone <pavone@retrodev.com> | 2018-07-22 17:48:46 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2018-07-22 17:48:46 -0700 |
commit | 47d77ef9201c0ebe2c443a98d53b563657d9f7ed (patch) | |
tree | 8c39ffb718c9244fdb2b131550c99fce59f52216 /Makefile | |
parent | 480b9bb35341fb64afbd0ab6e18b978b2cd6d4f8 (diff) |
Initial heuristics for detecting controller types and showing different labels in UI. Modified controller settings view to first display a list of controllers, only showing mapping after selecting controller
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ endif Z80OBJS=z80inst.o z80_to_x86.o AUDIOOBJS=ym2612.o psg.o wave.o CONFIGOBJS=config.o tern.o util.o paths.o -NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o +NUKLEAROBJS=$(FONT) nuklear_ui/blastem_nuklear.o nuklear_ui/sfnt.o controller_info.o RENDEROBJS=render_sdl.o ppm.o LIBZOBJS=zlib/adler32.o zlib/compress.o zlib/crc32.o zlib/deflate.o zlib/gzclose.o zlib/gzlib.o zlib/gzread.o\ zlib/gzwrite.o zlib/infback.o zlib/inffast.o zlib/inflate.o zlib/inftrees.o zlib/trees.o zlib/uncompr.o zlib/zutil.o |