mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-15 08:07:57 -05:00
bktr: Fix missing includes and optimize style
This commit is contained in:
@ -233,7 +233,7 @@ ResultStatus AppLoader_NRO::ReadTitle(std::string& title) {
|
||||
return ResultStatus::Success;
|
||||
}
|
||||
|
||||
bool AppLoader_NRO::IsRomFSUpdatable() {
|
||||
bool AppLoader_NRO::IsRomFSUpdatable() const {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user