mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-17 07:58:55 +00:00
Fix header include now that defines/ files are in libretro-common
This commit is contained in:
parent
4fb6bc9f33
commit
de88edf56c
@ -131,7 +131,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(__PS3__) || defined(__PSL1GHT__)
|
#if defined(__PS3__) || defined(__PSL1GHT__)
|
||||||
#include "defines/ps3_defines.h"
|
#include <defines/ps3_defines.h>
|
||||||
#if defined(__PSL1GHT__)
|
#if defined(__PSL1GHT__)
|
||||||
#include <lv2/sysfs.h>
|
#include <lv2/sysfs.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user