Last active
December 19, 2017 23:53
-
-
Save LiquidFenrir/7bd4be52e9603494d9fc10224aca4d98 to your computer and use it in GitHub Desktop.
GM9 script to boot native_firm from sysnand ctrnand
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# GodMode9 "Boot NATIVE_FIRM" | |
# Launches NATIVE_FIRM from sysnand ctrnand, WARNING: do NOT update | |
# last changed: 20171220 | |
# author: LiquidFenrir | |
find 1:/title/00040138/00000002/content/????????.app NATIVEAPP | |
imgmount $[NATIVEAPP] | |
set CPPATH 0:/luma/payloads/native.firm | |
cp -h -w G:/exefs/.firm $[CPPATH] | |
imgumount | |
boot $[CPPATH] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment