mirror of
https://github.com/libretro/RetroArch
synced 2025-01-07 13:10:20 +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
|