NRO Validation

The NRO files are now validated before they're added to the game list.
This commit is contained in:
◱ PixelyIon
2019-07-04 01:25:06 +05:30
parent 0eef380781
commit 012b1df5d8
3 changed files with 34 additions and 5 deletions

View File

@ -28,7 +28,7 @@ class GameItem {
public GameItem(File file) {
this.file = file;
index = file.getName().lastIndexOf(".");
meta = NroMeta.GetNroTitle(getPath());
meta = NroMeta.getTitleEntry(getPath());
}
public Bitmap getIcon() {