diff options
author | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2022-09-01 17:47:47 +0200 |
---|---|---|
committer | Kelebek1 <eeeedddccc@hotmail.co.uk> | 2022-09-01 17:54:22 +0200 |
commit | 03aedccaa252a7989c3ab147a83305b386476748 (patch) | |
tree | cb79e4190fe8e46209bcc89c39b3709308c17d45 /src/core/hle/service/am | |
parent | Merge pull request #8752 from vonchenplus/rectangle_texture (diff) | |
download | yuzu-03aedccaa252a7989c3ab147a83305b386476748.tar yuzu-03aedccaa252a7989c3ab147a83305b386476748.tar.gz yuzu-03aedccaa252a7989c3ab147a83305b386476748.tar.bz2 yuzu-03aedccaa252a7989c3ab147a83305b386476748.tar.lz yuzu-03aedccaa252a7989c3ab147a83305b386476748.tar.xz yuzu-03aedccaa252a7989c3ab147a83305b386476748.tar.zst yuzu-03aedccaa252a7989c3ab147a83305b386476748.zip |
Diffstat (limited to 'src/core/hle/service/am')
-rw-r--r-- | src/core/hle/service/am/am.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index 118f226e4..6fb7e198e 100644 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -754,7 +754,7 @@ void ICommonStateGetter::ReceiveMessage(Kernel::HLERequestContext& ctx) { } void ICommonStateGetter::GetCurrentFocusState(Kernel::HLERequestContext& ctx) { - LOG_WARNING(Service_AM, "(STUBBED) called"); + LOG_DEBUG(Service_AM, "(STUBBED) called"); IPC::ResponseBuilder rb{ctx, 3}; rb.Push(ResultSuccess); |