mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
General: Apply the const specifier where applicable
This commit is contained in:
parent
7506c386cf
commit
b0613bb1c8
39 changed files with 75 additions and 75 deletions
|
@ -19,7 +19,7 @@ static const u32 INSTALLER_BASE_ADDRESS = 0x80001800;
|
|||
static const u32 INSTALLER_END_ADDRESS = 0x80003000;
|
||||
|
||||
// return true if a code exists
|
||||
bool GeckoCode::Exist(u32 address, u32 data)
|
||||
bool GeckoCode::Exist(u32 address, u32 data) const
|
||||
{
|
||||
for (const GeckoCode::Code& code : codes)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue