Build: Remove old ARM define.

This commit is contained in:
Unknown W. Brackets 2021-03-02 21:26:03 -08:00
parent e621aca9ba
commit d9aecffd72
12 changed files with 13 additions and 26 deletions

View file

@ -1383,7 +1383,7 @@ VertexDecoderJitCache::VertexDecoderJitCache()
MOV(32, R(EAX), R(EBX));
RET();
}
#elif defined(ARM)
#elif PPSSPP_ARCH(ARM)
BKPT(0);
BKPT(0);
#endif