mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Buildfix for non-Windows non-ARM
This commit is contained in:
parent
ea9da85bdb
commit
e3f6f25390
1 changed files with 2 additions and 0 deletions
|
@ -777,9 +777,11 @@ VertexDecoderJitCache::VertexDecoderJitCache() {
|
|||
RET();
|
||||
}
|
||||
#else
|
||||
#ifdef ARM
|
||||
BKPT(0);
|
||||
BKPT(0);
|
||||
#endif
|
||||
#endif
|
||||
}
|
||||
|
||||
typedef void (VertexDecoderJitCache::*JitStepFunction)();
|
||||
|
|
Loading…
Add table
Reference in a new issue