mirror of
https://github.com/libretro/RetroArch
synced 2025-02-02 05:54:16 +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 */
|