Commit Graph

40 Commits

Author SHA1 Message Date
Sour 137ae7ce3b Version Update: 2.1.1 2025-07-06 15:37:59 +09:00
Sour b21e273d85 Version Update: 2.1.0 2025-05-16 22:00:46 +09:00
Sour bae3203baf UI: Auto-update changes/improvements 2025-05-16 21:11:10 +09:00
Sour b3fd15963b UI: Try to better recover from unexpected errors while opening the main window 2025-01-05 11:04:32 +09:00
Sour c5406773a0 Added WonderSwan support 2024-09-19 21:19:43 +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 d208fdc6a7 UI: Support for NativeAOT
Added Windows & Linux builds using AOT compilation
2024-06-05 20:23:31 +09:00
Sour 13acb3fe42 Added GBA support 2024-03-30 11:42:31 +09:00
Sour ec9c892797 UI: Attempt to workaround/fix reported crash when generating installed font list 2024-03-27 22:14:59 +09:00
Sour 5308983ebb Added SMS/GG/SG-1000 support 2023-12-14 22:23:27 +09:00
Sour 9cf28fc448 UI: Prevent blank text when selected font does not exist
+ Set "FreeSans" as the last fallback instead of "sans-serif" which doesn't work
2023-04-23 23:30:18 -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 afa7727504 UI: Changed OS checks to use simpler code 2023-03-13 00:32:16 -04:00
Sour c832e0c619 UI: Fixed blank setup wizard/window on first run due to default fonts not being initialized correctly 2023-03-06 17:57:08 -05:00
Sour f867467282 UI: Backup old settings before overwriting them when they can't be loaded 2023-03-03 21:23:46 -05:00
Sour c0e559b979 UI: Fixed debugger fonts not being applied correctly on first run 2023-02-04 14:18:11 -05:00
Sour 2d16c35af4 macOS: Set default fonts, minor tweaks/fixes 2023-02-04 14:04:50 -05:00
Sour e5740c8d7e Linux: Fixed corrupted settings after first run 2023-01-29 11:00:20 -05:00
Sour 682af6246e UI: Rename NewUI to UI 2023-01-25 16:03:56 -05:00
Sour 3c05100045 UI: Delete old winforms UI project 2023-01-25 15:49:52 -05:00
Sour d43abf8d17 Added missing load state shortcut, fixed command line args not being processed 2021-05-23 00:08:56 -04:00
Sour 06135f10de GB: Added palette configuration options
+ Split GB options to a separate window
2020-06-22 19:12:25 -04:00
Sour dd0287088c Version Update: 0.4.0 2020-04-25 14:43:50 -04:00
Sour 08e0820164 Input: Fixed default shortcuts & shortcut display when using non-qwerty layouts
This resets all non-debugger shortcut keys to their default values due to values saved in the config switching from scan codes to virtual key codes.
2020-02-23 14:08:29 -05:00
Sour b4d28cfbdc Version Update: 0.3.0 2019-10-26 19:54:19 -04:00
Sour 4f22eefa21 Netplay: Added support for netplay 2019-10-20 21:23:48 -04:00
Sour c5eff5993d Setup: Fixed default keybindings when selecting the WASD keyboard option 2019-10-14 15:17:56 -04:00
Sour 201020b6f9 Updates: Avoid Application.Exit usage, attempt to kill existing processes before upgrade 2019-10-14 15:04:26 -04:00
Sour 9aba01ba0c Added cheat code support (GG & PAR) 2019-10-12 22:40:25 -04:00
Sour ed4a0e60e8 Added movies recording/playback support 2019-08-09 16:25:59 -04:00
Sour 87fddaa751 Debugger: Added several configuration options for debugger break behavior 2019-04-30 21:05:53 -04:00
Sour 9af57723ec UI: Added configuration wizard + portable mode support 2019-03-15 16:19:42 -04:00
Sour 033469ff01 Video: AVI recording 2019-03-15 12:48:34 -04:00
Sour a8d388043e UI: Auto-scale display when resizing window 2019-03-14 20:54:04 -04:00
Sour bceb0394ef UI: Input configuration 2019-03-13 22:56:33 -04:00
Sour fe958a8285 UI: Preferences, shortcut keys, emulation speed, etc. 2019-03-11 17:56:54 -04:00
Sour 9188baf7f1 UI: Added recent files menu 2019-03-10 19:37:42 -04:00
Sour 2893664d0f UI: Added audio options (sample rate, volume, latency, equalizer) 2019-03-10 17:56:54 -04:00
Sour 60af2e2f64 UI: Added video options (scale, filters, aspect ratio) 2019-03-10 11:12:50 -04:00
Sour 5c19584019 Imported some code from Mesen (video, audio, UI, etc.) + basic trace logger/step functionality 2019-02-12 22:13:09 -05:00