summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/common/device.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-05-10 16:25:48 +0200
committerGitHub <noreply@github.com>2023-05-10 16:25:48 +0200
commitb7f60e91239589deff78ea485104bf132ce27313 (patch)
tree04e1b79ce87de7ec058609f758f4f0b3c34ea88e /src/core/hle/service/nfc/common/device.h
parentMerge pull request #10119 from marius851000/improved_non_hd_feeback (diff)
parentservice: nfc: Seed all random values (diff)
downloadyuzu-b7f60e91239589deff78ea485104bf132ce27313.tar
yuzu-b7f60e91239589deff78ea485104bf132ce27313.tar.gz
yuzu-b7f60e91239589deff78ea485104bf132ce27313.tar.bz2
yuzu-b7f60e91239589deff78ea485104bf132ce27313.tar.lz
yuzu-b7f60e91239589deff78ea485104bf132ce27313.tar.xz
yuzu-b7f60e91239589deff78ea485104bf132ce27313.tar.zst
yuzu-b7f60e91239589deff78ea485104bf132ce27313.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfc/common/device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfc/common/device.h b/src/core/hle/service/nfc/common/device.h
index 654eda98e..98e1945c1 100644
--- a/src/core/hle/service/nfc/common/device.h
+++ b/src/core/hle/service/nfc/common/device.h
@@ -105,6 +105,7 @@ private:
NFP::AmiiboName GetAmiiboName(const NFP::AmiiboSettings& settings) const;
void SetAmiiboName(NFP::AmiiboSettings& settings, const NFP::AmiiboName& amiibo_name);
NFP::AmiiboDate GetAmiiboDate(s64 posix_time) const;
+ u64 GetCurrentPosixTime() const;
u64 RemoveVersionByte(u64 application_id) const;
void UpdateSettingsCrc();
void UpdateRegisterInfoCrc();
@@ -127,7 +128,6 @@ private:
bool is_data_moddified{};
bool is_app_area_open{};
bool is_plain_amiibo{};
- s64 current_posix_time{};
NFP::MountTarget mount_target{NFP::MountTarget::None};
NFP::NTAG215File tag_data{};