mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 22:27:52 +00:00
mii: service: Address review
This commit is contained in:
parent
6377a46668
commit
fb1b1b2725
13 changed files with 135 additions and 104 deletions
|
@ -160,7 +160,8 @@ void QtAmiiboSettingsDialog::LoadAmiiboData() {
|
|||
}
|
||||
|
||||
const auto amiibo_name = std::string(register_info.amiibo_name.data());
|
||||
const auto owner_name = Common::UTF16ToUTF8(register_info.mii_char_info.name.data());
|
||||
const auto owner_name =
|
||||
Common::UTF16ToUTF8(register_info.mii_char_info.GetNickname().data.data());
|
||||
const auto creation_date =
|
||||
QDate(register_info.creation_date.year, register_info.creation_date.month,
|
||||
register_info.creation_date.day);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue