(PS3) Hopefully fix PS3 build finally

This commit is contained in:
twinaphex 2019-04-22 20:47:48 +02:00
parent d08f9cb212
commit 3680c264d9
2 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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)