mirror of
https://github.com/libretro/RetroArch
synced 2025-02-19 03:40:59 +00:00
(libretro-common) Update
This commit is contained in:
parent
78426895db
commit
db24cb1ec5
@ -23,6 +23,10 @@
|
||||
#ifndef __LIBRETRO_SDK_SEMAPHORE_H
|
||||
#define __LIBRETRO_SDK_SEMAPHORE_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef struct ssem ssem_t;
|
||||
|
||||
/**
|
||||
@ -41,4 +45,8 @@ void ssem_wait(ssem_t *semaphore);
|
||||
|
||||
void ssem_signal(ssem_t *semaphore);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __LIBRETRO_SDK_SEMAPHORE_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user