mirror of
https://github.com/Maschell/JNUSLib.git
synced 2024-11-05 07:45:11 +01:00
Use "-1" instead of "0" as a custom value to indicate we want the latest TMD version
This commit is contained in:
parent
ebb6e758d3
commit
b15dc3b427
@ -18,7 +18,7 @@ package de.mas.wiiu.jnus;
|
||||
|
||||
public class Settings {
|
||||
public static String URL_BASE = "http://ccs.cdn.c.shop.nintendowifi.net/ccs/download";
|
||||
public static final int LATEST_TMD_VERSION = 0;
|
||||
public static final int LATEST_TMD_VERSION = -1;
|
||||
public static final String TMD_FILENAME = "title.tmd";
|
||||
public static final String TICKET_FILENAME = "title.tik";
|
||||
public static final String CERT_FILENAME = "title.cert";
|
||||
|
Loading…
Reference in New Issue
Block a user