update installer/hbf for previous -lrip commits

This commit is contained in:
Christopher Roy Bratusek 2012-12-22 10:24:07 +01:00
parent 96a124fdec
commit 233601536a
3 changed files with 2 additions and 6 deletions

View File

@ -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.

View File

@ -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);
}