mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +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()
|
||||
{
|
||||
FlushFrameDump();
|
||||
FinishFrameData();
|
||||
if (m_frame_dumping_pbo[0])
|
||||
glDeleteBuffers(2, m_frame_dumping_pbo.data());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue