mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-01 01:11:46 +00:00
Fix MSVC 2015 highlighting for ARM/ARM64.
This commit is contained in:
parent
72a73045bb
commit
31106d063c
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user