mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(GX) Fix implicit declaration warnings
This commit is contained in:
parent
df153855c7
commit
375273720f
3 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#include "../general.h"
|
||||
#include "../file.h"
|
||||
#include "../file_ext.h"
|
||||
#include "../file_path.h"
|
||||
#include "../dir_list.h"
|
||||
#include "frontend_context.h"
|
||||
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include "../../gfx/gx/sdk_defines.h"
|
||||
|
||||
#include "../../file.h"
|
||||
#include "../../file_path.h"
|
||||
|
||||
#if defined(HW_RVL) && !defined(IS_SALAMANDER)
|
||||
#include "../../wii/mem2_manager.h"
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
#include <gctypes.h>
|
||||
#include <ogc/cache.h>
|
||||
#include "../../gfx/gx/ppc_asm.h"
|
||||
#include "../../file_path.h"
|
||||
#include <ogc/system.h>
|
||||
#include <ogc/usbstorage.h>
|
||||
#include <sdcard/wiisd_io.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue