mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-14 13:52:08 -07:00
hle: kernel: Migrate KEvent to KAutoObject.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include <array>
|
||||
#include <vector>
|
||||
|
||||
#include "core/hle/kernel/k_event.h"
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace Kernel {
|
||||
@@ -42,7 +43,7 @@ public:
|
||||
const AmiiboFile& GetAmiiboBuffer() const;
|
||||
|
||||
private:
|
||||
std::shared_ptr<Kernel::KEvent> nfc_tag_load;
|
||||
Kernel::KEvent nfc_tag_load;
|
||||
AmiiboFile amiibo{};
|
||||
|
||||
protected:
|
||||
|
Reference in New Issue
Block a user