mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 09:35:32 -07:00
Clear screen to black on software renderer after it starts
This commit is contained in:
@@ -73,6 +73,12 @@ SoftwareRenderer::render()
|
||||
m_backingStore->flush(rect);
|
||||
}
|
||||
|
||||
void
|
||||
SoftwareRenderer::exposeEvent(QExposeEvent* event)
|
||||
{
|
||||
render();
|
||||
}
|
||||
|
||||
void
|
||||
SoftwareRenderer::onBlit(int buf_idx, int x, int y, int w, int h)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user