"keymap" command configures only 2 gamepads #496

removed KEYMAP command
This commit is contained in:
BADIM-PC\Vadim
2018-01-10 11:18:55 +03:00
parent 4188b92432
commit 53ccf8fba0
6 changed files with 18 additions and 247 deletions

View File

@@ -123,7 +123,6 @@ SOURCES=\
src/history.c \
src/world.c \
src/config.c \
src/keymap.c \
src/code.c \
src/dialog.c \
src/menu.c \
@@ -215,9 +214,6 @@ bin/world.o: src/world.c $(TIC80_H) $(TIC_H)
bin/config.o: src/config.c $(TIC80_H) $(TIC_H) $(DEMO_ASSETS)
$(CC) $< $(OPT) $(INCLUDES) -c -o $@
bin/keymap.o: src/keymap.c $(TIC80_H) $(TIC_H)
$(CC) $< $(OPT) $(INCLUDES) -c -o $@
bin/code.o: src/code.c $(TIC80_H) $(TIC_H)
$(CC) $< $(OPT) $(INCLUDES) -c -o $@
@@ -253,7 +249,6 @@ TIC_O=\
bin/history.o \
bin/world.o \
bin/config.o \
bin/keymap.o \
bin/code.o \
bin/net.o \
bin/dialog.o \