mirror of
https://github.com/Maschell/JNUSTool.git
synced 2024-11-11 02:45:07 +01:00
fixed display and added jar
Now its only displays files of the NUS title added a compiled jar
This commit is contained in:
parent
20813d4430
commit
c3fd32e968
BIN
jar/JNUSTool.jar
Normal file
BIN
jar/JNUSTool.jar
Normal file
Binary file not shown.
@ -23,6 +23,7 @@ public class FST {
|
|||||||
|
|
||||||
private void buildDirectory() {
|
private void buildDirectory() {
|
||||||
for(FEntry f : getFileEntries()){
|
for(FEntry f : getFileEntries()){
|
||||||
|
if(!f.isDir() && f.isInNUSTitle()){
|
||||||
Directory current = directory;
|
Directory current = directory;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for(String s :f.getPathList()){
|
for(String s :f.getPathList()){
|
||||||
@ -40,6 +41,7 @@ public class FST {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user