Fix some issues with the jubeat1 release #257

Merged
mon merged 6 commits from jb1-fixes into master 2023-10-19 00:29:19 +03:00
6 Commits
Author SHA1 Message Date
Will Toohey 67962abfaf Fix missing xml for jb04. Fixes booting Ave. 2023-10-18 09:24:58 +10:00
Will Toohey ec9ad43464 Fix missing xml for jb03. Closes #258. 2023-08-20 15:57:37 +10:00
Will Toohey 6116b072df Revert "Make roundplug PCBID/EAMID verification fail a hard error"
This reverts commit 67de6639ef.
2023-08-14 23:39:57 +10:00
Will Toohey 67de6639ef Make roundplug PCBID/EAMID verification fail a hard error
This was previously a soft error, and also said "reverting to default"
without actually doing so. We should be forcing correct format.
2023-06-21 17:51:19 +10:00
Will Toohey f4f1a2734d jbhook1: If gfx.vertical is set, rotate error messages too
By hooking CreateProcessA, we can adjust the commandline to
disable any rotation, which displays the error box at the correct
place on screen (no additional x/y adjustment is needed)
2023-06-20 12:35:28 +10:00
Will Toohey c9fd320353 jbhook1: More effectively setup avs boot config
The NVRAM redirection was silently failing because the prop
delete/recreate pair didn't work. This just recreates the entire
config from scratch instead, which guarantees success every time.
By making the NVRAM type "fs", we also make it easier to debug
any issues that people may have.
2023-06-20 12:33:58 +10:00