mirror of
https://github.com/libretro/RetroArch
synced 2025-01-08 18:58:46 +00:00
9 lines
111 B
C
9 lines
111 B
C
|
#ifndef _PS3_SDK_VERSION
|
||
|
#define _PS3_SDK_VERSION
|
||
|
|
||
|
#ifndef __PSL1GHT__
|
||
|
#include <sdk_version.h>
|
||
|
#endif
|
||
|
|
||
|
#endif
|