Commit graph

64 commits

Author SHA1 Message Date
Sour
a2637ef2d4 Debugger: Fixed labels getting erased when spamming reload rom shortcut 2025-03-24 22:02:15 +09:00
Sour
5ec6763a8e UI: Added commit ID in about window
+ Removed ubuntu 20.04 build (no longer supported by github)
+ Enable ccache to speed up github builds
2025-03-22 20:41:07 +09:00
Sour
e12f40ae3b Fixed compilation warning 2025-03-19 22:29:07 +09:00
Sour
f45aaa39f3 UI: Cheats - Prevent re-importing existing cheats when importing from cheat DB 2025-02-05 17:48:37 +09:00
Sour
8d6830a70a SNES: Add support for ST018 coprocessor
Used by a single game: Hayazashi Nidan Morita Shougi 2
2024-12-29 23:41:52 +09:00
Sour
7b84a75fac UI: Fixed window size rounding issues when setting video scale 2024-11-11 14:28:54 +09:00
Sour
9af55f9fc0 Debugger: Fixed some potential memory leaks in debug tools UI 2024-11-07 18:34:41 +09:00
Sour
0fbb19d52c SMS: Fixed region menu updating the Game Gear options instead of the SMS options 2024-11-05 18:17:15 +09:00
Sour
ef80f108c1 UI: Allow changing theme without restarting 2024-09-22 12:25:25 +09:00
Sour
c5406773a0 Added WonderSwan support 2024-09-19 21:19:43 +09:00
Sour
f3b75dbeee Netplay: Fixed a couple of crashes and the "select controller" menu
-A client disconnecting could cause the server to crash
-A server stopping, then starting again, could cause the client to crash when reconnecting to the server after getting disconnected by the server stopped
-The select controller menu was not getting updated and was always empty
2024-08-07 18:31:20 +09:00
Sour
ba63112604 UI: Added console-specific options for video filter & aspect ratio settings 2024-07-28 21:21:01 +09:00
Sour
d6d0b87c22 Added ColecoVision support
Also adds mode 1 (text mode) and mode 3 (multicolor mode) support for the SMS/SG-1000
2024-07-27 14:52:31 +09:00
Sour
f429697b7f Debugger: Added option to copy profiler data to clipboard 2024-06-24 10:41:24 +09:00
Sour
82a34f6d63 UI: Fixed crash in AOT build when creating desktop shortcut in Windows 2024-06-23 15:31:24 +09:00
Sour
08a6046074 Debugger: Added up-to-date Lua reference page (generated based on the JSON doc) 2024-06-16 15:08:24 +09:00
Sour
d208fdc6a7 UI: Support for NativeAOT
Added Windows & Linux builds using AOT compilation
2024-06-05 20:23:31 +09:00
Sour
bb745910d5 UI: Added shortcuts for next/previous track in audio player 2024-05-10 18:09:13 +09:00
Sour
13acb3fe42 Added GBA support 2024-03-30 11:42:31 +09:00
Sour
b984985f88 PCE: Allow 6-button controllers to be connected to the turbo tap 2023-12-25 16:31:00 +09:00
Sour
5a17c88148 SMS: Added region selection for GG 2023-12-16 19:01:13 +09:00
Sour
5308983ebb Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
Sour
f358ddaabd Video: Added option to use the software renderer on all platforms 2023-09-29 18:08:57 +09:00
Sour
80f4427108 UI: Fixed crashes when attempting to open a file that's in use by another application 2023-08-22 18:04:42 +09:00
Sour
da0825a933 UI: Fixed crash when connection error occurs when checking for updates 2023-05-07 23:43:52 -04:00
Sour
a2d5593b9e SNES: Added option to configure SPC clock speed 2023-04-21 21:20:59 -04:00
Sour
dfee4d9289 Debugger: Fixed performance issue when adding/removing breakpoint while a lot of breakpoints are selected in the list 2023-04-15 15:34:22 -04:00
Sour
716227c0a7 UI: Update to Avalonia11-preview6
Notes:
-Uses a copy of VirtualizingStackPanel (to include fixes done after preview6) + fix another issue in lists
-Fixes memory leaks when closing windows (by setting DataContext to null, etc.)
2023-04-10 22:59:48 -04:00
Sour
0f8b3bc823 Debugger: Allow multi-select check/uncheck in lists, added enable/disable context menu action in breakpoint list 2023-03-14 21:43:48 -04:00
Sour
afa7727504 UI: Changed OS checks to use simpler code 2023-03-13 00:32:16 -04:00
Sour
ab85f89ea6 Setup: Added option to turn on/off auto updates 2023-03-13 00:15:45 -04:00
Sour
194edcf1f6 UI: Fixed some configuration options (e.g volume) getting set to 0 when closing the config window (without applying nor making any changes) 2023-03-11 11:39:16 -05:00
Sour
3090179039 UI: Added GB/PCE model selection in settings menu 2023-03-05 23:00:26 -05:00
Sour
a16b1b0264 NES: Make "Install HD Pack" a bit better at picking the "correct" hires.txt file 2023-03-03 19:17:38 -05:00
Sour
316dc0206f NES: Preserve zip folder structure when using "install hd pack" 2023-03-01 18:43:44 -05:00
Sour
4b85d87f5b UI: Fixed some layout issues when font size is increased
+ Changed OK buttons for video/movie record window
2023-02-25 11:57:57 -05:00
Sour
f469f136aa UI: Added missing load/save state messages for load/save state dialogs 2023-02-21 18:33:58 -05:00
Sour
7a4c9750c0 History Viewer: Save/restore volumn 2023-02-21 17:54:27 -05:00
Sour
adb1a7567e UI: Added "reset lag counter" shortcut 2023-02-20 20:39:18 -05:00
Sour
4c9d6fd7b4 UI: Fixed issues with checkbox columns in lists
Cheat list, breakpoint list
2023-02-20 20:39:17 -05:00
Sour
8303dc3c82 UI: Always show "Resume" action when "pause in menus" is active 2023-02-20 20:39:17 -05:00
Sour
7f2a4dc9dc UI: Fixed some config settings (volume in particular) always being reset to 0 2023-02-20 16:39:43 -05:00
Sour
2bab0273b0 UI: Add low latency warning in audio config 2023-02-19 12:08:26 -05:00
Sour
f18b20b2c9 UI: Fixed issues when changing options in both menu & config window at the same time 2023-02-19 11:43:55 -05:00
Sour
9504973e7c Video: Split fullscreen refresh rate option into 2 (ntsc/pal) 2023-02-18 22:38:38 -05:00
Sour
53f7af71e1 PCE: Added preset palette option that uses the old RGB333->RGB888 linear conversion 2023-02-18 19:19:44 -05:00
Sour
59c2b4cfb5 History Viewer: Fixed hidden current/total time labels 2023-02-16 22:57:53 -05:00
Sour
fd69095005 UI: Add shortcuts to set scale from 7x to 10x 2023-02-14 19:36:51 -05:00
Sour
97421d0c3e UI: Fixed scale shown in titlebar/scale menu when aspect ratio isn't "no stretching" 2023-02-13 22:15:07 -05:00
Sour
833396fcc0 UI: Renamed "Toggle OSD" shortcut to match its config window label 2023-02-13 22:08:10 -05:00