mirror of
https://github.com/libretro/RetroArch
synced 2025-03-30 16:20:27 +00:00
(PS3) Hopefully fix PS3 build finally
This commit is contained in:
parent
d08f9cb212
commit
3680c264d9
@ -33,7 +33,13 @@ EBOOT_PATH = pkg/ps3/USRDIR/EBOOT.BIN
|
||||
CORE_PATH = pkg/ps3/USRDIR/cores/CORE.SELF
|
||||
|
||||
LDDIRS = -L. -L$(CELL_SDK)/target/ppu/lib/PSGL/RSX/ultra-opt
|
||||
INCDIRS = -I. -Idefines -Ideps/libz -Ilibretro-common/include -Ideps -Ideps/stb
|
||||
INCDIRS = -I. \
|
||||
-Idefines \
|
||||
-Ideps \
|
||||
-Ideps/libz \
|
||||
-Ideps/stb \
|
||||
-Ideps/rcheevos/include \
|
||||
-Ilibretro-common/include
|
||||
|
||||
# system platform
|
||||
system_platform = unix
|
||||
|
3
deps/rcheevos/src/rcheevos/internal.h
vendored
3
deps/rcheevos/src/rcheevos/internal.h
vendored
@ -1,9 +1,8 @@
|
||||
#ifndef INTERNAL_H
|
||||
#define INTERNAL_H
|
||||
|
||||
#include "rcheevos.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <rcheevos.h>
|
||||
|
||||
#define RC_ALLOW_ALIGN(T) struct __align_ ## T { char ch; T t; };
|
||||
RC_ALLOW_ALIGN(rc_condition_t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user