summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* yuzu: Remove CPU Jit setting from the UIGravatar fearlessTobi2019-07-0411-36/+12
* Merge pull request #2604 from ogniK5377/INotificationServiceGravatar bunnei2019-07-025-1/+130
|\
| * Attemp clang format fix?Gravatar David Marcec2019-06-281-1/+0
| * Addressed issuesGravatar David Marcec2019-06-282-13/+13
| * SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this shou...Gravatar David Marcec2019-06-251-1/+3
| * fixed spelling errors and fixed issue with Pop not returning the SizedNotific...Gravatar David Marcec2019-06-251-6/+8
| * Implemented INotificationServiceGravatar David Marcec2019-06-245-1/+127
* | Merge pull request #2659 from FernandoS27/safe-cachesGravatar bunnei2019-07-023-1/+5
|\ \
| * | rasterizer_cache: Protect inherited caches from submission levelGravatar Fernando Sahmkow2019-07-013-1/+5
| |/
* | file_sys: Rename other ContentRecordType membersGravatar Bakugo2019-07-025-7/+8
* | file_sys/registered_cache: Improve missing metadata errorGravatar Bakugo2019-07-011-2/+2
* | file_sys/submission_package: Don't warn about missing DeltaFragment NCAsGravatar Bakugo2019-07-011-4/+7
* | file_sys/registered_cache: Ignore DeltaFragment NCAs during installationGravatar Bakugo2019-07-011-0/+3
* | file_sys: Rename ContentRecordType::Patch to DeltaFragmentGravatar Bakugo2019-07-011-1/+1
* | Merge pull request #2583 from FernandoS27/core-timing-safeGravatar bunnei2019-06-305-60/+25
|\ \
| * | Core_Timing: Make core_timing threadsafe by default.Gravatar Fernando Sahmkow2019-06-165-60/+25
* | | Merge pull request #2533 from DarkLordZach/memory-frozenGravatar bunnei2019-06-284-0/+274
|\ \ \
| * | | freezer: Update documentationGravatar Zach Hilman2019-06-201-1/+8
| * | | core: Move Freezer class to tools namespaceGravatar Zach Hilman2019-06-204-17/+17
| * | | freezer: Add documentation for methodsGravatar Zach Hilman2019-06-202-30/+49
| * | | memory: Add class to manage and enforce memory freezingGravatar Zach Hilman2019-06-204-0/+248
* | | | Merge pull request #2548 from DarkLordZach/applet-shopnGravatar bunnei2019-06-2620-129/+890
|\ \ \ \
| * | | | applets: Pass current process title ID to appletsGravatar Zach Hilman2019-06-2411-41/+59
| * | | | general_frontend: Add documentation for parental controls and ecommerce appletsGravatar Zach Hilman2019-06-245-27/+55
| * | | | web_browser: Only delete temporary directory if it was createdGravatar Zach Hilman2019-06-241-1/+3
| * | | | web_browser: Take ECommerce applet frontend optionally in constructorGravatar Zach Hilman2019-06-241-1/+6
| * | | | frontend: Add base class and default impl for ECommerce applet frontendGravatar Zach Hilman2019-06-242-0/+102
| * | | | web_browser: Use function tables for execute and initializeGravatar Zach Hilman2019-06-242-7/+285
| * | | | web_browser: Correct structures and properly parse TLVs/ShimKindGravatar Zach Hilman2019-06-242-61/+168
| * | | | yuzu: Accept default applets for Parental Controls and ECommerceGravatar Zach Hilman2019-06-241-5/+7
| * | | | applets: Track ECommerce and Parental Control applet frontendsGravatar Zach Hilman2019-06-242-7/+29
| * | | | web_browser: Rename OpenPage to OpenPageLocalGravatar Zach Hilman2019-06-244-11/+11
| * | | | frontend: Add base class and default impl of parent controls applet frontendGravatar Zach Hilman2019-06-242-1/+52
| * | | | applets: Implement Auth applet backendGravatar Zach Hilman2019-06-242-0/+146
| | |_|/ | |/| |
* | | | glue: Correct missing bytes in ApplicationLaunchParameterGravatar Zach Hilman2019-06-257-37/+71
* | | | core: Keep track of ARPManager and register current application on bootGravatar Zach Hilman2019-06-242-0/+76
* | | | glue: Implement arp:w and arp:r servicesGravatar Zach Hilman2019-06-243-2/+330
* | | | glue: Add errors for glue/arp servicesGravatar Zach Hilman2019-06-244-2/+65
* | | | glue: Add scaffolding for bgtc:t and bgtc:sc servicesGravatar Zach Hilman2019-06-242-0/+73
* | | | arp: Move to glue servicesGravatar Zach Hilman2019-06-242-91/+0
* | | | glue: Add manager to keep track of application registryGravatar Zach Hilman2019-06-243-0/+121
* | | | registered_cache: Add getter to determine source slot in content provider unionGravatar Zach Hilman2019-06-242-0/+17
* | | | patch_manager: Add getter for title versionGravatar Zach Hilman2019-06-242-2/+14
|/ / /
* | | Update reporter.cppGravatar Thomas May2019-06-221-5/+5
* | | Merge pull request #2579 from ReinUsesLisp/fix-aoffi-testGravatar bunnei2019-06-211-1/+2
|\ \ \
| * | | gl_device: Fix TestVariableAoffi testGravatar ReinUsesLisp2019-06-111-1/+2
| | |/ | |/|
* | | Merge pull request #2602 from lioncash/castGravatar bunnei2019-06-211-3/+3
|\ \ \
| * | | service/acc: Silence truncation warningsGravatar Lioncash2019-06-211-3/+3
| | |/ | |/|
* | | Merge pull request #2575 from DarkLordZach/process-id-typesGravatar bunnei2019-06-216-10/+29
|\ \ \
| * | | kernel: Differentiate kernel and user processes when picking IDGravatar Zach Hilman2019-06-106-10/+29