diff options
| author | Matthew Parlane <parlane@gmail.com> | 2014-11-21 19:09:42 +1300 |
|---|---|---|
| committer | Matthew Parlane <parlane@gmail.com> | 2014-11-21 19:09:42 +1300 |
| commit | 21e4e035cc468760c55b3dccc6d0fc1000f69c9f (patch) | |
| tree | 8a9c66b29886c7db5d633033e2329c2c867a9db1 /Source/Core/VideoCommon/AVIDump.cpp | |
| parent | 2ef4a939dccb57e91828288c6179f2ab318b2e38 (diff) | |
| parent | e7a82c4ded3047e205221ecec480b08a7a67bb39 (diff) | |
Merge pull request #1281 from Stevoisiak/RenameEuRGB60
Renamed EuRGB to PAL60
Diffstat (limited to 'Source/Core/VideoCommon/AVIDump.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/AVIDump.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/AVIDump.cpp b/Source/Core/VideoCommon/AVIDump.cpp index 3a291c9353..1dcbbe4d9c 100644 --- a/Source/Core/VideoCommon/AVIDump.cpp +++ b/Source/Core/VideoCommon/AVIDump.cpp @@ -28,7 +28,7 @@ #include <vfw.h> #include <winerror.h> -#include "Core/ConfigManager.h" // for EuRGB60 +#include "Core/ConfigManager.h" // for PAL60 #include "Core/CoreTiming.h" static HWND s_emu_wnd; |
