mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
fix bug with port2 support
This commit is contained in:
parent
14ca9120b6
commit
69f2a092ae
@ -174,7 +174,7 @@ bool IsDeviceRoot(char * path)
|
||||
strcmp(path, "smb:/") == 0 ||
|
||||
strcmp(path, "carda:/") == 0 ||
|
||||
strcmp(path, "cardb:/") == 0 ||
|
||||
strcmp(path, "port2:/") )
|
||||
strcmp(path, "port2:/") == 0 )
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user