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

@ -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

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