mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-29 11:24:20 +01:00
Fixes a little but nasty bug.
This commit is contained in:
parent
cd56a50d3f
commit
8124bb28e1
@ -39,7 +39,7 @@ public final class NUSTitleLoaderRemote extends NUSTitleLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static NUSTitle loadNUSTitle(long titleID, int version, Ticket ticket) throws Exception {
|
public static NUSTitle loadNUSTitle(long titleID, int version, Ticket ticket) throws Exception {
|
||||||
return loadNUSTitle(titleID, Settings.LATEST_TMD_VERSION, ticket, false);
|
return loadNUSTitle(titleID, version, ticket, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static NUSTitle loadNUSTitle(long titleID, int version, Ticket ticket, boolean noEncryption) throws Exception {
|
public static NUSTitle loadNUSTitle(long titleID, int version, Ticket ticket, boolean noEncryption) throws Exception {
|
||||||
|
Loading…
Reference in New Issue
Block a user