mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-14 10:52:06 -07:00
hle: kernel: Reimplement KReadableEvent and KWritableEvent.
This commit is contained in:
@@ -6,10 +6,13 @@
|
||||
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include "core/hle/kernel/k_readable_event.h"
|
||||
#include "core/hle/kernel/k_writable_event.h"
|
||||
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace Kernel {
|
||||
class KEvent;
|
||||
}
|
||||
|
||||
namespace Service::NFP {
|
||||
|
||||
class Module final {
|
||||
@@ -39,7 +42,7 @@ public:
|
||||
const AmiiboFile& GetAmiiboBuffer() const;
|
||||
|
||||
private:
|
||||
Kernel::EventPair nfc_tag_load{};
|
||||
std::shared_ptr<Kernel::KEvent> nfc_tag_load;
|
||||
AmiiboFile amiibo{};
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user