We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1feed38 commit 0fe064eCopy full SHA for 0fe064e
source/args.cpp
@@ -199,6 +199,9 @@ bool argsNdsPath(const std::string& filePath, std::string& ndsPath) {
199
return true;
200
} else if (strCaseEnd(filePath, ARG_EXT)) {
201
return parseArgFileNds(filePath, ndsPath);
202
+ } else if (strCaseEnd(filePath, GBA_EXT)) {
203
+ ndsPath = GBARUNNER3_PATH;
204
+ return true;
205
} else {
206
// This is a data file associated with a handler NDS by an ext file
207
string extPath;
0 commit comments