summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_device.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2023-03-18 06:13:57 +0100
committerGitHub <noreply@github.com>2023-03-18 06:13:57 +0100
commit8bcaa8c2e4c7135994884992e6cc64082f571240 (patch)
tree886375fbcfbc907064f7e0babef53bf2936c3290 /src/core/hle/service/nfp/nfp_device.h
parentMerge pull request #9955 from liamwhite/color-blend-equation (diff)
parentservice: nfp: Replace crc function with boost equivalent (diff)
downloadyuzu-8bcaa8c2e4c7135994884992e6cc64082f571240.tar
yuzu-8bcaa8c2e4c7135994884992e6cc64082f571240.tar.gz
yuzu-8bcaa8c2e4c7135994884992e6cc64082f571240.tar.bz2
yuzu-8bcaa8c2e4c7135994884992e6cc64082f571240.tar.lz
yuzu-8bcaa8c2e4c7135994884992e6cc64082f571240.tar.xz
yuzu-8bcaa8c2e4c7135994884992e6cc64082f571240.tar.zst
yuzu-8bcaa8c2e4c7135994884992e6cc64082f571240.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nfp/nfp_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfp/nfp_device.h b/src/core/hle/service/nfp/nfp_device.h
index 06386401d..8813df998 100644
--- a/src/core/hle/service/nfp/nfp_device.h
+++ b/src/core/hle/service/nfp/nfp_device.h
@@ -80,7 +80,7 @@ private:
AmiiboDate GetAmiiboDate(s64 posix_time) const;
u64 RemoveVersionByte(u64 application_id) const;
void UpdateSettingsCrc();
- u32 CalculateCrc(std::span<const u8>);
+ void UpdateRegisterInfoCrc();
bool is_controller_set{};
int callback_key;