mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Add reading amiibo from .amiibo file
This commit is contained in:
parent
3110da1fd6
commit
72ae5d2bfa
5 changed files with 45 additions and 2 deletions
3
src/core/services/amiibo_device.cpp
Normal file
3
src/core/services/amiibo_device.cpp
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include "services/amiibo_device.hpp"
|
||||
|
||||
void AmiiboDevice::reset() { loaded = false; }
|
Loading…
Add table
Add a link
Reference in a new issue