-
Notifications
You must be signed in to change notification settings - Fork 13
Lua rewrite #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: mane
Are you sure you want to change the base?
Lua rewrite #15
Conversation
|
There is a partially completed Lua rewrite on the lua-test branch: https://github.com/hacks-guide/finalize/tree/lua-test This has additional changes, namely merging finalize and finalizing-helper into one FIRM. There is no more need to split it into separate pre-setup and setup scripts now that Lua can check for things like embedded backup and RTC. |
Yeah, I did that already in my first commit. What I did not do is move the romfs hash to its own file (makes sense, I'll probably do that) and enable AUTO_UNLOCK (I think I want a second opinion before I do that) |
…edit Lua rewrite merge changes
Update: I have added AUTO_UNLOCK. Ideally, I just get rid of the write protection system for level 1 altogether, but I'm guessing it's not a good idea to modify GodMode9's source code for this, so AUTO_UNLOCK will probably have to suffice. |
Credit to Google Fonts for the icon
Very work-in-progress
This pull requests seeks to rewrite pretty much the entire script in Lua, which has several new benefits over using the legacy gm9script. Here are the new features that are planned to be added so far: