(GX) Fix Wii build

This commit is contained in:
twinaphex 2014-06-17 18:27:20 +02:00
parent 162405b476
commit 616427eddd

View File

@ -16,6 +16,7 @@
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fat.h>
#include <gctypes.h>
@ -29,6 +30,10 @@
#define BOOTER_ADDR ((uint8_t *) 0x93000000)
#define ARGS_ADDR ((uint8_t *) 0x93200000)
#ifndef PATH_MAX
#define PATH_MAX 4096
#endif
extern uint8_t _binary_wii_app_booter_app_booter_bin_start[];
extern uint8_t _binary_wii_app_booter_app_booter_bin_end[];
#define booter_start _binary_wii_app_booter_app_booter_bin_start