Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h}

The name kind of conflicts with a new FrameDumper class
This commit is contained in:
Scott Mansell 2023-01-28 13:50:57 +13:00
commit e57eb04ed3
6 changed files with 7 additions and 7 deletions

View file

@ -42,7 +42,7 @@
#include "Core/PowerPC/PowerPC.h"
#include "Core/System.h"
#include "VideoCommon/FrameDump.h"
#include "VideoCommon/FrameDumpFFMpeg.h"
#include "VideoCommon/OnScreenDisplay.h"
#include "VideoCommon/VideoBackendBase.h"