Skip to content

Commit

Permalink
I'm an idiot sandwich
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 26, 2024
1 parent 6a41065 commit cd8b1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/emulator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cd8b1b7

Please sign in to comment.