mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-16 21:16:59 +02:00
result: Make fully constexpr, add ON_RESULT_INCLUDED
This commit is contained in:
parent
3f6c5a0a08
commit
3b98aaef24
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