mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-02 14:58:03 +03:00
Core: Pass several parameters by const reference
This commit is contained in:
parent
98ed5881ab
commit
d9b51f74be
9 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue