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:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-23 10:47:00 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-23 10:47:00 +0300
commit30c8ed0882afdc5534da1d2978fd2eb3659654db (patch)
tree2b44f7b9c465a0ed7bfe3706ff50e7575dab83b8 /Apps
parent7fc38ff9697313ec7582dc9c1d872db2d6dfd8d0 (diff)
New defaults
Diffstat (limited to 'Apps')
-rw-r--r--Apps/NesMiniApplication.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Apps/NesMiniApplication.cs b/Apps/NesMiniApplication.cs
index 1d684f4b..2f2f9c8f 100644
--- a/Apps/NesMiniApplication.cs
+++ b/Apps/NesMiniApplication.cs
@@ -13,8 +13,8 @@ namespace com.clusterrr.hakchi_gui
public class NesMiniApplication : INesMenuElement
{
public readonly static string GamesDirectory = Path.Combine(Path.GetDirectoryName(Application.ExecutablePath), "games");
- const string DefaultReleaseDate = "1983-07-15"; // Famicom release day
- const string DefaultPublisher = "NINTENDO";
+ const string DefaultReleaseDate = "1900-01-01";
+ const string DefaultPublisher = "UNKNOWN";
protected string code;
public string Code