This commit is contained in:
thrust26 2021-01-25 09:25:50 +01:00
commit 0a0b014c13
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
#ifndef VERSION_HXX
#define VERSION_HXX
#define STELLA_VERSION "6.5.1"
#define STELLA_VERSION "6.6_pre"
#define STELLA_BUILD "6699"
#endif

View File

@ -513,7 +513,7 @@ void Settings::usage() const
<< " -autofirerate <0-30> Set fire button's autofire rate (0 means off)\n"
<< " -saport <lr|rl> How to assign virtual ports to multiple\n"
<< " Stelladaptor/2600-daptors\n"
<< " -modcombo <1|0> Enable modifer key combos\n"
<< " -modcombo <1|0> Enable modifier key combos\n"
<< " (Control-Q for quit may not work when disabled!)\n"
<< " -fastscbios <1|0> Disable Supercharger BIOS progress loading bars\n"
<< " -threads <1|0> Whether to using multi-threading during\n"

View File

@ -1,7 +1,7 @@
all : evdev-joystick
evdev-joystick: evdev-joystick.c
$(CC) -Wall -O2 -o evdev-joystick evdev-joystick.c
$(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o evdev-joystick evdev-joystick.c
install: evdev-joystick 80-stelladaptor-joystick.rules
install -s evdev-joystick /usr/local/bin/