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-02-22 17:00:36 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-22 17:00:36 +0300
commit1f1b664ee2edc43e99437dff1dd840398f8c8cf7 (patch)
tree9563b89392797f32a158f460c726f8a71f62c6a0 /Apps/GbcGame.cs
parent229ab56f5b1c89b0c0b2bf31387ab664c054f3ff (diff)
Refactoring
Diffstat (limited to 'Apps/GbcGame.cs')
-rw-r--r--Apps/GbcGame.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/Apps/GbcGame.cs b/Apps/GbcGame.cs
index 451a603f..287989f7 100644
--- a/Apps/GbcGame.cs
+++ b/Apps/GbcGame.cs
@@ -6,11 +6,7 @@ namespace com.clusterrr.hakchi_gui
{
public class GbcGame : NesMiniApplication
{
- public const char Prefix = 'C';
- public static Image DefaultCover { get { return Resources.blank_gbc; } }
- public const string DefaultApp = "/bin/gbc";
-
- public GbcGame(string path, bool ignoreEmptyConfig)
+ public GbcGame(string path, bool ignoreEmptyConfig = false)
: base(path, ignoreEmptyConfig)
{
}