mirror of
https://github.com/libretro/RetroArch
synced 2025-02-01 00:32:46 +00:00
(PS3) Fixed PS3 and Salamander PS3 builds
This commit is contained in:
parent
13373f4873
commit
72efdbd916
@ -48,7 +48,7 @@ PPU_SRCS = fifo_buffer.c \
|
|||||||
input/input_luts.c \
|
input/input_luts.c \
|
||||||
ps3/cellframework2/input/pad_input.c \
|
ps3/cellframework2/input/pad_input.c \
|
||||||
ps3/cellframework2/utility/oskutil.c \
|
ps3/cellframework2/utility/oskutil.c \
|
||||||
compat/getopt.c \
|
compat/compat.c \
|
||||||
ssnes.c \
|
ssnes.c \
|
||||||
driver.c \
|
driver.c \
|
||||||
file.c \
|
file.c \
|
||||||
@ -61,7 +61,6 @@ PPU_SRCS = fifo_buffer.c \
|
|||||||
gfx/shader_cg.c \
|
gfx/shader_cg.c \
|
||||||
gfx/snes_state.c \
|
gfx/snes_state.c \
|
||||||
patch.c \
|
patch.c \
|
||||||
compat/strl.c \
|
|
||||||
audio/hermite.c \
|
audio/hermite.c \
|
||||||
audio/rsound.c \
|
audio/rsound.c \
|
||||||
dynamic.c \
|
dynamic.c \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
CELL_BUILD_TOOLS = SNC
|
CELL_BUILD_TOOLS = GCC
|
||||||
CELL_SDK ?= /usr/local/cell
|
CELL_SDK ?= /usr/local/cell
|
||||||
CELL_GPU_TYPE = RSX
|
CELL_GPU_TYPE = RSX
|
||||||
CELL_PSGL_VERSION = opt
|
CELL_PSGL_VERSION = opt
|
||||||
@ -18,7 +18,7 @@ C = $(CELL_HOST_PATH)/ppu/bin/ppu-lv2-gcc
|
|||||||
CC = $(CELL_HOST_PATH)/ppu/bin/ppu-lv2-g++
|
CC = $(CELL_HOST_PATH)/ppu/bin/ppu-lv2-g++
|
||||||
|
|
||||||
PPU_CFLAGS += -I. -O2 -g
|
PPU_CFLAGS += -I. -O2 -g
|
||||||
PPU_SRCS = ps3/salamander/main.c strl.c conf/config_file.c
|
PPU_SRCS = ps3/salamander/main.c compat/compat.c conf/config_file.c
|
||||||
|
|
||||||
ifeq ($(HAVE_LOGGER), 1)
|
ifeq ($(HAVE_LOGGER), 1)
|
||||||
PPU_CFLAGS += -DHAVE_LOGGER
|
PPU_CFLAGS += -DHAVE_LOGGER
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "../../strl.h"
|
#include "../../compat/strl.h"
|
||||||
#include "../../conf/config_file.h"
|
#include "../../conf/config_file.h"
|
||||||
|
|
||||||
#define PATH_MAX (512UL)
|
#define PATH_MAX (512UL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user