mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 14:44:48 -04:00
v0.8 GoldLeaf v0.5 support. Optional. Updated since v0.5.2.
This commit is contained in:
parent
1d0a6086de
commit
bdb91b0e0a
13 changed files with 614 additions and 9 deletions
|
@ -576,7 +576,7 @@ class GoldLeaf implements ITransferModule {
|
|||
}
|
||||
}
|
||||
else if (filePath.startsWith("SPEC:/")){
|
||||
System.out.println(filePath);
|
||||
//System.out.println(filePath);
|
||||
filePath = filePath.replaceFirst("SPEC:/","");
|
||||
if (selectedFile.getName().equals(filePath)){
|
||||
command.add(GL_OBJ_TYPE_FILE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue