summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | kernel/vm_manager: Remove redundant Reset call in destructorGravatar Lioncash2019-06-121-3/+1
| |/ / / / /
* | | | | | Merge pull request #2577 from lioncash/fsGravatar Zach Hilman2019-06-121-17/+29
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | file_sys/card_image: Remove obsolete TODOGravatar Lioncash2019-06-121-1/+1
| * | | | | file_sys/card_image: Deduplicate casts within AddNCAFromPartition()Gravatar Lioncash2019-06-101-3/+6
| * | | | | file_sys/card_image: Make bracing consistentGravatar Lioncash2019-06-101-4/+8
| * | | | | file_sys/card_image: Assign collapsed NCA contents directly to ncas memberGravatar Lioncash2019-06-101-3/+1
| * | | | | file_sys/card_image: Deduplicate type castGravatar Lioncash2019-06-101-4/+6
| * | | | | file_sys/card_image: Get rid of a magic numberGravatar Lioncash2019-06-101-1/+1
| * | | | | file_sys/card_image: Use std::array deduction guidesGravatar Lioncash2019-06-101-1/+6
| | |_|_|/ | |/| | |
* / | | | file_sys/nca_metadata: Update CNMT structuresGravatar Lioncash2019-06-101-2/+7
|/ / / /
* | | | Merge pull request #2571 from lioncash/refGravatar Zach Hilman2019-06-092-2/+2
|\ \ \ \
| * | | | kernel/process: Make Create()'s name parameter be taken by valueGravatar Lioncash2019-06-092-2/+2
| |/ / /
* | | | kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithou...Gravatar Lioncash2019-06-093-2/+42
* | | | kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo()Gravatar Lioncash2019-06-093-6/+6
* | | | kernel/svc: Remove duplicate enum entry in svcGetInfo()Gravatar Lioncash2019-06-091-2/+1
|/ / /
* | | constants: Extract backup JPEG used by account servicesGravatar Zach Hilman2019-06-074-16/+40
* | | Merge pull request #2514 from ReinUsesLisp/opengl-compatGravatar Zach Hilman2019-06-072-2/+0
|\ \ \
| * | | rasterizer_opengl: Remove OpenGL core profileGravatar ReinUsesLisp2019-05-302-2/+0
* | | | Merge pull request #2549 from lioncash/headerGravatar Zach Hilman2019-06-061-1/+0
|\ \ \ \
| * | | | kernel/process: Remove unused boost header includeGravatar Lioncash2019-06-051-1/+0
| | |_|/ | |/| |
* | | | Merge pull request #2551 from lioncash/dtorGravatar bunnei2019-06-061-9/+9
|\ \ \ \
| * | | | service/ns: Add missing override specifiersGravatar Lioncash2019-06-051-9/+9
* | | | | Merge pull request #2419 from DarkLordZach/srv-lr-ifaceGravatar bunnei2019-06-051-3/+77
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ncm: Implement LR OpenAddOnContentLocationResolver (2)Gravatar Zach Hilman2019-05-261-24/+21
| * | | | ncm: Implement LR OpenRegisteredLocationResolver (1)Gravatar Zach Hilman2019-05-261-0/+27
| * | | | ncm: Implement LR OpenLocationResolver (0)Gravatar Zach Hilman2019-05-261-0/+50
* | | | | Merge pull request #2526 from lioncash/globalGravatar Zach Hilman2019-06-057-66/+97
|\ \ \ \ \
| * | | | | core/core: Remove unnecessary includesGravatar Lioncash2019-05-293-13/+37
| * | | | | core/loader: Remove LoadKernelSystemModeGravatar Lioncash2019-05-283-21/+0
| * | | | | core/telemetry_session: Remove unnecessary web service nulling out in destructorGravatar Lioncash2019-05-281-2/+1
| * | | | | core/telemetry_session: Remove usages of the global system accessorGravatar Lioncash2019-05-283-30/+54
| * | | | | core/telemetry_session: Explicitly delete copy and move constructorsGravatar Lioncash2019-05-281-1/+7
| * | | | | core/telemetry_session: Remove unused includeGravatar Lioncash2019-05-281-1/+0
| |/ / / /
* | | | | Merge pull request #2545 from lioncash/timingGravatar Zach Hilman2019-06-055-76/+34
|\ \ \ \ \
| * | | | | core/core_timing_util: Amend casing of cyclesTo* functionsGravatar Lioncash2019-06-043-6/+6
| * | | | | core/core_timing_util: Use std::chrono types for specifying time unitsGravatar Lioncash2019-06-045-34/+39
| * | | | | core/core_timing_utils: Simplify overload setGravatar Lioncash2019-06-042-49/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #2510 from SciresM/desired_languageGravatar Zach Hilman2019-06-0510-402/+1081
|\ \ \ \ \
| * | | | | Fix bitmask logic inversionGravatar Michael Scire2019-05-231-2/+1
| * | | | | fix introduced clang-format errorsGravatar Michael Scire2019-05-231-3/+2
| * | | | | Address review commentsGravatar Michael Scire2019-05-236-47/+120
| * | | | | clang-format fixesGravatar Michael Scire2019-05-234-31/+32
| * | | | | Implement IApplicationFunctions::GetDesiredLanguageGravatar Michael Scire2019-05-239-403/+1010
* | | | | | yuzu/bootmanager: Treat the resolution factor as a u32Gravatar Lioncash2019-06-032-13/+21
| |/ / / / |/| | | |
* | | | | Merge pull request #1931 from DarkLordZach/mii-database-1Gravatar bunnei2019-05-3011-111/+1059
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | mii_manager: Fix incorrect loop condition in mii UUID generation codeGravatar Zach Hilman2019-04-253-2/+3
| * | | | profile_select: Port Service::Account::UUID to Common::UUIDGravatar Zach Hilman2019-04-255-13/+12
| * | | | mii: Implement Delete and Destroy fileGravatar Zach Hilman2019-04-253-8/+116
| * | | | mii: Implement IsUpdated command (IPC 0)Gravatar Zach Hilman2019-04-253-9/+34
| * | | | mii_manager: Cleanup and optimizationGravatar Zach Hilman2019-04-253-36/+50