mirror of
https://github.com/libretro/RetroArch
synced 2025-01-16 16:29:28 +00:00
10 lines
179 B
C
10 lines
179 B
C
#ifndef _OS_SUPPORT_H_
|
|
#define _OS_SUPPORT_H_
|
|
|
|
/* Platform specific one must be included first */
|
|
#include "psp_osal.h"
|
|
|
|
#include "pte_generic_osal.h"
|
|
|
|
#endif /* _OS_SUPPORT_H */
|