From 41b2b64d800142aa3ed2cee8a18c490dfa3d5124 Mon Sep 17 00:00:00 2001 From: Yaya-Cout <67095734+Yaya-Cout@users.noreply.github.com> Date: Thu, 28 Oct 2021 22:23:10 +0200 Subject: [PATCH] Fix somes Upsilon name in somes files (#61) --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/omega-beta-only---bug-report.md | 6 +++--- .github/ISSUE_TEMPLATE/problems-during-installation.md | 4 ++-- README.fr.md | 2 +- README.md | 2 +- ion/src/simulator/3ds/assets/app.rsf | 4 ++-- ion/src/simulator/ios/Info.plist | 2 +- ion/src/simulator/shared/store_script.cpp | 2 +- ion/src/simulator/shared/window.cpp | 4 ++-- ion/src/simulator/web/simulator.html.inc | 2 +- python/port/mod/os/modos_table.c | 2 +- 12 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d6e0dd686..e683ad5e2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,4 +24,4 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - Omega Version: [go to settings > about > Omega Version and type the version here] + - Upsilon Version: [go to settings > about > Upsilon Version and type the version here] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 5e45c5032..340a7684f 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,6 +1,6 @@ --- name: Feature request -about: Suggest an idea for Omega +about: Suggest an idea for Upsilon title: '' labels: 'Status: Triage, Type: Feature' assignees: '' diff --git a/.github/ISSUE_TEMPLATE/omega-beta-only---bug-report.md b/.github/ISSUE_TEMPLATE/omega-beta-only---bug-report.md index f97b2b86f..9af063f3d 100644 --- a/.github/ISSUE_TEMPLATE/omega-beta-only---bug-report.md +++ b/.github/ISSUE_TEMPLATE/omega-beta-only---bug-report.md @@ -1,6 +1,6 @@ --- -name: OMEGA BETA ONLY - Bug report -about: Omega 1.21 is not working like it should? Let us know! +name: UPSILON BETA ONLY - Bug report +about: Upsilon 1.21 is not working like it should? Let us know! title: "[BETA-1.21] …" labels: 'Status: Triage, Type: Bug' assignees: '' @@ -24,5 +24,5 @@ A clear and concise description of what you expected to happen. If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - - Omega Version: [go to settings > about > Omega Version and type the version here] + - Upsilon Version: [go to settings > about > Upsilon Version and type the version here] - Discord username: ..........#.... diff --git a/.github/ISSUE_TEMPLATE/problems-during-installation.md b/.github/ISSUE_TEMPLATE/problems-during-installation.md index baab16e64..329de3b67 100644 --- a/.github/ISSUE_TEMPLATE/problems-during-installation.md +++ b/.github/ISSUE_TEMPLATE/problems-during-installation.md @@ -1,6 +1,6 @@ --- name: Problems during installation -about: Need help to install Omega? +about: Need help to install Upsilon? title: '' labels: 'Status: Triage, Type: Installation issue' assignees: '' @@ -16,4 +16,4 @@ Copy/paste the logs here (If you have some) ``` **Environment** - - Omega Version: {go to settings > about > Omega Version and type the version here} + - Upsilon Version: {go to settings > about > Upsilon Version and type the version here} diff --git a/README.fr.md b/README.fr.md index 92dc638fd..8a9f26150 100644 --- a/README.fr.md +++ b/README.fr.md @@ -126,7 +126,7 @@ Vous aurez besoin de devkitPro et de devkitARM disponible dans votre `$PATH` (in ```bash git clone --recursive https://github.com/Lauryy06/Upsilon.git cd Upsilon -git checkout --recursive omega-dev +git checkout --recursive upsilon-dev make PLATFORM=simulator TARGET=3ds -j ``` diff --git a/README.md b/README.md index adf8b58a5..8369661fd 100644 --- a/README.md +++ b/README.md @@ -240,7 +240,7 @@ You need devkitPro and devkitARM installed and in your path (instructions [here] ```bash git clone --recursive https://github.com/Lauryy06/Upsilon.git cd Upsilon -git checkout --recursive omega-dev +git checkout --recursive upsilon-dev make PLATFORM=simulator TARGET=3ds -j ``` You can then put epsilon.3dsx on a SD card to run it from the HBC or use 3dslink to launch it over the network: diff --git a/ion/src/simulator/3ds/assets/app.rsf b/ion/src/simulator/3ds/assets/app.rsf index 8ebf29bc2..8e1a5900d 100644 --- a/ion/src/simulator/3ds/assets/app.rsf +++ b/ion/src/simulator/3ds/assets/app.rsf @@ -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: diff --git a/ion/src/simulator/ios/Info.plist b/ion/src/simulator/ios/Info.plist index 244f1c4d3..c3376034e 100644 --- a/ion/src/simulator/ios/Info.plist +++ b/ion/src/simulator/ios/Info.plist @@ -7,7 +7,7 @@ CFBundleExecutable Epsilon CFBundleIdentifier - io.github.omega.simulator + io.github.upsilon.simulator CFBundleInfoDictionaryVersion 6.0 CFBundleName diff --git a/ion/src/simulator/shared/store_script.cpp b/ion/src/simulator/shared/store_script.cpp index 8a5cea839..80187ef5d 100644 --- a/ion/src/simulator/shared/store_script.cpp +++ b/ion/src/simulator/shared/store_script.cpp @@ -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()); diff --git a/ion/src/simulator/shared/window.cpp b/ion/src/simulator/shared/window.cpp index e9b04bdaf..0c3156160 100644 --- a/ion/src/simulator/shared/window.cpp +++ b/ion/src/simulator/shared/window.cpp @@ -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, diff --git a/ion/src/simulator/web/simulator.html.inc b/ion/src/simulator/web/simulator.html.inc index dbfd95c89..1c52b8ff5 100644 --- a/ion/src/simulator/web/simulator.html.inc +++ b/ion/src/simulator/web/simulator.html.inc @@ -4,7 +4,7 @@ - Omega + Upsilon