mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 05:32:47 +00:00
change barrier ids
should allow old and bugged GM9 versions to boot the newer ones
This commit is contained in:
parent
7edf8a998b
commit
ce498103e1
@ -48,8 +48,8 @@ enum {
|
||||
* those used by any other software
|
||||
*/
|
||||
enum {
|
||||
PXI_BOOT_BARRIER = 19,
|
||||
PXI_FIRMLAUNCH_BARRIER = 153,
|
||||
PXI_BOOT_BARRIER = 21,
|
||||
PXI_FIRMLAUNCH_BARRIER = 154,
|
||||
};
|
||||
|
||||
#define PXI_FIFO_LEN (16)
|
||||
|
Loading…
x
Reference in New Issue
Block a user