Skip to content

Commit

Permalink
oops, fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Jan 1, 2025
1 parent 83ac1fe commit c55caf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/modules/xmbctrl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ int AddVshItemPatched(void *a0, int topitem, SceVshItem *item)

SceIoStat _150_file;
int _1k_file = sceIoGetstat("ms0:/TM/DCARK/150/reboot150.prx", &_150_file); // Should fine a better way to handle this perhaps?
if((psp_model == PSP_1000) && _1k_file >= 0 && IS_VITA_ADR(ark_config)) {
if((psp_model == PSP_1000) && _1k_file >= 0 && !IS_VITA_ADR(ark_config)) {
new_item5 = addCustomVshItem(84, "msgtop_150_reboot", sysconf_150_reboot_arg, item);
AddVshItem(a0, topitem, new_item5);
}
Expand Down

0 comments on commit c55caf8

Please sign in to comment.