mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
Fix somes Upsilon name in somes files (#61)
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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());
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user