mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 19:48:00 -05:00
@ -800,12 +800,12 @@ Result Module::Interface::Flush() {
|
||||
|
||||
// Return to the start of the file
|
||||
if (!amiibo_file.Seek(0)) {
|
||||
LOG_ERROR(Service_NFP, "Error writting to file");
|
||||
LOG_ERROR(Service_NFP, "Error writing to file");
|
||||
return ErrCodes::WriteAmiiboFailed;
|
||||
}
|
||||
|
||||
if (!amiibo_file.Write(encrypted_tag_data)) {
|
||||
LOG_ERROR(Service_NFP, "Error writting to file");
|
||||
LOG_ERROR(Service_NFP, "Error writing to file");
|
||||
return ErrCodes::WriteAmiiboFailed;
|
||||
}
|
||||
|
||||
|
@ -929,7 +929,7 @@ BSD::BSD(Core::System& system_, const char* name)
|
||||
proxy_packet_received = room_member->BindOnProxyPacketReceived(
|
||||
[this](const Network::ProxyPacket& packet) { OnProxyPacketReceived(packet); });
|
||||
} else {
|
||||
LOG_ERROR(Service, "Network isn't initalized");
|
||||
LOG_ERROR(Service, "Network isn't initialized");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user