mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
Implement frame dumping in D3D11.
Fixes issue 4831.
This commit is contained in:
parent
5dcb212fc7
commit
bd4a5b5ef6
5 changed files with 133 additions and 32 deletions
|
@ -52,7 +52,7 @@ int OSDChoice, OSDTime;
|
|||
|
||||
Renderer *g_renderer = NULL;
|
||||
|
||||
bool s_bLastFrameDumped = false;
|
||||
bool bLastFrameDumped = false;
|
||||
std::mutex Renderer::s_criticalScreenshot;
|
||||
std::string Renderer::s_sScreenshotName;
|
||||
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
extern int frameCount;
|
||||
extern int OSDChoice, OSDTime;
|
||||
|
||||
extern bool s_bLastFrameDumped;
|
||||
extern bool bLastFrameDumped;
|
||||
|
||||
// Renderer really isn't a very good name for this class - it's more like "Misc".
|
||||
// The long term goal is to get rid of this class and replace it with others that make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue