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-10-08 01:09:00 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-10-08 01:09:00 +0300
commit1eb07e299750fdfa2d840d444adda4784f4a3f58 (patch)
tree81b1ec9a06176aa114b0fae8060eae4b64e54c07 /Apps
parentbfc42b227537cc4b70585c8e17e2e98a4a4a8dd2 (diff)
Release
Diffstat (limited to 'Apps')
-rw-r--r--Apps/SnesGame.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Apps/SnesGame.cs b/Apps/SnesGame.cs
index 8e8057cf..8249e7b7 100644
--- a/Apps/SnesGame.cs
+++ b/Apps/SnesGame.cs
@@ -446,7 +446,7 @@ namespace com.clusterrr.hakchi_gui
{
try
{
- var xmlDataBasePath = Path.Combine(System.IO.Path.Combine(Program.BaseDirectoryInternal, "data"), "snescarts.xml");
+ var xmlDataBasePath = Path.Combine(Path.Combine(Program.BaseDirectoryInternal, "data"), "snescarts.xml");
Debug.WriteLine("Loading " + xmlDataBasePath);
if (File.Exists(xmlDataBasePath))