mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Movie: Mark getters as const
These don't modify internal member state.
This commit is contained in:
@ -222,8 +222,8 @@ public:
|
||||
WiimoteEmu::ExtensionNumber ext, const WiimoteEmu::EncryptionKey& key);
|
||||
|
||||
std::string GetInputDisplay();
|
||||
std::string GetRTCDisplay();
|
||||
std::string GetRerecords();
|
||||
std::string GetRTCDisplay() const;
|
||||
std::string GetRerecords() const;
|
||||
|
||||
private:
|
||||
void GetSettings();
|
||||
|
Reference in New Issue
Block a user