Fix MSVC 2015 highlighting for ARM/ARM64.

This commit is contained in:
Unknown W. Brackets 2015-09-13 10:02:55 -07:00
parent 72a73045bb
commit 31106d063c
2 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,11 @@
// Official git repository and contact information can be found at
// 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 "Common/CPUDetect.h"
#include "Core/Config.h"

View File

@ -15,6 +15,11 @@
// Official git repository and contact information can be found at
// 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 "Common/CPUDetect.h"
#include "Core/Config.h"