Skip to content

Fix config not being set on first run#204

Merged
drhelius merged 1 commit into
drhelius:masterfrom
RipleyTom:first_launch_config
Feb 14, 2026
Merged

Fix config not being set on first run#204
drhelius merged 1 commit into
drhelius:masterfrom
RipleyTom:first_launch_config

Conversation

@RipleyTom

Copy link
Copy Markdown
Contributor

Early return means the defaults were never loaded on the first run of the application, which led to the save ending up in the same directory as the game and not in the default directory(which is set the 2nd launch as it finds the config and corrects the empty config to the default path).

Which led to me nearly having a panic attack thinking my save had disappeared :D.

Also fixes 2 missing default values in config_Emulator(this doesn't fix anything as they're set from the config but everything should have defaults).

@drhelius

Copy link
Copy Markdown
Owner

Nice catch, thanks!

@drhelius drhelius merged commit 7150a03 into drhelius:master Feb 14, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants