mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Yell at the user if they change window size while dumping frames, and some other avi dumping stuff.
This commit is contained in:
parent
46adbfa9ed
commit
f1c990069c
7 changed files with 73 additions and 78 deletions
|
@ -147,7 +147,7 @@ protected:
|
|||
#else
|
||||
File::IOFile pFrameDump;
|
||||
#endif
|
||||
char* frame_data;
|
||||
std::vector<u8> frame_data;
|
||||
bool bLastFrameDumped;
|
||||
|
||||
// The framebuffer size
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue