Skip to content

Instantly share code, notes, and snippets.

@LiquidFenrir
Last active December 19, 2017 23:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LiquidFenrir/7bd4be52e9603494d9fc10224aca4d98 to your computer and use it in GitHub Desktop.
Save LiquidFenrir/7bd4be52e9603494d9fc10224aca4d98 to your computer and use it in GitHub Desktop.
GM9 script to boot native_firm from sysnand ctrnand
# 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