summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* clang-format fixesGravatar Michael Scire2019-07-061-4/+5
* am: Implement GetAccumulatedSuspendedTickValueGravatar Michael Scire2019-07-062-7/+19
* Merge pull request #2669 from FearlessTobi/move-cpujit-settingGravatar Zach Hilman2019-07-044-5/+5
|\
| * yuzu: Remove CPU Jit setting from the UIGravatar fearlessTobi2019-07-044-5/+5
* | Merge pull request #2555 from lioncash/tlsGravatar Zach Hilman2019-07-046-81/+148
|\ \
| * | kernel/process: Default initialize all member variablesGravatar Lioncash2019-07-031-2/+2
| * | kernel/process: Decouple TLS handling from threadsGravatar Lioncash2019-07-034-66/+97
| * | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundaryGravatar Lioncash2019-07-032-13/+49
* | | 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-043-1/+11
|\ \ \ \ | |_|/ / |/| | |
| * | | set: Implement GetQuestFlagGravatar Zach Hilman2019-06-282-1/+10
| * | | settings: Add config option for kiosk (quest) modeGravatar Zach Hilman2019-06-281-0/+1
* | | | 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 #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
| |/ / / /
* | | | | 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-303-49/+14
|\ \ \ \ | |_|_|/ |/| | |
| * | | Core_Timing: Make core_timing threadsafe by default.Gravatar Fernando Sahmkow2019-06-163-49/+14
* | | | 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-2617-120/+879
|\ \ \ \
| * | | | 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-244-20/+48
| * | | | 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
| * | | | applets: Track ECommerce and Parental Control applet frontendsGravatar Zach Hilman2019-06-242-7/+29
| * | | | web_browser: Rename OpenPage to OpenPageLocalGravatar Zach Hilman2019-06-242-7/+7
| * | | | 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
| | |_|/ | |/| |