mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
NRO Validation
The NRO files are now validated before they're added to the game list.
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user