mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
FPSCounter: Flush the logs every second and close them when the renderer is shut down.
This commit is contained in:
parent
1754cbda9d
commit
6def4ead01
3 changed files with 12 additions and 0 deletions
|
@ -105,6 +105,8 @@ Renderer::~Renderer()
|
|||
if (pFrameDump.IsOpen())
|
||||
pFrameDump.Close();
|
||||
#endif
|
||||
|
||||
FPSCounter::Shutdown();
|
||||
}
|
||||
|
||||
void Renderer::RenderToXFB(u32 xfbAddr, const EFBRectangle& sourceRc, u32 fbWidth, u32 fbHeight, float Gamma)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue