You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When quitting after changing video settings; then restarting the game, the previous video settings are not restored. Instead, they are returned to the initial state they were before making any changes.
This probably happens because of crashes while exiting the game:
Unknown function!
Stack at 0xC07FFE78; returning EAX: 0x0DDE1000
463142 Emulation at 484A17 ('IA3dListener__2') from 484A17
openswe1r: /home/fox/Data/Projects/OpenSWE1R/main.c:3682: UnknownImport: Assertion `false' failed.
The video config might not have been written at this point.
The text was updated successfully, but these errors were encountered:
If you want to submit changes, please send a PR. For something minor like this I'll probably just hit merge.
Review of existing PRs by other people is also welcome.
Note that there's also a WIP branch which includes this fix: JayFoxRox#16
However, I don't have time or motivation for coding, reviewing or testing larger changes for OpenSWE1R right now.
When quitting after changing video settings; then restarting the game, the previous video settings are not restored. Instead, they are returned to the initial state they were before making any changes.
This probably happens because of crashes while exiting the game:
The video config might not have been written at this point.
The text was updated successfully, but these errors were encountered: