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/GbaGame.cs
parent229ab56f5b1c89b0c0b2bf31387ab664c054f3ff (diff)
Refactoring
Diffstat (limited to 'Apps/GbaGame.cs')
-rw-r--r--Apps/GbaGame.cs6
1 files changed, 1 insertions, 5 deletions
diff --git a/Apps/GbaGame.cs b/Apps/GbaGame.cs
index f9064471..2e204ce6 100644
--- a/Apps/GbaGame.cs
+++ b/Apps/GbaGame.cs
@@ -6,11 +6,7 @@ namespace com.clusterrr.hakchi_gui
{
public class GbaGame : NesMiniApplication
{
- public const char Prefix = 'A';
- public static Image DefaultCover { get { return Resources.blank_gba; } }
- public const string DefaultApp = "/bin/gba";
-
- public GbaGame(string path, bool ignoreEmptyConfig)
+ public GbaGame(string path, bool ignoreEmptyConfig = false)
: base(path, ignoreEmptyConfig)
{
}