mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-07 10:22:22 +00:00
OGL: Fix frame dump on emulation close.
This commit is contained in:
parent
21774bdc81
commit
3816207d7b
@ -768,6 +768,7 @@ Renderer::Renderer()
|
|||||||
Renderer::~Renderer()
|
Renderer::~Renderer()
|
||||||
{
|
{
|
||||||
FlushFrameDump();
|
FlushFrameDump();
|
||||||
|
FinishFrameData();
|
||||||
if (m_frame_dumping_pbo[0])
|
if (m_frame_dumping_pbo[0])
|
||||||
glDeleteBuffers(2, m_frame_dumping_pbo.data());
|
glDeleteBuffers(2, m_frame_dumping_pbo.data());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user