Add Yuzu NFC types header, clean up headers
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
#pragma once
|
||||
#include <array>
|
||||
|
||||
#include "helpers.hpp"
|
||||
#include "io_file.hpp"
|
||||
#include "nfc_types.hpp"
|
||||
|
||||
class AmiiboDevice {
|
||||
bool loaded = false;
|
||||
bool encrypted = false;
|
||||
|
||||
public:
|
||||
static constexpr size_t tagSize = 0x21C;
|
||||
|
||||
bool loaded = false;
|
||||
std::array<u8, tagSize> raw;
|
||||
|
||||
void loadFromRaw();
|
||||
void reset();
|
||||
};
|
||||
Reference in New Issue
Block a user