diff options
| author | 2022-12-18 11:57:15 -0600 | |
|---|---|---|
| committer | 2022-12-18 11:57:33 -0600 | |
| commit | 79f1f326c753663fc87ee01eb512dea69072ee19 (patch) | |
| tree | 62a8b0327d00bb706f2d800f66ef28ec498244d4 /src/core/hle/service/nfp | |
| parent | Enable compiler optimizations and enforce x86-64-v2 on GCC/Clang (#9442) (diff) | |
| download | yuzu-79f1f326c753663fc87ee01eb512dea69072ee19.tar.gz yuzu-79f1f326c753663fc87ee01eb512dea69072ee19.tar.xz yuzu-79f1f326c753663fc87ee01eb512dea69072ee19.zip | |
service: nfc: Silence ListDevices
Diffstat (limited to 'src/core/hle/service/nfp')
| -rw-r--r-- | src/core/hle/service/nfp/nfp_user.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nfp/nfp_user.cpp b/src/core/hle/service/nfp/nfp_user.cpp index 49816b4c7..a4d3d1bc7 100644 --- a/src/core/hle/service/nfp/nfp_user.cpp +++ b/src/core/hle/service/nfp/nfp_user.cpp | |||
| @@ -83,7 +83,7 @@ void IUser::Finalize(Kernel::HLERequestContext& ctx) { | |||
| 83 | } | 83 | } |
| 84 | 84 | ||
| 85 | void IUser::ListDevices(Kernel::HLERequestContext& ctx) { | 85 | void IUser::ListDevices(Kernel::HLERequestContext& ctx) { |
| 86 | LOG_INFO(Service_NFP, "called"); | 86 | LOG_DEBUG(Service_NFP, "called"); |
| 87 | 87 | ||
| 88 | if (state == State::NonInitialized) { | 88 | if (state == State::NonInitialized) { |
| 89 | IPC::ResponseBuilder rb{ctx, 2}; | 89 | IPC::ResponseBuilder rb{ctx, 2}; |