summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* main: Add the ability to disable the web appletGravatar Morph2020-12-182-0/+27
* main, applets/web: Re-add progress dialog for RomFS extractionGravatar Morph2020-12-188-68/+125
* applets/web: Implement the Qt web browser applet frontendGravatar Morph2020-12-184-5/+600
* web_browser_scripts: Add injection scripts for the web browserGravatar Morph2020-12-181-0/+193
* pl_u, applets/web: Decrypt shared fonts to TTF filesGravatar Morph2020-12-183-18/+117
* ns_vm: Stub NeedsUpdateVulnerabilityGravatar Morph2020-12-181-1/+10
* frontend/input_interpreter: Add InputInterpreter APIGravatar Morph2020-12-183-0/+167
* controllers/npad: Make press_state atomicGravatar Morph2020-12-182-2/+3
* util: Add URL Request Interceptor for QWebEngineGravatar Morph2020-12-183-0/+64
* bootmanager: Add a check whether loading is completeGravatar Morph2020-12-182-0/+6
* applets/web: Implement the default web browser applet frontendGravatar Morph2020-12-183-1/+24
* applets/web: Implement the offline browser applet backendGravatar Morph2020-12-182-13/+143
* applets/web: Initial implementation of the web browser appletGravatar Morph2020-12-183-2/+428
* applets: Remove the previous web browser applet implementationGravatar Morph2020-12-1812-1039/+40
* system_archive: Add + and - buttons to the Nintendo Extended OSS fontGravatar Morph2020-12-182-315/+343
* system_archive: Update Nintendo Extended OSS fontGravatar Morph2020-12-172-182/+347
* Merge pull request #5190 from Morph1984/validate_device_handleGravatar bunnei2020-12-152-0/+45
|\
| * controllers/npad: Validate device handles before useGravatar Morph2020-12-122-0/+45
* | Merge pull request #5119 from Morph1984/fs-opendatastoragewithprogramindexGravatar bunnei2020-12-1511-14/+150
|\ \
| * | fsp_srv: Implement OpenDataStorageWithProgramIndexGravatar Morph2020-12-086-1/+83
| * | file_sys: Consolidate common Title ID operationsGravatar Morph2020-12-085-13/+67
* | | Merge pull request #5157 from lioncash/array-dirtyGravatar bunnei2020-12-151-34/+33
|\ \ \
| * | | maxwell_3d: Move member variables to end of classGravatar Lioncash2020-12-061-31/+32
| * | | maxwell_3d: Resolve -Wdocumentation warningGravatar Lioncash2020-12-061-1/+1
| * | | maxwell_3d: Remove unused dirty_pointer arrayGravatar Lioncash2020-12-061-2/+0
* | | | Merge pull request #5168 from Morph1984/aoc-PurchaseEventManagerGravatar bunnei2020-12-142-2/+76
|\ \ \ \
| * | | | IPurchaseEventManager: Implement GetPurchasedEventReadableHandleGravatar Morph2020-12-081-1/+14
| * | | | IPurchaseEventManager: Stub Set(Default)DeliveryTargetGravatar Morph2020-12-081-2/+27
| * | | | aoc_u: Stub Create(Permanent)EcPurchasedEventManagerGravatar Morph2020-12-082-2/+38
* | | | | cmake: Fix generating CMake configs and linking with BoostGravatar lat9nq2020-12-131-1/+1
* | | | | common: Update CMakeList to fix build issue with Boost.Gravatar bunnei2020-12-121-2/+1
| |_|_|/ |/| | |
* | | | Merge pull request #5183 from lioncash/alias2Gravatar bunnei2020-12-1228-136/+142
|\ \ \ \
| * | | | vfs: Use existing type aliases consistentlyGravatar Lioncash2020-12-1028-136/+142
* | | | | Merge pull request #5187 from Morph1984/revert-stdfsGravatar bunnei2020-12-113-136/+390
|\ \ \ \ \
| * | | | | Revert "Merge pull request #5173 from lioncash/common-fs"Gravatar Morph2020-12-112-112/+396
| * | | | | Revert "Merge pull request #5174 from ReinUsesLisp/fs-fix"Gravatar Morph2020-12-112-36/+4
| * | | | | Revert "Merge pull request #5176 from Morph1984/fix-createfile"Gravatar Morph2020-12-111-6/+2
| * | | | | Revert "Merge pull request #5179 from ReinUsesLisp/fs-path"Gravatar Morph2020-12-111-1/+1
| * | | | | Revert "Merge pull request #5181 from Morph1984/5174-review"Gravatar Morph2020-12-111-3/+9
* | | | | | Merge pull request #5172 from lioncash/svc-wideGravatar bunnei2020-12-111-35/+25
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | svc: Remove unnecessary castsGravatar Lioncash2020-12-081-35/+25
* | | | | | Merge pull request #5181 from Morph1984/5174-reviewGravatar bunnei2020-12-101-9/+3
|\ \ \ \ \ \
| * | | | | | common/file_util: Simplify the behavior of CreateFullPathGravatar Morph2020-12-091-9/+3
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #5123 from Morph1984/nim-IsLargeResourceAvailableGravatar bunnei2020-12-101-1/+13
|\ \ \ \ \ \
| * | | | | | nim: Stub IsLargeResourceAvailableGravatar Morph2020-12-041-1/+13
* | | | | | | Merge pull request #5162 from lioncash/copy-shaderGravatar bunnei2020-12-101-1/+1
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | gl_shader_decompiler: Elide unnecessary copies within DeclareConstantBuffers()Gravatar Lioncash2020-12-071-1/+1
* | | | | | | common/file_util: Let std::filesystem cast from UTF16 to std::stringGravatar ReinUsesLisp2020-12-091-1/+1
* | | | | | | vfs_real: Fix CreateFile for files without a file extensionGravatar Morph2020-12-091-2/+6
* | | | | | | common/file_util: Fix and deprecate CreateFullPath, add CreateDirsGravatar ReinUsesLisp2020-12-092-4/+31