summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundaryGravatar Lioncash2019-07-032-13/+49
* | | | | | | | | Merge pull request #2670 from DarkLordZach/fix-merge-discrep-1Gravatar bunnei2019-07-042-5/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gl_shader_cache: Make CachedShader constructor privateGravatar Zach Hilman2019-07-032-5/+5
| |/ / / / / / / /
* | | | | | | | | Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEventGravatar bunnei2019-07-041-3/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | IAudioDevice::QueryAudioDeviceOutputEventGravatar David Marcec2019-07-011-3/+16
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #2638 from DarkLordZach/quest-flagGravatar bunnei2019-07-048-2/+36
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | set: Implement GetQuestFlagGravatar Zach Hilman2019-06-282-1/+10
| * | | | | | | | settings: Add config option for kiosk (quest) modeGravatar Zach Hilman2019-06-286-1/+26
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #2613 from ogniK5377/InitalizeApplicationInfoGravatar Zach Hilman2019-07-035-6/+110
|\ \ \ \ \ \ \ \
| * | | | | | | | Added errors.h to cmakelistGravatar David Marcec2019-06-281-0/+1
| * | | | | | | | Addressed issuesGravatar David Marcec2019-06-282-17/+12
| * | | | | | | | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestrictedGravatar David Marcec2019-06-274-6/+114
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandleGravatar Zach Hilman2019-07-038-28/+260
|\ \ \ \ \ \ \ \
| * | | | | | | | Addressed issuesGravatar David Marcec2019-06-265-37/+53
| * | | | | | | | Implement Time::GetSharedMemoryNativeHandleGravatar David Marcec2019-06-268-29/+245
* | | | | | | | | Merge pull request #2563 from ReinUsesLisp/shader-initializersGravatar Zach Hilman2019-07-032-52/+53
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | |
| * | | | | | | | gl_shader_cache: Use static constructors for CachedShader initializationGravatar ReinUsesLisp2019-06-072-52/+53
* | | | | | | | | 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
| | |_|/ / / | |/| | | |