mirror of
https://github.com/libretro/pcsx2.git
synced 2025-02-11 12:25:48 +00:00
EE: fix compilation when branch recompilation is disabled
This commit is contained in:
parent
3ec458ef4f
commit
c20dc61f16
@ -35,6 +35,8 @@ namespace OpcodeImpl
|
||||
*********************************************************/
|
||||
#ifndef BRANCH_RECOMPILE
|
||||
|
||||
namespace Interp = R5900::Interpreter::OpcodeImpl;
|
||||
|
||||
REC_SYS(BEQ);
|
||||
REC_SYS(BEQL);
|
||||
REC_SYS(BNE);
|
||||
|
Loading…
x
Reference in New Issue
Block a user