mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-07-12 18:19:42 -07:00
89ce198105
The save func wrote Settings ".emulator"/".core", but SystemData::getEmulator /getCore read them from SystemConf on non-Windows builds (and popSystemConfigurationGui saves to SystemConf), so on Linux/ArchR the choice was written where nothing reads it and the game launched with the default. Match the readers' WIN32/else split. (Item is gated off on ARCHR today, but this is a genuine cross-platform bug, not platform dead code.) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>