You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//Functions below DO work when the launcher path is set manually instead of pulling from Config; try to find why these functions can't pull the path properly
337
+
//P+ change: Get/SetIsoPaths modified to include launcher path by default, preventing us from needing to ship Dolphin.ini
338
338
339
339
std::vector<std::string> GetIsoPaths()
340
340
{
341
341
std::vector<std::string> paths;
342
342
343
-
// Always insert the launcher path — even if it's empty
0 commit comments