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