Fix MSVC 2015 highlighting for ARM/ARM64.
This commit is contained in:
parent
72a73045bb
commit
31106d063c
2 changed files with 10 additions and 0 deletions
|
@ -15,6 +15,11 @@
|
||||||
// Official git repository and contact information can be found at
|
// Official git repository and contact information can be found at
|
||||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||||
|
|
||||||
|
// This allows highlighting to work. Yay.
|
||||||
|
#ifdef __INTELLISENSE__
|
||||||
|
#define ARM
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "base/logging.h"
|
#include "base/logging.h"
|
||||||
#include "Common/CPUDetect.h"
|
#include "Common/CPUDetect.h"
|
||||||
#include "Core/Config.h"
|
#include "Core/Config.h"
|
||||||
|
|
|
@ -15,6 +15,11 @@
|
||||||
// Official git repository and contact information can be found at
|
// Official git repository and contact information can be found at
|
||||||
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
|
||||||
|
|
||||||
|
// This allows highlighting to work. Yay.
|
||||||
|
#ifdef __INTELLISENSE__
|
||||||
|
#define ARM64
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "base/logging.h"
|
#include "base/logging.h"
|
||||||
#include "Common/CPUDetect.h"
|
#include "Common/CPUDetect.h"
|
||||||
#include "Core/Config.h"
|
#include "Core/Config.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue