mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-07 22:55:40 +12:00
Remove outdated stubs in Mii Selector applet
This commit is contained in:
parent
fdc8bfd58e
commit
eabd22423c
1 changed files with 1 additions and 2 deletions
|
@ -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));
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue