mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 05:40:01 -06:00
Implement frame dumping in D3D11.
Fixes issue 4831.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user