Fixed warning

This commit is contained in:
Souryo 2014-06-24 22:00:18 -04:00
parent 2c650e1529
commit 7e56526bac

View file

@ -113,7 +113,7 @@ class ROMLoader
return _header.GetMapperID();
}
uint8_t HasBattery()
bool HasBattery()
{
return _header.HasBattery();
}