[frontend] fix compile error (#2767)
Reviewed-on: #2767 Reviewed-by: MaranBr <maranbr@eden-emu.dev> Co-authored-by: unknown <sahyno1996@gmail.com> Co-committed-by: unknown <sahyno1996@gmail.com>
This commit is contained in:
parent
f55e560ac5
commit
d24db9c3cb
1 changed files with 2 additions and 2 deletions
|
@ -130,9 +130,9 @@ FirmwareManager::FirmwareCheckResult FirmwareManager::VerifyFirmware(Core::Syste
|
|||
}
|
||||
|
||||
// TODO: update this whenever newer firmware is properly supported
|
||||
/* if (firmware_data.major > 19) {
|
||||
if (firmware_data.major > 20) {
|
||||
return ErrorFirmwareTooNew;
|
||||
} */
|
||||
}
|
||||
}
|
||||
|
||||
return FirmwareGood;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue