mirror of
https://gitlab.com/Nanolx/homebrewfilter.git
synced 2024-11-01 07:05:10 +01:00
update installer/hbf for previous -lrip commits
This commit is contained in:
parent
96a124fdec
commit
233601536a
@ -8,8 +8,6 @@
|
||||
#include "wad.h"
|
||||
#include "getios.h"
|
||||
|
||||
#define HAVE_AHBPROT ((*(vu32*)0xcd800064 == 0xFFFFFFFF) ? 1 : 0)
|
||||
|
||||
//---------------------------------------------------------------------------------
|
||||
int main(int argc, char **argv) {
|
||||
//---------------------------------------------------------------------------------
|
||||
@ -18,7 +16,7 @@ int main(int argc, char **argv) {
|
||||
VIDEO_Init();
|
||||
Video_SetMode();
|
||||
|
||||
if(HAVE_AHBPROT)
|
||||
if(have_ahbprot())
|
||||
IosPatch_RUNTIME(true, false, false, true);
|
||||
|
||||
WPAD_Init();
|
||||
|
Binary file not shown.
@ -42,8 +42,6 @@
|
||||
#include "Neek/uneek_fs.h"
|
||||
#include "Neek/bootneek.h"
|
||||
|
||||
#define HAVE_AHBPROT ((*(vu32*)0xcd800064 == 0xFFFFFFFF) ? 1 : 0)
|
||||
|
||||
/*** Extern variables ***/
|
||||
extern GuiWindow * mainWindow;
|
||||
extern GuiImageData * pointer;
|
||||
@ -243,7 +241,7 @@ main(int argc, char *argv[])
|
||||
|
||||
if(!check_uneek_fs())
|
||||
{
|
||||
if(HAVE_AHBPROT)
|
||||
if(have_ahbprot())
|
||||
{
|
||||
IosPatch_RUNTIME(true, false, false, false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user