mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-25 00:04:49 +02:00
Fix disc0:/ vs. disc0: in path parsing
Fix Hot Pixel loading
This commit is contained in:
@@ -139,7 +139,6 @@ static bool RealPath(const std::string ¤tDirectory, const std::string &inP
|
||||
if (inAfterColon == "/")
|
||||
{
|
||||
outPath = prefix + inAfterColon;
|
||||
return true;
|
||||
}
|
||||
|
||||
if (! ApplyPathStringToComponentsVector(cmpnts, inAfterColon) )
|
||||
|
||||
Reference in New Issue
Block a user