summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-10-24 15:37:29 +0200
committerLioncash <mathew1800@gmail.com>2018-10-24 16:39:31 +0200
commitbed2d6c425c649ff587b80d617597f3eca359da1 (patch)
tree97d8b3f809d25a10bda5871f15ac4d2c233756de /src/core/hle/service/nfp/nfp.h
parentMerge pull request #1551 from ogniK5377/improved-svcbreak (diff)
downloadyuzu-bed2d6c425c649ff587b80d617597f3eca359da1.tar
yuzu-bed2d6c425c649ff587b80d617597f3eca359da1.tar.gz
yuzu-bed2d6c425c649ff587b80d617597f3eca359da1.tar.bz2
yuzu-bed2d6c425c649ff587b80d617597f3eca359da1.tar.lz
yuzu-bed2d6c425c649ff587b80d617597f3eca359da1.tar.xz
yuzu-bed2d6c425c649ff587b80d617597f3eca359da1.tar.zst
yuzu-bed2d6c425c649ff587b80d617597f3eca359da1.zip
Diffstat (limited to 'src/core/hle/service/nfp/nfp.h')
-rw-r--r--src/core/hle/service/nfp/nfp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfp/nfp.h b/src/core/hle/service/nfp/nfp.h
index 46370dedd..5c0ae8a54 100644
--- a/src/core/hle/service/nfp/nfp.h
+++ b/src/core/hle/service/nfp/nfp.h
@@ -32,7 +32,7 @@ public:
static_assert(sizeof(AmiiboFile) == 0x94, "AmiiboFile is an invalid size");
void CreateUserInterface(Kernel::HLERequestContext& ctx);
- void LoadAmiibo(const std::vector<u8>& buffer);
+ bool LoadAmiibo(const std::vector<u8>& buffer);
const Kernel::SharedPtr<Kernel::Event>& GetNFCEvent() const;
const AmiiboFile& GetAmiiboBuffer() const;