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 @@