mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 08:30:16 +00:00
(PSP) Move psp files to gfx/psp
This commit is contained in:
parent
9203160abe
commit
6b5bb100a1
@ -25,7 +25,7 @@
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../../psp/sdk_defines.h"
|
||||
#include "../../gfx/psp/sdk_defines.h"
|
||||
#include "../../file.h"
|
||||
#include "../../general.h"
|
||||
|
||||
|
@ -21,10 +21,10 @@
|
||||
#include <pspgum.h>
|
||||
#include <psprtc.h>
|
||||
|
||||
#include "../psp/sdk_defines.h"
|
||||
#include "../general.h"
|
||||
#include "../driver.h"
|
||||
#include "../gfx/gfx_common.h"
|
||||
#include "sdk_defines.h"
|
||||
#include "../../general.h"
|
||||
#include "../../driver.h"
|
||||
#include "../gfx_common.h"
|
||||
|
||||
#ifndef SCEGU_SCR_WIDTH
|
||||
#define SCEGU_SCR_WIDTH 480
|
@ -230,7 +230,7 @@ VIDEO DRIVER
|
||||
#if defined(GEKKO)
|
||||
#include "../gfx/gx/gx_gfx.c"
|
||||
#elif defined(PSP)
|
||||
#include "../gfx/psp1_gfx.c"
|
||||
#include "../gfx/psp/psp1_gfx.c"
|
||||
#elif defined(XENON)
|
||||
#include "../gfx/xenon360_gfx.c"
|
||||
#endif
|
||||
|
@ -25,7 +25,7 @@
|
||||
#include <pspctrl.h>
|
||||
#endif
|
||||
|
||||
#include "../psp/sdk_defines.h"
|
||||
#include "../gfx/psp/sdk_defines.h"
|
||||
|
||||
#include "../driver.h"
|
||||
#include "../libretro.h"
|
||||
|
Loading…
Reference in New Issue
Block a user