Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-07 20:58:14 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-07 20:58:14 +0300
commite27869a38e7f1d310c5615220839e0c7f1414b6a (patch)
treeaa2b1a34c5c354c7f4c465899ce9d57892548a47 /MainForm.cs
parentef067b9227b095b8a564ff09fe2c960363e9cac8 (diff)
Box art downloading
Diffstat (limited to 'MainForm.cs')
-rw-r--r--MainForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MainForm.cs b/MainForm.cs
index 5f949f77..a10b69f0 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -28,6 +28,7 @@ namespace com.clusterrr.hakchi_gui
public static IEnumerable<string> InternalMods;
public static ClovershellConnection Clovershell;
mooftpserv.Server ftpServer;
+ public static bool? DownloadCover;
static NesDefaultGame[] defaultNesGames = new NesDefaultGame[] {
new NesDefaultGame { Code = "CLV-P-NAAAE", Name = "Super Mario Bros.", Size = 571031 },