mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-10 05:55:06 +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
|
@ -75,6 +75,8 @@ bool NFCService::loadAmiibo(const std::filesystem::path& path) {
|
|||
return false;
|
||||
}
|
||||
|
||||
device.loadFromRaw();
|
||||
|
||||
if (tagOutOfRangeEvent.has_value()) {
|
||||
kernel.clearEvent(tagOutOfRangeEvent.value());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue