mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
13 lines
176 B
C
13 lines
176 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
|