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:16:04 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-07 20:16:04 +0300
commitef067b9227b095b8a564ff09fe2c960363e9cac8 (patch)
tree16967ba9c1c376820274a151b47c15fb5f43958d /MainForm.cs
parent0ceac8f49bba9751c66a5cf63fcad9cec3399440 (diff)
SNES carts database
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 448da29e..5f949f77 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -231,6 +231,7 @@ namespace com.clusterrr.hakchi_gui
// Loading games database in background
new Thread(NesGame.LoadCache).Start();
+ new Thread(SnesGame.LoadCache).Start();
// Recalculate games in background
new Thread(RecalculateSelectedGamesThread).Start();