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:
authormagicseb <jeremiah252@hotmail.com>2017-10-06 00:30:26 +0300
committerGitHub <noreply@github.com>2017-10-06 00:30:26 +0300
commit6c33cff805aff0726092193835c99fdb9792f0e3 (patch)
treeaa6a6286bc65f41af0fb725e150d4f1487acb06a /WorkerForm.cs
parent1c8b3e1836fcb32b92d8e49ba11b37f2d4b948b7 (diff)
Add Second SNES MINI kernel
Add missing checksum for SNES mini in EUROPE
Diffstat (limited to 'WorkerForm.cs')
-rw-r--r--WorkerForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/WorkerForm.cs b/WorkerForm.cs
index c1bea20d..0cabd990 100644
--- a/WorkerForm.cs
+++ b/WorkerForm.cs
@@ -123,6 +123,7 @@ namespace com.clusterrr.hakchi_gui
correctKernels[MainForm.ConsoleType.Famicom] = new string[] { "ac8144c3ea4ab32e017648ee80bdc230" }; // Famicom Mini
correctKernels[MainForm.ConsoleType.SNES] = new string[] {
"d76c2a091ebe7b4614589fc6954653a5", // SNES Mini (EUR)
+ "c2b57b550f35d64d1c6ce66f9b5180ce", // SNES Mini (EUR)
"449b711238575763c6701f5958323d48" // SNES Mini (USA)
};
correctKernels[MainForm.ConsoleType.SuperFamicom] = new string[] { "632e179db63d9bcd42281f776a030c14"}; // Super Famicom Mini (JAP)