Add amiibo loading interface

This commit is contained in:
wheremyfoodat 2023-09-08 19:01:44 +03:00
parent f52337f90c
commit 3110da1fd6
5 changed files with 22 additions and 2 deletions

View file

@ -104,4 +104,5 @@ class ServiceManager {
// Input function wrappers
HIDService& getHID() { return hid; }
NFCService& getNFC() { return nfc; }
};