Fixed warning
This commit is contained in:
parent
2c650e1529
commit
7e56526bac
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class ROMLoader
|
|||
return _header.GetMapperID();
|
||||
}
|
||||
|
||||
uint8_t HasBattery()
|
||||
bool HasBattery()
|
||||
{
|
||||
return _header.HasBattery();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue