Bug Fix Version
-
Parameter Handling Overhaul (
ParameterValidator.cs,GameLauncher.cs): Paths within parameters are converted to absolute paths. -
File Path Standardization (
GameLauncher.cs,GameButtonFactory.cs,GameListFactory.cs): File paths used for launching games and creating UI elements are consistently resolved to absolute paths relative to the application directory, improving reliability. -
UI Enhancements (
MainWindow.xaml): A new custom-styledGridSplitterhas been added to the list view in the main window, allowing for better resizing of the game list and preview areas. -
Improved Window Closing (
DownloadImagePackWindow.xaml.cs,EasyModeWindow.xaml.cs): Added logic to theCloseWindowRoutineinDownloadImagePackWindowandEasyModeWindowto stop any ongoing operations (like downloads) before the window closes, preventing potential errors. -
Configuration Change (
SystemManager.cs): The default value forReceiveANotificationOnEmulatorErrorin system configurations has been changed fromfalsetotrue, meaning users will now receive error notifications by default.