Remove outdated stubs in Mii Selector applet
This commit is contained in:
@@ -22,7 +22,6 @@ Result::HorizonResult MiiSelectorApplet::start(const MemoryBlock* sharedMem, con
|
|||||||
// Thanks to Citra devs as always for the default mii data and other applet help
|
// Thanks to Citra devs as always for the default mii data and other applet help
|
||||||
output = getDefaultMii();
|
output = getDefaultMii();
|
||||||
output.returnCode = 0; // Success
|
output.returnCode = 0; // Success
|
||||||
// output.selectedMiiData = miiData;
|
|
||||||
output.selectedGuestMiiIndex = std::numeric_limits<u32>::max();
|
output.selectedGuestMiiIndex = std::numeric_limits<u32>::max();
|
||||||
output.miiChecksum = boost::crc<16, 0x1021, 0, 0, false, false>(&output.selectedMiiData, sizeof(MiiData) + sizeof(output.unknown1));
|
output.miiChecksum = boost::crc<16, 0x1021, 0, 0, false, false>(&output.selectedMiiData, sizeof(MiiData) + sizeof(output.unknown1));
|
||||||
|
|
||||||
@@ -84,4 +83,4 @@ MiiResult MiiSelectorApplet::getDefaultMii() {
|
|||||||
result.guestMiiName.fill(0x0);
|
result.guestMiiName.fill(0x0);
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user