Add reading amiibo from .amiibo file

This commit is contained in:
wheremyfoodat 2023-09-08 23:16:33 +03:00
parent 3110da1fd6
commit 72ae5d2bfa
5 changed files with 45 additions and 2 deletions

View file

@ -0,0 +1,3 @@
#include "services/amiibo_device.hpp"
void AmiiboDevice::reset() { loaded = false; }