Fix somes Upsilon name in somes files (#61)

This commit is contained in:
Yaya-Cout
2021-10-28 22:23:10 +02:00
committed by GitHub
parent 473b0bbfcb
commit 41b2b64d80
12 changed files with 17 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
BasicInfo:
Title : Omega
Title : Upsilon
CompanyCode : "00"
ProductCode : CTR-E-OMEGA
ProductCode : CTR-E-Upsilon
Logo : Homebrew # Nintendo / Licensed / Distributed / iQue / iQueForSystem
RomFs:

View File

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>Epsilon</string>
<key>CFBundleIdentifier</key>
<string>io.github.omega.simulator</string>
<string>io.github.upsilon.simulator</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

View File

@@ -16,7 +16,7 @@ static char* pref_path = nullptr;
static char* file_buffer = nullptr;
void loadPython(Args * arguments) {
pref_path = SDL_GetPrefPath("io.github.omega", "omega-simulator");
pref_path = SDL_GetPrefPath("io.github.upsilon", "upsilon-simulator");
std::string path(pref_path);
printf("Loading from %s\n", (path + "python.dat").c_str());

View File

@@ -36,7 +36,7 @@ void init(bool screen_only, bool fullscreen, bool unresizable) {
if (screen_only) {
sScreenOnly = true;
sWindow = SDL_CreateWindow(
"Omega",
"Upsilon",
SDL_WINDOWPOS_CENTERED,
SDL_WINDOWPOS_CENTERED,
Ion::Display::Width, Ion::Display::Height,
@@ -48,7 +48,7 @@ void init(bool screen_only, bool fullscreen, bool unresizable) {
);
} else {
sWindow = SDL_CreateWindow(
"Omega",
"Upsilon",
SDL_WINDOWPOS_CENTERED,
SDL_WINDOWPOS_CENTERED,
458, 888,

View File

@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Omega</title>
<title>Upsilon</title>
<style>
#include "calculator.css"
#include "simulator.css"