diff --git a/README.md b/README.md index 2c613d9..7c4ca41 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ * [Sphaira](https://github.com/ITotalJustice/sphaira) - Современное Хоумбрю Меню, аналог nx-hbmenu * [AiO Switch Updater](https://github.com/HamletDuFromage/aio-switch-updater) - Программа для обновления Ultra до актуальной версии, а так же для скачивания читов. * [Daybreak](https://github.com/Atmosphere-NX/Atmosphere) - Программа для обновления системного ПО. - * [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Лучший файловый менеджер, менеджер сохранений и установщик программ на консоль. Если вам нужна другая локализация - в [Ultra Tuner](https://github.com/Ultra-NX/UltraNX/wiki/Tuner-RU#ultra-tuner) есть выбор из EN-RU-PTBR-ZHCN. + * [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Лучший файловый менеджер, менеджер сохранений и установщик программ на консоль. 1. **Установленные модули** @@ -69,7 +69,7 @@ 1. **Доступные для скачивания через [Ultra Tuner](https://github.com/Ultra-NX/UltraNX/wiki/Tuner-RU#ultra-tuner)** * Homebrews: - * [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Здесь можно скачать DBI с нужным языком, или обновить имеющийся. + * [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Здесь можно скачать DBI или обновить имеющийся. * [Linkalho](https://gbatemp.net/download/linkalho.38822) - Программа для привязки аккаунта. * [HB App Store](https://github.com/fortheusers/hb-appstore) - Бесплатный магазин для скачивания Homebrew приложений. * [PPSSPP](https://gbatemp.net/threads/ppsspp-switch-standalone-beta.544071/post-10492671) - Эмулятор PSP. diff --git a/README_ENG.md b/README_ENG.md index c24cf98..147ec02 100644 --- a/README_ENG.md +++ b/README_ENG.md @@ -44,7 +44,7 @@ * [Sphaira](https://github.com/ITotalJustice/sphaira) - Modern Homebrew Menu, analogous to nx-hbmenu * [AiO Switch Updater](https://github.com/HamletDuFromage/aio-switch-updater) - Program to update Ultra to the current version, as well as to download cheats. * [Daybreak](https://github.com/Atmosphere-NX/Atmosphere) - A program for updating OS. - * [DBI](https://github.com/rashevskyv/dbi) - The best file manager, save manager and program installer on the console. If you need a different localization - Updater has a choice of EN-RU-PTBR-ZHCN. + * [DBI](https://github.com/rashevskyv/dbi) - The best file manager, save manager and program installer on the console. 1. **Installed Modules** @@ -65,7 +65,7 @@ 1. **Available for download via [Updater](https://github.com/Ultra-NX/Ultra/wiki/Tuner-RU#Updater)** * Homebrews: - * [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Here you can download a DBI with the desired language, or update an existing one. + * [DBI](https://4pda.to/forum/index.php?showtopic=939714&st=1120#entry86288632) - Here you can download a DBI or update an existing one. * [Linkalho](https://gbatemp.net/download/linkalho.38822/) - Account linking program. * [HB App Store](https://github.com/fortheusers/hb-appstore) - A free store for downloading Homebrew apps. * [PPSSPP](https://gbatemp.net/threads/ppsspp-switch-standalone-beta.544071/post-10492671) - PSP emulator. diff --git a/SaltySD/plugins/FPSLocker/patches/010054E01D878000/FF365FA7E744CDDA.yaml b/SaltySD/plugins/FPSLocker/patches/010054E01D878000/FF365FA7E744CDDA.yaml new file mode 100644 index 0000000..b8c0ed6 --- /dev/null +++ b/SaltySD/plugins/FPSLocker/patches/010054E01D878000/FF365FA7E744CDDA.yaml @@ -0,0 +1,12 @@ +# EA SPORTS FC 25 1.7a.6c14 +# BID: FF365FA7E744CDDA + +unsafeCheck: true + +ALL_FPS: + # Internal FPS Lock + - + type: evaluate_write + address: [MAIN, 0xCE76A68, 8] + value_type: double + value: FPS_TARGET diff --git a/SaltySD/plugins/FPSLocker/patches/010093C0215B4000/26350BBA224575AE.yaml b/SaltySD/plugins/FPSLocker/patches/010093C0215B4000/26350BBA224575AE.yaml new file mode 100644 index 0000000..aa493bd --- /dev/null +++ b/SaltySD/plugins/FPSLocker/patches/010093C0215B4000/26350BBA224575AE.yaml @@ -0,0 +1,21 @@ +# The Hundred Line -Last Defense Academy- 1.0.4 +# BID: 26350BBA224575AE +# Last found function with REF: FD 7B BE A9 F3 0B 00 F9 FD 03 00 91 E0 03 01 2A stores some code related to playing above 60 FPS. Look at it if someone will have an issue playing above 60 FPS. + +unsafeCheck: true + +ALL_FPS: + # FPS Lock + # REF: 1B 41 00 00 + - + type: evaluate_write + address: [MAIN, 0xC8BC78] + value_type: uint32 + value: FRAMETIME_TARGET * 1000 + # Unknown value, but set in the same function as FPS lock, so it may be important + # REF: 3C 00 00 00 01 00 00 00 00 00 00 00 + - + type: evaluate_write + address: [MAIN, 0xC8BC44] + value_type: uint32 + value: FPS_TARGET \ No newline at end of file diff --git a/SaltySD/saltysd_bootstrap.elf b/SaltySD/saltysd_bootstrap.elf index 69db302..756ba52 100644 Binary files a/SaltySD/saltysd_bootstrap.elf and b/SaltySD/saltysd_bootstrap.elf differ diff --git a/SaltySD/saltysd_core.elf b/SaltySD/saltysd_core.elf index 8e8af3d..6e90dac 100644 Binary files a/SaltySD/saltysd_core.elf and b/SaltySD/saltysd_core.elf differ diff --git a/SaltySD/saltysd_core32.elf b/SaltySD/saltysd_core32.elf index 12287ec..6c12945 100644 Binary files a/SaltySD/saltysd_core32.elf and b/SaltySD/saltysd_core32.elf differ diff --git a/atmosphere/contents/0000000000534C56/exefs.nsp b/atmosphere/contents/0000000000534C56/exefs.nsp index 9f601ba..de8449c 100644 Binary files a/atmosphere/contents/0000000000534C56/exefs.nsp and b/atmosphere/contents/0000000000534C56/exefs.nsp differ diff --git a/atmosphere/contents/690000000000000D/exefs.nsp b/atmosphere/contents/690000000000000D/exefs.nsp index 17004f4..19ab37e 100644 Binary files a/atmosphere/contents/690000000000000D/exefs.nsp and b/atmosphere/contents/690000000000000D/exefs.nsp differ diff --git a/atmosphere/package3 b/atmosphere/package3 index 1274dc2..bcc3386 100644 Binary files a/atmosphere/package3 and b/atmosphere/package3 differ diff --git a/config/sys-patch/config.ini b/config/sys-patch/config.ini index 678df30..294de37 100644 --- a/config/sys-patch/config.ini +++ b/config/sys-patch/config.ini @@ -8,19 +8,20 @@ noacidsigchk1=1 noacidsigchk2=1 noncasigchk_old=1 noncasigchk_new=1 -noncasigchk_new2=1 nocntchk=1 -nocntchk_FW19=1 +nocntchk2=1 [ldr] noacidsigchk=1 [es] es1=1 es2=1 es3=1 -es4=1 -es5=1 -es6=1 -es7_FW18=1 -es7_FW18-19=1 [nifm] ctest=1 +ctest2=1 +[nim] +nim=1 +[ssl] +disablecaverification1=0 +disablecaverification2=0 +disablecaverification3=0 diff --git a/switch/.overlays/FPSLocker.ovl b/switch/.overlays/FPSLocker.ovl index 4a0544a..d6dcd6a 100644 Binary files a/switch/.overlays/FPSLocker.ovl and b/switch/.overlays/FPSLocker.ovl differ