mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 10:39:18 +01:00
support forwarders that pass in sd1:/
This commit is contained in:
parent
c2ce4e4b5e
commit
603f018a33
@ -459,8 +459,8 @@ void CreateAppPath(char * origpath)
|
|||||||
|
|
||||||
int pos = 0;
|
int pos = 0;
|
||||||
|
|
||||||
// replace fat:/ with sd:/
|
// replace fat:/ or sd1:/ 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…
Reference in New Issue
Block a user