mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +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 <stddef.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "../../psp/sdk_defines.h"
|
#include "../../gfx/psp/sdk_defines.h"
|
||||||
#include "../../file.h"
|
#include "../../file.h"
|
||||||
#include "../../general.h"
|
#include "../../general.h"
|
||||||
|
|
||||||
|
@ -21,10 +21,10 @@
|
|||||||
#include <pspgum.h>
|
#include <pspgum.h>
|
||||||
#include <psprtc.h>
|
#include <psprtc.h>
|
||||||
|
|
||||||
#include "../psp/sdk_defines.h"
|
#include "sdk_defines.h"
|
||||||
#include "../general.h"
|
#include "../../general.h"
|
||||||
#include "../driver.h"
|
#include "../../driver.h"
|
||||||
#include "../gfx/gfx_common.h"
|
#include "../gfx_common.h"
|
||||||
|
|
||||||
#ifndef SCEGU_SCR_WIDTH
|
#ifndef SCEGU_SCR_WIDTH
|
||||||
#define SCEGU_SCR_WIDTH 480
|
#define SCEGU_SCR_WIDTH 480
|
@ -230,7 +230,7 @@ VIDEO DRIVER
|
|||||||
#if defined(GEKKO)
|
#if defined(GEKKO)
|
||||||
#include "../gfx/gx/gx_gfx.c"
|
#include "../gfx/gx/gx_gfx.c"
|
||||||
#elif defined(PSP)
|
#elif defined(PSP)
|
||||||
#include "../gfx/psp1_gfx.c"
|
#include "../gfx/psp/psp1_gfx.c"
|
||||||
#elif defined(XENON)
|
#elif defined(XENON)
|
||||||
#include "../gfx/xenon360_gfx.c"
|
#include "../gfx/xenon360_gfx.c"
|
||||||
#endif
|
#endif
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include <pspctrl.h>
|
#include <pspctrl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../psp/sdk_defines.h"
|
#include "../gfx/psp/sdk_defines.h"
|
||||||
|
|
||||||
#include "../driver.h"
|
#include "../driver.h"
|
||||||
#include "../libretro.h"
|
#include "../libretro.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user