early-access version 3885
This commit is contained in:
@@ -552,7 +552,7 @@ void MiiDBModule::GetDatabaseService(HLERequestContext& ctx) {
|
||||
rb.Push(ResultSuccess);
|
||||
rb.PushIpcInterface<IDatabaseService>(system, manager, is_system);
|
||||
|
||||
LOG_CRITICAL(Service_Mii, "called");
|
||||
LOG_DEBUG(Service_Mii, "called");
|
||||
}
|
||||
|
||||
std::shared_ptr<MiiManager> MiiDBModule::GetMiiManager() {
|
||||
|
@@ -131,7 +131,7 @@ Result MiiManager::GetIndex(const DatabaseSessionMetadata& metadata, const CharI
|
||||
|
||||
s32 index{};
|
||||
const bool is_special = metadata.magic == MiiMagic;
|
||||
Result result = database_manager.FindIndex(index, char_info.GetCreateId(), is_special);
|
||||
const auto result = database_manager.FindIndex(index, char_info.GetCreateId(), is_special);
|
||||
|
||||
if (result.IsError()) {
|
||||
index = -1;
|
||||
|
Reference in New Issue
Block a user