mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Core: Pass several parameters by const reference
This commit is contained in:
@ -36,7 +36,7 @@ namespace Gecko
|
||||
bool enabled;
|
||||
bool user_defined;
|
||||
|
||||
bool Compare(GeckoCode compare) const;
|
||||
bool Compare(const GeckoCode& compare) const;
|
||||
bool Exist(u32 address, u32 data) const;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user