mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
(PSL1GHT) Add header 'sdk_version.h'
This commit is contained in:
parent
f5321d69c8
commit
2baf9bbf22
@ -17,7 +17,7 @@ ELF_TARGET := retroarch_psl1ght.elf
|
||||
EBOOT_PATH = ps3/pkg/USRDIR/EBOOT.BIN
|
||||
CORE_PATH = ps3/pkg/USRDIR/cores/CORE.SELF
|
||||
|
||||
INCLUDE := -I. -I$(PS3DEV)/ppu/include -Ideps/rzlib -Ips3/rgl/include/export
|
||||
INCLUDE := -I. -I$(PS3DEV)/ppu/include -Ideps/rzlib -Ips3/rgl/include/export -Ips3/include
|
||||
LIBDIRS := -L$(PS3DEV)/ppu/lib -L$(PS3DEV)/portlibs/ppu/lib -L.
|
||||
|
||||
MACHDEP := -D__CELLOS_LV2__ -D__PSL1GHT__
|
||||
|
8
ps3/include/sdk_version.h
Normal file
8
ps3/include/sdk_version.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _PS3_SDK_VERSION
|
||||
#define _PS3_SDK_VERSION
|
||||
|
||||
#ifndef __PSL1GHT__
|
||||
#include <sdk_version.h>
|
||||
#endif
|
||||
|
||||
#endif
|
@ -17,10 +17,7 @@
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifndef __PSL1GHT__
|
||||
#include <sdk_version.h>
|
||||
#endif
|
||||
|
||||
#include "../boolean.h"
|
||||
|
||||
#include "sdk_defines.h"
|
||||
|
Loading…
Reference in New Issue
Block a user