bktr: Fix missing includes and optimize style

This commit is contained in:
Zach Hilman 2018-08-26 10:53:31 -04:00
parent f467901160
commit e88835cd40
12 changed files with 108 additions and 102 deletions

View file

@ -210,7 +210,7 @@ public:
* the base game it should be set to false.
* @return bool whether or not updatable.
*/
virtual bool IsRomFSUpdatable() {
virtual bool IsRomFSUpdatable() const {
return true;
}