Skip to content

Commit

Permalink
Merge pull request #62 from julesontheroad/ext_and_rest
Browse files Browse the repository at this point in the history
Fixed error that prevented generation of titlerights removed nsps in multimode
  • Loading branch information
julesontheroad authored Aug 1, 2019
2 parents f14a59c + 0a64b73 commit db3c002
Show file tree
Hide file tree
Showing 3 changed files with 367 additions and 8 deletions.
2 changes: 2 additions & 0 deletions py/English CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Luca Fraga's github: https://github.com/LucaFraga
---------------
0. Changelog
---------------
v0.89b- Bugfix:
- Fixed error that prevented generation of titlerights removed multinsps
v0.89- Adds patcher for linked account requirement:
- Added patcher for linked-account flag in control nacp
* Patcher was added to Advanced mode, option 5 "patch a linked account requirement"
Expand Down
1 change: 0 additions & 1 deletion py/ztools/Fs/Nca.py
Original file line number Diff line number Diff line change
Expand Up @@ -2295,7 +2295,6 @@ def patch_netlicense(self):
f.seek(offset+0x3025)
nacp.par_getStartupUserAccount(f.readInt8('little'))
f.seek(offset+0x3213)
netlicense=f.readInt8('little')
nacp.par_getRequiredNetworkServiceLicenseOnLaunch(f.readInt8('little'))
return True
def redo_lvhashes(self):
Expand Down
Loading

0 comments on commit db3c002

Please sign in to comment.