Commit Graph

7471 Commits

Author SHA1 Message Date
Thomas Jentzsch ec6e9394ec disabled random startup bank for CartWD 2021-11-01 08:07:13 +01:00
Thomas Jentzsch f934b9e05e added the usual missing new files 2021-10-30 15:09:33 +02:00
Thomas Jentzsch 9b5f2782df added hotkey for toggling Developer Settings sets 2021-10-30 14:56:03 +02:00
Thomas Jentzsch 4a585c788f renamed one global hot key adjustment 2021-10-30 09:55:23 +02:00
Thomas Jentzsch a924dc6173 added hotkeys for adjusting TV jitter roll 2021-10-30 09:20:51 +02:00
Stephen Anthony 45672f3ee2 Fix compile warnings in gcc/clang. 2021-10-29 14:39:51 -02:30
Thomas Jentzsch 512f4ec43c refactored GlobalKeyHandler 2021-10-29 10:23:14 +02:00
Thomas Jentzsch 735c17f832 replaced dynamic with static cast 2021-10-28 15:50:24 +02:00
Thomas Jentzsch ca03979556 trying to fix Libretro build (part 2) 2021-10-28 15:18:09 +02:00
Thomas Jentzsch 9b02321025 trying to fix Libretro build 2021-10-28 15:17:00 +02:00
Thomas Jentzsch 3972a79cf6 refactored global key handling into own class 2021-10-28 14:06:13 +02:00
Thomas Jentzsch 397246eb71 made BrowserDialog comparing parents instead of parent's sizes (fixes #836) 2021-10-27 19:39:45 +02:00
Thomas Jentzsch ef2b91c7f6 improved UI and doc for interpolation (unavailable for Software renderer) 2021-10-27 11:39:43 +02:00
Thomas Jentzsch 3a90dd4558 added suppression of unwanted global hotkey repeats 2021-10-27 11:13:37 +02:00
Thomas Jentzsch 47db1c9297 refactored AppMode definition 2021-10-27 10:23:41 +02:00
Thomas Jentzsch b1302e2cad fixed two duplicate hotkeys 2021-10-26 10:20:24 +02:00
Thomas Jentzsch f2423348b4 fixed global hotkey for mouse control
minor global hotkey refactoring
2021-10-26 10:11:38 +02:00
Stephen Anthony 8adeaae8ce Fix segfault on some systems when using BrowserDialog during a program run.
Remove old debugging print code.
2021-10-24 13:57:40 -02:30
Stephen Anthony bd7f948d3a Fix gcc warning with braces around MACRO. 2021-10-23 21:51:13 -02:30
Stephen Anthony 3f7cff8902 Fix minor warnings with semicolons. 2021-10-22 19:14:40 -02:30
Thomas Jentzsch fda928912f prevent creating lots of zero-size debugger script files when autosave is enabled 2021-10-21 14:07:33 +02:00
Thomas Jentzsch c59368e118 made PlusROMs command line ID temporary 2021-10-20 20:28:35 +02:00
Thomas Jentzsch 605a155cf5 minor tooltip change for ARM chips emulated 2021-10-20 12:22:17 +02:00
Thomas Jentzsch 38449a9962 removed 'WE' prefix from PlusROM id 2021-10-18 12:32:34 +02:00
Thomas Jentzsch 3394584aa8 switched to new PlusROMs header scheme 2021-10-17 19:33:04 +02:00
Thomas Jentzsch a0338f92a8 fixed Windows serial port names list 2021-10-17 17:29:56 +02:00
Thomas Jentzsch 3feb843a53 updated PlusROM backend wording 2021-10-17 14:53:26 +02:00
Thomas Jentzsch a6f749af41 just a few minor changes 2021-10-17 10:59:11 +02:00
Thomas Jentzsch 9a518a53b9 reactivated direct peeks for PlusROMs 2021-10-16 22:55:08 +02:00
Stephen Anthony 5f1faf9cc7 VS project no longer supports WinXP builds (take 2) 2021-10-16 17:21:31 -02:30
Thomas Jentzsch 9d9d18ca21 renamed bank locked into hotspots locked 2021-10-16 17:30:39 +02:00
Thomas Jentzsch fbcb8dd09d added bank locking in debugger to PlusROM (maybe we should rename it into hotspot locking?) 2021-10-16 17:18:10 +02:00
Thomas Jentzsch 8f81b59e88 disable audio sample saving when TimeMachine is disabled (fixes #835) 2021-10-15 12:10:00 +02:00
Thomas Jentzsch e0564c0661 fixed render recreation 2021-10-15 10:31:37 +02:00
Thomas Jentzsch eafac57d1d fixes #834 (major renderer memory leak) 2021-10-14 19:35:49 +02:00
Thomas Jentzsch 2e4a20e914 added address sanitizer configuration to VS 2021-10-14 17:10:11 +02:00
Thomas Jentzsch 69afdb7e90 fix positioning of invisible window (see #833) 2021-10-12 09:26:21 +02:00
Christian Speckner 63a5845964 More accurate error message. 2021-10-11 17:59:36 +02:00
Christian Speckner eb1eceb685 Make logger threadsafe. 2021-10-11 17:59:00 +02:00
Christian Speckner bb479e5010 Fix segfault on invalid PlusROM URL. 2021-10-11 17:46:47 +02:00
Thomas Jentzsch b0ed0f6568 updated doc screenshots 2021-10-10 20:33:31 +02:00
Thomas Jentzsch a85562c01e reverted some previous, superfluous changes 2021-10-10 15:52:13 +02:00
Stephen Anthony 0fe84ca24c Fix minor compile warning from clang. 2021-10-10 10:34:04 -02:30
Thomas Jentzsch 2fc4ad7383 Merge branch 'master' of https://github.com/stella-emu/stella 2021-10-10 12:06:20 +02:00
Thomas Jentzsch 62bcb851bb added message display for PlusROMs (TODO: update screenshots)
renamed message display setting
extended PlusROM support to ARM carts (TODO: test)
2021-10-10 12:06:01 +02:00
Thomas Jentzsch 6bf4a971f2 saving changes for the merge 2021-10-10 08:44:31 +02:00
Stephen Anthony e38e6afa35 Remove C-style 'srand()' and use our already existing 'Random' class.
This also fixes a warning of NULL vs. nullptr.
2021-10-09 20:22:59 -02:30
Stephen Anthony 307bd279b4 Fix compilation in VS, no longer support WinXP. 2021-10-09 20:18:07 -02:30
Christian Speckner 8af0d8716a Fix callback usage. 2021-10-10 00:08:44 +02:00
Thomas Jentzsch 96217eeca5 initial commit 2021-10-09 23:28:28 +02:00