RetroArch
Macros
perftest.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define TEST_RAPIDJSON   1
 
#define TEST_PLATFORM   0
 
#define TEST_MISC   0
 
#define TEST_VERSION_CODE(x, y, z)   (((x)*100000) + ((y)*100) + (z))
 
#define RAPIDJSON_HAS_STDSTRING   1
 

Macro Definition Documentation

◆ RAPIDJSON_HAS_STDSTRING

#define RAPIDJSON_HAS_STDSTRING   1

◆ TEST_MISC

#define TEST_MISC   0

◆ TEST_PLATFORM

#define TEST_PLATFORM   0

◆ TEST_RAPIDJSON

#define TEST_RAPIDJSON   1

◆ TEST_VERSION_CODE

#define TEST_VERSION_CODE (   x,
  y,
  z 
)    (((x)*100000) + ((y)*100) + (z))