mirror of https://github.com/stella-emu/stella.git
Merge branch 'master' of https://github.com/stella-emu/stella
This commit is contained in:
commit
0a0b014c13
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue