thrust26
70c8049275
adjust dejitter factors
2019-05-08 22:36:11 +02:00
thrust26
5ae03c4f70
add dejitter UI and experimental parameters
2019-05-08 22:02:04 +02:00
orbea
3d032f36dd
libretro: Silence clang warnings for unix.
...
clang-8: warning: -lpthread: 'linker' input unused [-Wunused-command-line-argument]
2019-05-08 17:18:15 -02:30
orbea
1fdf2f0c90
libretro: Fix build.
2019-05-08 16:59:46 -02:30
thrust26
9f8226e12c
add first coarse stab at paddle anti-flicker
2019-05-08 20:12:48 +02:00
Christian Speckner
1f22a0cb3d
Update R77 joymap preset to account for modified controls layout.
2019-05-08 00:19:00 +02:00
Christian Speckner
cb754dc528
Mising semicolon.
2019-05-07 23:55:08 +02:00
Christian Speckner
d839ee2be6
Stupid me... remove key column name from joymap string.
2019-05-07 23:46:50 +02:00
thrust26
42fe4fd7ca
Save input mappings when leaving dialog
2019-05-07 20:23:28 +02:00
Christian Speckner
03cf256f0c
Add joymap to support the R77 paddles.
2019-05-07 00:26:05 +02:00
Stephen Anthony
46acb0c98b
Fix warnings from clang.
2019-05-05 11:43:31 -02:30
thrust26
092c064a26
fix R77 buttons in launcher
2019-05-05 13:19:20 +02:00
thrust26
aff657a49d
fix event for R77
2019-05-05 12:51:57 +02:00
thrust26
2948171084
add missing include
2019-05-05 12:49:37 +02:00
thrust26
21df6ce8c3
update R77 readme
2019-05-05 11:29:47 +02:00
thrust26
a57aa3e08b
add more and fix default buttons for R77
...
add rewind/unwind events
improve R77HelpDialog
2019-05-05 11:18:49 +02:00
thrust26
1c56cd19d6
improve dialog stacking
2019-05-05 08:55:24 +02:00
thrust26
ef9b5a991b
oops
2019-05-05 08:01:08 +02:00
thrust26
f4f8bb435d
add R77 help dialog
2019-05-05 00:05:28 +02:00
Stephen Anthony
7ab5847350
Pass event to change 4:3/16:9 mode in Min UI.
2019-05-04 17:58:19 -02:30
thrust26
decf7b1790
add frying to min UI command dialog
2019-05-04 21:09:35 +02:00
Christian Speckner
32af64f05b
Make failure to checkpoint WAL non-fatal, make sure that early logs are not swallowed.
2019-05-04 20:38:13 +02:00
Christian Speckner
96f6d09af5
Put DB in WAL mode.
2019-05-04 20:38:13 +02:00
Stephen Anthony
7224ef8fba
Allow 4:3/16:9 button in MinimalUI mode to work without restarting the ROM.
2019-05-04 15:51:29 -02:30
orbea
ccb9cc8d92
libretro: Hide compiler options from msvc.
2019-05-04 11:48:49 -02:30
thrust26
de98ccebba
make 'Cancel' work in command dialogs
2019-05-04 12:55:39 +02:00
thrust26
6c02041176
fix settings not opening in launcher
2019-05-04 12:23:03 +02:00
thrust26
6a23b2f0b7
add more default joystick button mapping
...
- open settings via joystick button in launcher and during emulation (4th button)
- open command menu and exit to launcher via joystick buttons during emulation (3rd and 5th button)
- cycle tabs via joystick 3rd and 4th buttons
2019-05-04 11:47:53 +02:00
thrust26
a0ba4bc80f
define tab cycling events and make tab cycling configurable
2019-05-04 11:37:43 +02:00
Christian Speckner
6755c3b261
Minor optimization to settings I/O.
2019-05-04 10:42:18 +02:00
Stephen Anthony
d7eea8b463
libretro: re-enable `ignored-qualifiers` warnings.
2019-05-03 21:53:03 -02:30
Stephen Anthony
31ad6a48d0
Fix compilation with sqlite (missing include header file).
2019-05-03 20:42:16 -02:30
Christian Speckner
6f292a1d7c
Pacify compiler warning (and fix sqlite on windows).
2019-05-04 00:47:02 +02:00
thrust26
6c2a0f02d5
prevent exiting command dialog with toggle key when using minimal UI
2019-05-03 19:34:39 +02:00
Stephen Anthony
1e779f8623
Removed some redundant 'const', and with it re-enabled '-Wignored-qualifiers'.
2019-05-03 12:39:03 -02:30
orbea
0d431f3598
libretro: Attempt to fix the ios build.
...
This copies the solution for the osx build which failed the same way.
2019-05-03 12:04:18 -02:30
orbea
55cd72d25b
libretro: Fix identing in the Makefile.
2019-05-03 11:49:49 -02:30
orbea
fa6489b68f
libretro: Add -stdlib=libc++ to the LDFLAGS for osx too.
2019-05-03 11:11:58 -02:30
funbars
7ad630adeb
libretro stella msvc changes
2019-05-03 09:07:26 -02:30
orbea
271076a90e
libretro: Remove CFLAGS and CC from the Makefile.
...
stella is a c++ project and these appear unused.
2019-05-03 09:06:34 -02:30
orbea
9c8675ed28
libretro: msvc again...
2019-05-03 09:05:42 -02:30
orbea
22443e8730
libretro: Try setting osx to 10.7.
2019-05-02 19:06:55 -02:30
orbea
6419da5174
libretro: Attempt to fix osx again.
2019-05-02 18:40:37 -02:30
Stephen Anthony
19c0525f9f
GUI support is now conditional in Stella. This is enabled by default for all ports except libretro.
...
- When disabled, it also disables the debugger and cheatcode support
- UI-wise, this reverts Stella to 1.x functionality (before any internal UI was added)
- Eliminates 47000 lines of code for those ports (like libretro) that don't need it.
2019-05-02 17:58:39 -02:30
Stephen Anthony
d7a915fcd8
Move Rect class in VS project.
2019-05-02 17:21:02 -02:30
Stephen Anthony
f011ea900f
Move Rect class for upcoming commit.
2019-05-02 17:13:33 -02:30
orbea
59fd09f280
libretro: Attempted fix for osx.
2019-05-02 15:43:52 -02:30
orbea
4c97410b9b
libretro: Remove unused include paths.
2019-05-02 11:59:01 -02:30
orbea
37c972252b
libretro: Yet another fix for msvc.
2019-05-02 11:37:43 -02:30
orbea
c9f14b91dd
libretro: Another fix for msvc.
2019-05-02 09:12:19 -02:30