mirror of
https://github.com/dborth/snes9xgx.git
synced 2025-03-01 17:25:33 +01:00
support forwarders that pass in sd1:/
This commit is contained in:
parent
1bd50c7036
commit
1c0e621ce2
@ -459,7 +459,7 @@ void CreateAppPath(char * origpath)
|
|||||||
int pos = 0;
|
int pos = 0;
|
||||||
|
|
||||||
// replace fat:/ with sd:/
|
// replace fat:/ with sd:/
|
||||||
if(strncmp(path, "fat:/", 5) == 0)
|
if(strncmp(path, "fat:/", 5) == 0 || strncmp(path, "sd1:/", 5) == 0)
|
||||||
{
|
{
|
||||||
pos++;
|
pos++;
|
||||||
path[1] = 's';
|
path[1] = 's';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user