mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
AVIDump: Rename CloseFile to CloseVideoFile
Retains symmetry with CreateVideoFile.
This commit is contained in:
@ -10,7 +10,7 @@ class AVIDump
|
||||
{
|
||||
private:
|
||||
static bool CreateVideoFile();
|
||||
static void CloseFile();
|
||||
static void CloseVideoFile();
|
||||
static void CheckResolution(int width, int height);
|
||||
|
||||
public:
|
||||
|
Reference in New Issue
Block a user