Fix debugger startup error
This commit is contained in:
@@ -443,6 +443,8 @@ void RSXDebugger::GetBuffers()
|
||||
|
||||
wxImage img(width, height, buffer);
|
||||
wxClientDC dc_canvas(pnl);
|
||||
|
||||
if (img.IsOk())
|
||||
dc_canvas.DrawBitmap(img.Scale(m_panel_width, m_panel_height), 0, 0, false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user