mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 02:39:56 +00:00
Lint fixes
This commit is contained in:
parent
f7ad825736
commit
cf9a6f8477
9 changed files with 17 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue