mirror of
https://github.com/libretro/RetroArch
synced 2025-03-02 19:13:34 +00:00
PS2 making the gfx driver clean the screen
This commit is contained in:
parent
0880bd00b0
commit
d7cc3b7983
@ -36,11 +36,11 @@ RARCH_DEFINES = -DPS2 -DUSE_IOP_CTYPE_MACRO -D_MIPS_ARCH_R5900 -DHAVE_ZLIB -DHAV
|
||||
RARCH_DEFINES += -DHAVE_GRIFFIN=1 -DRARCH_INTERNAL -DRARCH_CONSOLE -DHAVE_MENU -DHAVE_RGUI -DHAVE_FILTERS_BUILTIN -DHAVE_7ZIP -DHAVE_CC_RESAMPLER
|
||||
|
||||
LIBDIR =
|
||||
LDFLAGS =-L$(PS2SDK)/ports/lib -L$(PS2SDK)/ee/lib -L.
|
||||
LDFLAGS = -L$(PS2SDK)/ports/lib -L$(PS2DEV)/gsKit/lib -L$(PS2SDK)/ee/lib -L.
|
||||
#LIBS = $(WHOLE_START) -lretro_ps2 $(WHOLE_END) -lstdc++ -lm -lz -lgskit -ldmakit -lpng -laudsrv -lpad -lcdvd -lmad -lfileXio -lpatches
|
||||
LIBS = -Xlinker --start-group
|
||||
LIBS += $(WHOLE_START) -lretro_ps2 $(WHOLE_END)
|
||||
LIBS += -lfileXio -lm -lg -lz -ldebug -lfileXio -laudsrv -lpatches -lpoweroff
|
||||
LIBS += -lfileXio -lm -lg -lz -ldebug -lfileXio -laudsrv -lpatches -lpoweroff -ldma -lgskit -ldmakit
|
||||
|
||||
#IRX modules
|
||||
# IRX modules - modules have to be in IRX_DIR
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -296,7 +296,7 @@ static const video_driver_t *video_drivers[] = {
|
||||
&video_psp1,
|
||||
#endif
|
||||
#ifdef PS2
|
||||
// &video_ps2, // TODO: FJTRUJY
|
||||
&video_ps2,
|
||||
#endif
|
||||
#ifdef _3DS
|
||||
&video_ctr,
|
||||
|
@ -1251,6 +1251,7 @@ extern video_driver_t video_vulkan;
|
||||
extern video_driver_t video_metal;
|
||||
extern video_driver_t video_psp1;
|
||||
extern video_driver_t video_vita2d;
|
||||
extern video_driver_t video_ps2;
|
||||
extern video_driver_t video_ctr;
|
||||
extern video_driver_t video_switch;
|
||||
extern video_driver_t video_d3d8;
|
||||
|
@ -439,7 +439,7 @@ VIDEO DRIVER
|
||||
#elif defined(PSP)
|
||||
#include "../gfx/drivers/psp1_gfx.c"
|
||||
#elif defined(PS2)
|
||||
// #include "../gfx/drivers/ps2_gfx.c"
|
||||
#include "../gfx/drivers/ps2_gfx.c"
|
||||
#elif defined(HAVE_VITA2D)
|
||||
#include "../deps/libvita2d/source/vita2d.c"
|
||||
#include "../deps/libvita2d/source/vita2d_texture.c"
|
||||
|
Loading…
x
Reference in New Issue
Block a user