mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-18 07:57:02 +02:00
result: Make fully constexpr, add ON_RESULT_INCLUDED
This commit is contained in:
parent
c60ab6bbf6
commit
54372fdff5
9 changed files with 57 additions and 29 deletions
|
|
@ -301,7 +301,7 @@ Result NfcInterface::TranslateResultToServiceError(Result result) const {
|
|||
return result;
|
||||
}
|
||||
|
||||
if (result.module != ErrorModule::NFC) {
|
||||
if (result.GetModule() != ErrorModule::NFC) {
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue