mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +12:00
I'm an idiot sandwich
This commit is contained in:
parent
6a41065499
commit
cd8b1b7f26
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue