mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 10:57:04 -05:00
HacksWidget: Move function declarations to match convention
Move function declarations before variable declarations.
This commit is contained in:
@@ -22,6 +22,14 @@ public:
|
||||
explicit HacksWidget(GraphicsPane* gfx_pane);
|
||||
|
||||
private:
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
void AddDescriptions();
|
||||
|
||||
void UpdateGPUTextureDecodingEnabled();
|
||||
void UpdateDeferEFBCopiesEnabled();
|
||||
void UpdateSkipPresentingDuplicateFramesEnabled();
|
||||
|
||||
void OnBackendChanged(const QString& backend_name);
|
||||
|
||||
// EFB
|
||||
@@ -48,12 +56,4 @@ private:
|
||||
ConfigBool* m_save_texture_cache_state;
|
||||
|
||||
Config::Layer* m_game_layer = nullptr;
|
||||
|
||||
void CreateWidgets();
|
||||
void ConnectWidgets();
|
||||
void AddDescriptions();
|
||||
|
||||
void UpdateGPUTextureDecodingEnabled();
|
||||
void UpdateDeferEFBCopiesEnabled();
|
||||
void UpdateSkipPresentingDuplicateFramesEnabled();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user