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:
Diffstat (limited to 'Apps/NesGame.cs')
-rw-r--r--Apps/NesGame.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/Apps/NesGame.cs b/Apps/NesGame.cs
index 66dc86a7..eb9e699c 100644
--- a/Apps/NesGame.cs
+++ b/Apps/NesGame.cs
@@ -68,7 +68,9 @@ namespace com.clusterrr.hakchi_gui
}
nesFile.CorrectRom();
crc32 = nesFile.CRC32;
- if (ConfigIni.ConsoleType != MainForm.ConsoleType.NES && ConfigIni.ConsoleType != MainForm.ConsoleType.Famicom)
+ if (ConfigIni.ConsoleType == MainForm.ConsoleType.NES || ConfigIni.ConsoleType == MainForm.ConsoleType.Famicom)
+ application = "/bin/clover-kachikachi-wr";
+ else
application = "/bin/nes";
//if (nesFile.Mapper == 71) nesFile.Mapper = 2; // games by Codemasters/Camerica - this is UNROM clone. One exception - Fire Hawk