early-access version 3863

This commit is contained in:
pineappleEA
2023-09-12 01:10:22 +02:00
parent e3e1e1f1a9
commit 941d34b2fc
2 changed files with 2 additions and 2 deletions

View File

@@ -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();