mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-05 18:41:39 +12:00
Add amiibo loading interface
This commit is contained in:
parent
f52337f90c
commit
3110da1fd6
5 changed files with 22 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
#pragma once
|
||||
#include <filesystem>
|
||||
|
||||
#include "helpers.hpp"
|
||||
#include "kernel_types.hpp"
|
||||
#include "logger.hpp"
|
||||
|
@ -49,8 +51,10 @@ class NFCService {
|
|||
void startTagScanning(u32 messagePointer);
|
||||
void stopCommunication(u32 messagePointer);
|
||||
|
||||
public:
|
||||
public:
|
||||
NFCService(Memory& mem, Kernel& kernel) : mem(mem), kernel(kernel) {}
|
||||
void reset();
|
||||
void handleSyncRequest(u32 messagePointer);
|
||||
|
||||
bool loadAmiibo(const std::filesystem::path& path);
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue