mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 01:00:01 +00:00
parent
1985e6db9a
commit
5d313d1af4
@ -152,7 +152,8 @@ void CtrlDisplayListView::redraw()
|
||||
|
||||
void CtrlDisplayListView::onPaint(WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
if (!validDisplayList) return;
|
||||
if (!validDisplayList || !gpuDebug)
|
||||
return;
|
||||
|
||||
PAINTSTRUCT ps;
|
||||
HDC actualHdc = BeginPaint(wnd, &ps);
|
||||
|
Loading…
Reference in New Issue
Block a user