mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-30 12:27:57 -05: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