mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
Start the jit compare off on the current block.
This commit is contained in:
parent
e389fcefcf
commit
0b3fe61a35
@ -427,6 +427,9 @@ void JitCompareScreen::CreateViews() {
|
||||
leftColumn->Add(new Choice("Random VFPU"))->OnClick.Handle(this, &JitCompareScreen::OnRandomVFPUBlock);
|
||||
leftColumn->Add(new Choice(d->T("Back")))->OnClick.Handle<UIScreen>(this, &UIScreen::OnBack);
|
||||
blockName_ = leftColumn->Add(new TextView("no block"));
|
||||
|
||||
EventParams ignore = {0};
|
||||
OnCurrentBlock(ignore);
|
||||
}
|
||||
|
||||
#ifdef ARM
|
||||
|
Loading…
Reference in New Issue
Block a user