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
path: root/Apps
diff options
context:
space:
mode:
Diffstat (limited to 'Apps')
-rw-r--r--Apps/AppTypeCollection.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Apps/AppTypeCollection.cs b/Apps/AppTypeCollection.cs
index a405de32..1ce2b9d9 100644
--- a/Apps/AppTypeCollection.cs
+++ b/Apps/AppTypeCollection.cs
@@ -70,7 +70,7 @@ namespace com.clusterrr.hakchi_gui
Prefix = 'M',
DefaultCover = Resources.blank_sms
},
- new AppInfo
+ new AppInfo
{
Class = typeof(GenesisGame),
Extensions = new string[] { ".gen", ".md", ".smd" },
@@ -78,7 +78,7 @@ namespace com.clusterrr.hakchi_gui
Prefix = 'G',
DefaultCover = Resources.blank_genesis
},
- new AppInfo
+ new AppInfo
{
Class = typeof(GbGame),
Extensions = new string[] { ".gb" },