mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Lint fixes
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
||||
#include "VideoCommon/VideoConfig.h"
|
||||
#include "VideoCommon/VideoEvents.h"
|
||||
|
||||
@ -20,6 +19,7 @@ public:
|
||||
bool IsGameWidescreen() const { return m_is_game_widescreen; }
|
||||
|
||||
void DoState(PointerWrap& p);
|
||||
|
||||
private:
|
||||
void Update();
|
||||
void UpdateWidescreenHeuristic();
|
||||
@ -31,4 +31,4 @@ private:
|
||||
EventHook m_config_changed;
|
||||
};
|
||||
|
||||
extern std::unique_ptr<WidescreenManager> g_widescreen;
|
||||
extern std::unique_ptr<WidescreenManager> g_widescreen;
|
||||
|
Reference in New Issue
Block a user