early-access version 3863
This commit is contained in:
parent
e3e1e1f1a9
commit
941d34b2fc
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue