Fix CXX_BUILD
This commit is contained in:
parent
35bf38e05c
commit
6b33c19802
|
@ -23,13 +23,13 @@
|
||||||
#ifndef _LIBRETRO_SDK_CPU_INFO_H
|
#ifndef _LIBRETRO_SDK_CPU_INFO_H
|
||||||
#define _LIBRETRO_SDK_CPU_INFO_H
|
#define _LIBRETRO_SDK_CPU_INFO_H
|
||||||
|
|
||||||
|
#include <retro_common_api.h>
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <libretro.h>
|
#include <libretro.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
RETRO_BEGIN_DECLS
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* cpu_features_get_perf_counter:
|
* cpu_features_get_perf_counter:
|
||||||
|
@ -66,10 +66,7 @@ uint64_t cpu_features_get(void);
|
||||||
**/
|
**/
|
||||||
unsigned cpu_features_get_core_amount(void);
|
unsigned cpu_features_get_core_amount(void);
|
||||||
|
|
||||||
|
RETRO_END_DECLS
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue