bktr: Fix missing includes and optimize style
This commit is contained in:
parent
f92b3512e0
commit
9664ce255d
12 changed files with 108 additions and 102 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue