mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 21:40:02 +00:00
(GX) Build fix
This commit is contained in:
parent
105f5c3e73
commit
4a17a7b832
@ -27,7 +27,7 @@
|
||||
#include <cafe/ai.h>
|
||||
#endif
|
||||
|
||||
#include "../gx/sdk_defines.h"
|
||||
#include "../gfx/gx/sdk_defines.h"
|
||||
|
||||
#define CHUNK_FRAMES 64
|
||||
#define CHUNK_SIZE (CHUNK_FRAMES * sizeof(uint32_t))
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../../libretro_private.h"
|
||||
#include "../../gx/sdk_defines.h"
|
||||
#include "../../gfx/gx/sdk_defines.h"
|
||||
|
||||
#include "../../file.h"
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
#include <fat.h>
|
||||
#include <gctypes.h>
|
||||
#include <ogc/cache.h>
|
||||
#include "../../gx/ppc_asm.h"
|
||||
#include "../../gfx/gx/ppc_asm.h"
|
||||
#include <ogc/system.h>
|
||||
#include <ogc/usbstorage.h>
|
||||
#include <sdcard/wiisd_io.h>
|
||||
|
@ -15,17 +15,17 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
#include "../gfx/fonts/bitmap.h"
|
||||
#include "../frontend/menu/menu_common.h"
|
||||
#include "../gfx/gfx_common.h"
|
||||
#include "../../driver.h"
|
||||
#include "../../general.h"
|
||||
#include "../fonts/bitmap.h"
|
||||
#include "../../frontend/menu/menu_common.h"
|
||||
#include "../gfx_common.h"
|
||||
|
||||
#ifdef HW_RVL
|
||||
#include "../wii/mem2_manager.h"
|
||||
#include "../../wii/mem2_manager.h"
|
||||
#endif
|
||||
|
||||
#include "gx_video.h"
|
||||
#include "gx_gfx.h"
|
||||
#include <gccore.h>
|
||||
#include <ogcsys.h>
|
||||
#include <malloc.h>
|
||||
@ -33,7 +33,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "ppc_asm.h"
|
||||
#include "gx_video_inl.h"
|
||||
#include "gx_gfx_inl.h"
|
||||
#include "sdk_defines.h"
|
||||
|
||||
#define SYSMEM1_SIZE 0x01800000
|
@ -228,11 +228,11 @@ VIDEO DRIVER
|
||||
#endif
|
||||
|
||||
#if defined(GEKKO)
|
||||
#include "../gx/gx_video.c"
|
||||
#include "../gfx/gx/gx_gfx.c"
|
||||
#elif defined(PSP)
|
||||
#include "../psp1/psp1_video.c"
|
||||
#include "../gfx/psp1_gfx.c"
|
||||
#elif defined(XENON)
|
||||
#include "../xenon/xenon360_video.c"
|
||||
#include "../gfx/xenon360_gfx.c"
|
||||
#endif
|
||||
|
||||
#include "../gfx/nullgfx.c"
|
||||
|
1411
psp1/psp2_video.c
1411
psp1/psp2_video.c
File diff suppressed because it is too large
Load Diff
@ -5,7 +5,7 @@
|
||||
#include <ogc/machine/asm.h>
|
||||
#include <ogc/lwp_heap.h>
|
||||
#include <ogc/system.h>
|
||||
#include "../gx/ppc_asm.h"
|
||||
#include "../gfx/gx/ppc_asm.h"
|
||||
#include <string.h>
|
||||
#include <malloc.h>
|
||||
#include <unistd.h>
|
||||
|
@ -40,7 +40,7 @@
|
||||
#include <string.h>
|
||||
#include <gccore.h>
|
||||
#include <ogcsys.h>
|
||||
#include "../gx/ppc_asm.h"
|
||||
#include "../gfx/gx/ppc_asm.h"
|
||||
|
||||
#include "vi_encoder.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user