mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-08-07 08:38:43 +00: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()) {
|
if constexpr (Helpers::isAndroid()) {
|
||||||
return getAndroidAppPath() / "config.toml";
|
return getAndroidAppPath() / "config.toml";
|
||||||
} else {
|
} 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)) {
|
if (std::filesystem::exists(localPath)) {
|
||||||
return localPath;
|
return localPath;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue