mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-05 19:54:49 +12:00
Add Yuzu NFC types header, clean up headers
This commit is contained in:
parent
139ea16fda
commit
679eb0f7bc
6 changed files with 428 additions and 5 deletions
|
@ -1,3 +1,11 @@
|
|||
#include "services/amiibo_device.hpp"
|
||||
|
||||
void AmiiboDevice::reset() { loaded = false; }
|
||||
void AmiiboDevice::reset() {
|
||||
encrypted = false;
|
||||
loaded = false;
|
||||
}
|
||||
|
||||
// Load amiibo information from our raw 540 byte array
|
||||
void AmiiboDevice::loadFromRaw() {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue