|
|
@ -317,12 +317,14 @@ void WebBrowser::Execute() { |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
#ifndef ANDROID
|
|
|
if (Settings::values.disable_web_applet) { |
|
|
if (Settings::values.disable_web_applet) { |
|
|
LOG_WARNING(Service_AM, "(STUBBED) called, Web Browser Applet is disabled. shim_kind={}", |
|
|
LOG_WARNING(Service_AM, "(STUBBED) called, Web Browser Applet is disabled. shim_kind={}", |
|
|
web_arg_header.shim_kind); |
|
|
web_arg_header.shim_kind); |
|
|
WebBrowserExit(WebExitReason::EndButtonPressed); |
|
|
WebBrowserExit(WebExitReason::EndButtonPressed); |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
switch (web_arg_header.shim_kind) { |
|
|
switch (web_arg_header.shim_kind) { |
|
|
case ShimKind::Shop: |
|
|
case ShimKind::Shop: |
|
|
|