mirror of
https://github.com/libretro/RetroArch
synced 2025-02-04 03:40:03 +00:00
(PSL1GHT) Add PSL1GHT header includes for OSK/mouse
This commit is contained in:
parent
593dae2833
commit
51600c82d1
@ -24,8 +24,12 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_MOUSE
|
||||
#ifdef __PSL1GHT__
|
||||
#include <io/mouse.h>
|
||||
#else
|
||||
#include <cell/mouse.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef __PSL1GHT__
|
||||
#include <sdk_version.h>
|
||||
@ -34,8 +38,12 @@
|
||||
#include <sys/memory.h>
|
||||
|
||||
#ifdef HAVE_OSKUTIL
|
||||
#ifdef __PSL1GHT__
|
||||
#include <sysutil/osk.h>
|
||||
#else
|
||||
#include <sysutil/sysutil_oskdialog.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYSUTILS
|
||||
#include <sysutil/sysutil_common.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user