mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-12 19:02:32 -07:00
result: Make fully constexpr, add ON_RESULT_INCLUDED
This commit is contained in:
@@ -301,7 +301,7 @@ Result NfcInterface::TranslateResultToServiceError(Result result) const {
|
||||
return result;
|
||||
}
|
||||
|
||||
if (result.module != ErrorModule::NFC) {
|
||||
if (result.GetModule() != ErrorModule::NFC) {
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user