mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
AVIDump: rename CreateFile -> CreateVideoFile (conflict with windows.h)
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
class AVIDump
|
||||
{
|
||||
private:
|
||||
static bool CreateFile();
|
||||
static bool CreateVideoFile();
|
||||
static void CloseFile();
|
||||
static void CheckResolution(int width, int height);
|
||||
|
||||
|
Reference in New Issue
Block a user