mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 12:17:57 -05:00
core: Replace all instances of ResultCode with Result
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
namespace Service::Mii {
|
||||
|
||||
constexpr ResultCode ERROR_INVALID_ARGUMENT{ErrorModule::Mii, 1};
|
||||
constexpr Result ERROR_INVALID_ARGUMENT{ErrorModule::Mii, 1};
|
||||
|
||||
class IDatabaseService final : public ServiceFramework<IDatabaseService> {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user