RetroArch
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <fat.h>
#include <gctypes.h>
#include <ogc/cache.h>
#include <ogc/system.h>
#include <ogc/usbstorage.h>
#include <ogc/lwp_threads.h>
#include <sdcard/wiisd_io.h>
#include <file/file_path.h>
#include <retro_miscellaneous.h>
#include "../../verbosity.h"
Macros | |
#define | EXECUTE_ADDR ((uint8_t *) 0x91800000) |
#define | BOOTER_ADDR ((uint8_t *) 0x93000000) |
#define | ARGS_ADDR ((uint8_t *) 0x93200000) |
#define | booter_start _binary_wii_app_booter_app_booter_bin_start |
#define | booter_end _binary_wii_app_booter_app_booter_bin_end |
Functions | |
static void | dol_copy_argv_path (const char *dolpath, const char *argpath) |
void | system_exec_wii (const char *_path, bool should_load_game) |
Variables | |
uint8_t | _binary_wii_app_booter_app_booter_bin_start [] |
uint8_t | _binary_wii_app_booter_app_booter_bin_end [] |
#define ARGS_ADDR ((uint8_t *) 0x93200000) |
#define BOOTER_ADDR ((uint8_t *) 0x93000000) |
#define booter_end _binary_wii_app_booter_app_booter_bin_end |
#define booter_start _binary_wii_app_booter_app_booter_bin_start |
#define EXECUTE_ADDR ((uint8_t *) 0x91800000) |
uint8_t _binary_wii_app_booter_app_booter_bin_end[] |
uint8_t _binary_wii_app_booter_app_booter_bin_start[] |