Simple Launcher est une interface pour émulateur qui facilite la lecture de jeux rétro.
Les changements sont les suivants:
– I changed the temp folder from within the application folder to the Windows temp folder to prevent access issues.
– I implemented methods to handle the cleanup of temp files and folders.
– Improved error handling in some methods.
– Fixed a bug in several methods that attempt to load a preview image or open a cover image when the UserImagePath is a relative path. These methods now convert all relative paths to absolute paths before execution.
– Moved the DownloadAndExtractInMemory method to a separate class.
– Improved error handling in some methods.