summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/applets/applet_web_browser.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* am: re-namespace frontend applets to frontend directoryLiam2024-01-301-508/+0
|
* service: split am into componentsLiam2024-01-301-0/+1
|
* fs: Replace Mode enum by OpenMode enumFearlessTobi2024-01-251-3/+3
|
* vfs: Move vfs files to their own directoryFearlessTobi2024-01-251-1/+1
|
* romfs: fix extraction of single-directory rootLiam2023-11-011-2/+1
|
* vfs: expand support for NCA readingLiam2023-08-151-1/+1
|
* qt: implement RequestExit for appletsLiam2023-03-251-1/+1
|
* applets: implement RequestExitLiam2023-03-251-0/+5
|
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-1/+1
|
* 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