Skip to content

Commit 3aa3553

Browse files
committed
Fixed wrong o2r path
1 parent 5e3f1ea commit 3aa3553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/port/Engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ OTRVersion ReadPortVersionFromOTR(std::string otrPath) {
101101
// For Windows/Mac/Linux if the version doesn't match, offer to
102102
OTRVersion DetectOTRVersion(std::string fileName) {
103103
bool isOtrOld = false;
104-
std::string otrPath = Ship::Context::LocateFileAcrossAppDirs(fileName, "sm64");
104+
std::string otrPath = Ship::Context::LocateFileAcrossAppDirs(fileName, "sm64.o2r");
105105

106106
// Doesn't exist so nothing to do here
107107
if (!std::filesystem::exists(otrPath)) {

0 commit comments

Comments
 (0)