mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-06-06 01:13:45 -04:00
fix applet
This commit is contained in:
parent
8765b49512
commit
78a762c4d0
1 changed files with 2 additions and 0 deletions
|
|
@ -317,12 +317,14 @@ void WebBrowser::Execute() {
|
|||
return;
|
||||
}
|
||||
|
||||
#ifndef ANDROID
|
||||
if (Settings::values.disable_web_applet) {
|
||||
LOG_WARNING(Service_AM, "(STUBBED) called, Web Browser Applet is disabled. shim_kind={}",
|
||||
web_arg_header.shim_kind);
|
||||
WebBrowserExit(WebExitReason::EndButtonPressed);
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
switch (web_arg_header.shim_kind) {
|
||||
case ShimKind::Shop:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue