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