mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-08 11:30:32 +00:00
[GX] buildfix for salamander
This commit is contained in:
parent
d9c7d9f9bd
commit
19cbaaeba4
@ -24,6 +24,8 @@
|
||||
|
||||
#if defined(HW_RVL) && !defined(IS_SALAMANDER)
|
||||
#include "../../wii/mem2_manager.h"
|
||||
#include <ogc/mutex.h>
|
||||
#include <ogc/cond.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
@ -40,7 +42,6 @@
|
||||
|
||||
#ifdef HW_RVL
|
||||
#include <ogc/ios.h>
|
||||
#include <ogc/cond.h>
|
||||
#include <ogc/usbstorage.h>
|
||||
#include <sdcard/wiisd_io.h>
|
||||
extern void system_exec_wii(const char *path, bool should_load_game);
|
||||
|
Loading…
Reference in New Issue
Block a user