Fixed boot files
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
[boot]
|
||||
; Versions are now in apps.ini section names (e.g. [DBI_EN - 864]).
|
||||
; No boot steps needed; exec boot removed from package.ini for [*Apps].
|
||||
try:
|
||||
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/apps/apps.ini /switch/.packages/OmniNX Downloader/include/apps/apps.ini
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
[boot]
|
||||
; Versions are in emulation.ini section names (e.g. [melonDS - 7.2.1]). No boot steps needed.
|
||||
try:
|
||||
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/emulation/emulation.ini /switch/.packages/OmniNX Downloader/include/emulation/emulation.ini
|
||||
@@ -1,2 +1,3 @@
|
||||
[boot]
|
||||
; Versions are in overlays.ini section names. No boot steps needed.
|
||||
try:
|
||||
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/overlays/overlays.ini /switch/.packages/OmniNX Downloader/include/overlays/overlays.ini
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
[boot]
|
||||
; Versions are in sysmodules.ini section names. No boot steps needed.
|
||||
try:
|
||||
download https://git.niklascfw.de/OmniNX/OmniNX-Downloader/raw/branch/main/include/sysmodules/sysmodules.ini /switch/.packages/OmniNX Downloader/include/sysmodules/sysmodules.ini
|
||||
|
||||
@@ -25,6 +25,7 @@ package_source ./include/updater/updater.ini
|
||||
|
||||
[*Apps]
|
||||
;mode=forwarder
|
||||
exec boot ./include/apps/boot_package.ini
|
||||
package_source ./include/apps/apps.ini
|
||||
|
||||
[*Betriebssysteme]
|
||||
@@ -33,12 +34,15 @@ package_source ./include/os/os.ini
|
||||
|
||||
[*Emulatoren]
|
||||
;mode=forwarder
|
||||
exec boot ./include/emulation/boot_package.ini
|
||||
package_source ./include/emulation/emulation.ini
|
||||
|
||||
[*System Module]
|
||||
;mode=forwarder
|
||||
exec boot ./include/sysmodules/boot_package.ini
|
||||
package_source ./include/sysmodules/sysmodules.ini
|
||||
|
||||
[*Overlays]
|
||||
;mode=forwarder
|
||||
exec boot ./include/overlays/boot_package.ini
|
||||
package_source ./include/overlays/overlays.ini
|
||||
|
||||
Reference in New Issue
Block a user