From 941d34b2fcdf8d85ab8694a5485b07db70aaee47 Mon Sep 17 00:00:00 2001 From: pineappleEA Date: Tue, 12 Sep 2023 01:10:22 +0200 Subject: [PATCH] early-access version 3863 --- README.md | 2 +- src/core/hle/service/am/am.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6745fb90..2855c7370 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ yuzu emulator early access ============= -This is the source code for early-access 3862. +This is the source code for early-access 3863. ## Legal Notice diff --git a/src/core/hle/service/am/am.cpp b/src/core/hle/service/am/am.cpp index b3adc4522..4bef10b31 100755 --- a/src/core/hle/service/am/am.cpp +++ b/src/core/hle/service/am/am.cpp @@ -1852,7 +1852,7 @@ void IApplicationFunctions::ExecuteProgram(HLERequestContext& ctx) { } void IApplicationFunctions::ClearUserChannel(HLERequestContext& ctx) { - LOG_DEBUG(Service_AM, "(STUBBED) called"); + LOG_DEBUG(Service_AM, "called"); system.GetUserChannel().clear();