mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
OGL: Fix frame dump on emulation close.
This commit is contained in:
parent
21774bdc81
commit
3816207d7b
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue