shithub: cstory

Download patch

ref: bc262bd5e2f29d261e6cf6805e2369105f5f2abc
parent: 4b0584b5b8a201e52aa6eda53a15360da9f02aab
author: Clownacy <Clownacy@users.noreply.github.com>
date: Mon Sep 2 16:28:41 EDT 2019

Explain some Shift-JIS

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -46,7 +46,7 @@
 static const char *mutex_name = "Doukutsu";
 
 #ifdef JAPANESE
-static const char *lpWindowName = "\x93\xB4\x8C\x41\x95\xA8\x8C\xEA";
+static const char *lpWindowName = "\x93\xB4\x8C\x41\x95\xA8\x8C\xEA";	// '洞窟物語' (Cave Story) in Shift-JIS
 #else
 static const char *lpWindowName = "Cave Story ~ Doukutsu Monogatari";
 #endif