mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-07 13:52:32 -07:00
core: Replace all instances of ResultCode with Result
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
|
||||
namespace Service::NS {
|
||||
|
||||
constexpr ResultCode ERR_APPLICATION_LANGUAGE_NOT_FOUND{ErrorModule::NS, 300};
|
||||
constexpr Result ERR_APPLICATION_LANGUAGE_NOT_FOUND{ErrorModule::NS, 300};
|
||||
}
|
Reference in New Issue
Block a user