mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
performance.c - avoid potential implicit declarations for memset and
memcpy
This commit is contained in:
parent
3445e8e9a0
commit
ec16902923
@ -67,6 +67,8 @@
|
|||||||
#include <emscripten.h>
|
#include <emscripten.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
#ifdef PERF_TEST
|
#ifdef PERF_TEST
|
||||||
#define MAX_COUNTERS 64
|
#define MAX_COUNTERS 64
|
||||||
static struct rarch_perf_counter *perf_counters[MAX_COUNTERS];
|
static struct rarch_perf_counter *perf_counters[MAX_COUNTERS];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user