mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 11:20:55 +00:00
Just disable the this constructor warning here.
This commit is contained in:
parent
ffbe28fc61
commit
2cd8f928a7
@ -98,6 +98,8 @@ static void JitLogMiss(u32 op)
|
||||
func(op);
|
||||
}
|
||||
|
||||
// JitBlockCache doesn't use this, just stores it.
|
||||
#pragma warning(disable:4355)
|
||||
Jit::Jit(MIPSState *mips) : blocks(mips, this), mips_(mips)
|
||||
{
|
||||
blocks.Init();
|
||||
|
Loading…
x
Reference in New Issue
Block a user