Build: Remove old ARM define.
This commit is contained in:
parent
e621aca9ba
commit
d9aecffd72
12 changed files with 13 additions and 26 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue