summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_web_browser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core: ns: Implement pl:s serviceNarr the Reg2022-09-031-1/+1
|
* core: Replace all instances of ResultCode with Resultgerman772022-06-271-1/+1
|
* common: Change semantics of UNREACHABLE to unconditionally crashLiam2022-06-141-2/+2
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* applets/web: Keep foreground (websession) web applet openMorph2022-04-021-0/+8
| | | | This is a hack to keep the foreground (websession) web applet open in games using these such as Super Mario 3D All-Stars.
* general: Get the current process program id directly from the systemMorph2021-11-041-2/+1
| | | | This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-1/+1
|
* applets/web: Fallback to loader to get the manual romfs if none is foundFeng Chen2021-10-111-0/+10
|
* applets/web: Resolve Nintendo CDN URLsMorph2021-07-151-0/+13
| | | | This fixes the hint videos in New Super Mario Bros. U Deluxe
* applets: Append applet_ prefix to backend appletsMorph2021-07-141-0/+474