applet: Fix HLE applet pre-start lifecycle. (#6362)

This commit is contained in:
Steveice10 2023-03-25 14:36:14 -07:00 committed by GitHub
parent 44097c2a8d
commit d9d0fc63ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 23 additions and 11 deletions

View file

@ -106,7 +106,6 @@ ResultCode SoftwareKeyboard::Start(Service::APT::MessageParameter const& paramet
frontend_applet->Execute(ToFrontendConfig(config));
is_running = true;
return RESULT_SUCCESS;
}