I'm an idiot sandwich

This commit is contained in:
wheremyfoodat 2024-12-26 23:12:23 +02:00 committed by GitHub
parent 6a41065499
commit cd8b1b7f26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -105,7 +105,7 @@ std::filesystem::path Emulator::getConfigPath() {
if constexpr (Helpers::isAndroid()) {
return getAndroidAppPath() / "config.toml";
} else {
std::filesystem::path localPath = std::filesystem::current_path() / "config.toml");
std::filesystem::path localPath = std::filesystem::current_path() / "config.toml";
if (std::filesystem::exists(localPath)) {
return localPath;