mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +00:00
AVIDump: Rename CloseFile to CloseVideoFile
Retains symmetry with CreateVideoFile.
This commit is contained in:
parent
548e2d6353
commit
b7e59f4e55
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@ class AVIDump
|
|||
{
|
||||
private:
|
||||
static bool CreateVideoFile();
|
||||
static void CloseFile();
|
||||
static void CloseVideoFile();
|
||||
static void CheckResolution(int width, int height);
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue