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 <ClusterM@users.noreply.github.com>2017-10-06 19:14:29 +0300
committerGitHub <noreply@github.com>2017-10-06 19:14:29 +0300
commitd9272eb18233dbe991f2319738efa0a9c4ef7238 (patch)
tree1965bd8b504a5dc839e93d8aecfebd259ea2c83b
parent03ee1bd3929b4194afd4175f282bb9aadaf6c16d (diff)
parent31b59c402c02852f35cdeec82aff77942a687edc (diff)
Merge pull request #460 from magicseb/stable
Add Second SNES MINI kernel
-rw-r--r--WorkerForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/WorkerForm.cs b/WorkerForm.cs
index bad61401..7db9fc90 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)