We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e3f1ea commit 3aa3553Copy full SHA for 3aa3553
src/port/Engine.cpp
@@ -101,7 +101,7 @@ OTRVersion ReadPortVersionFromOTR(std::string otrPath) {
101
// For Windows/Mac/Linux if the version doesn't match, offer to
102
OTRVersion DetectOTRVersion(std::string fileName) {
103
bool isOtrOld = false;
104
- std::string otrPath = Ship::Context::LocateFileAcrossAppDirs(fileName, "sm64");
+ std::string otrPath = Ship::Context::LocateFileAcrossAppDirs(fileName, "sm64.o2r");
105
106
// Doesn't exist so nothing to do here
107
if (!std::filesystem::exists(otrPath)) {
0 commit comments