mirror of
https://github.com/dborth/fceugx.git
synced 2024-12-04 14:24:16 +01:00
support forwarders that pass in sd1:/
This commit is contained in:
parent
18615ca1c3
commit
6324876768
@ -463,7 +463,7 @@ void CreateAppPath(char * origpath)
|
||||
int pos = 0;
|
||||
|
||||
// replace fat:/ with sd:/
|
||||
if(strncmp(path, "fat:/", 5) == 0)
|
||||
if(strncmp(path, "fat:/", 5) == 0 || strncmp(path, "sd1:/", 5) == 0)
|
||||
{
|
||||
pos++;
|
||||
path[1] = 's';
|
||||
|
Loading…
Reference in New Issue
Block a user