summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* cpu_manager: Mark function getters as staticGravatar Lioncash2020-07-164-10/+11
* cpu_manager: Remove unused preemption_count variableGravatar Lioncash2020-07-161-1/+0
* cpu_manager: Add missing includesGravatar Lioncash2020-07-161-0/+3
* Merge pull request #4337 from lat9nq/fix-per-game-asyncGravatar bunnei2020-07-162-0/+8
|\
| * clang-formatGravatar lat9nq2020-07-141-2/+1
| * settings: Move settings sanitization to its own functionGravatar lat9nq2020-07-142-0/+9
* | Merge pull request #4346 from lioncash/threadGravatar David2020-07-167-35/+26
|\ \
| * | kernel/process: Move name and system context to the bottom of the member listGravatar Lioncash2020-07-151-6/+6
| * | kernel/handle_table: Remove usages of the global system instanceGravatar Lioncash2020-07-154-8/+15
| * | kernel/thread: Remove global GetCurrentThread()Gravatar Lioncash2020-07-153-23/+7
* | | Merge pull request #4249 from Morph1984/delete-update-aoc-on-overwriteGravatar David2020-07-162-10/+92
|\ \ \
| * | | Check for empty section0 and CNMT prior to installGravatar Morph2020-07-161-3/+19
| * | | clang formatGravatar Morph2020-07-151-3/+3
| * | | Use proper install result when overwriting filesGravatar Morph2020-07-151-1/+1
| * | | Remove global system instance and address feedbackGravatar Morph2020-07-152-14/+10
| * | | registered_cache: Remove previous update/dlc if it exists on installGravatar Morph2020-07-152-13/+83
| |/ /
* | | Merge pull request #4328 from lioncash/unused-var3Gravatar bunnei2020-07-151-2/+0
|\ \ \ | |/ / |/| |
| * | memory_layout: Remove unused data memberGravatar Lioncash2020-07-131-2/+0
| |/
* | Merge pull request #4294 from MerryMage/cpu-opt-settingsGravatar bunnei2020-07-143-11/+71
|\ \
| * | configure_cpu: Show/Hide debugging optionsGravatar MerryMage2020-07-113-46/+57
| * | configuration: Add settings to enable/disable specific CPU optimizationsGravatar MerryMage2020-07-113-11/+60
* | | Merge pull request #4282 from Morph1984/fs-sizeGravatar bunnei2020-07-143-40/+16
|\ \ \ | |_|/ |/| |
| * | bis_factory: Set User NAND free space to be 1 MiB less than total.Gravatar Morph2020-07-101-1/+3
| * | sdmc_factory: Set the SDMC total size to 1 TiBGravatar Morph2020-07-101-1/+3
| * | bis_factory: Use hardware default NAND partition sizesGravatar Morph2020-07-101-10/+11
| * | settings: Remove storage size optionsGravatar Morph2020-07-101-29/+0
* | | Merge pull request #4265 from Morph1984/file-renameGravatar Fernando Sahmkow2020-07-121-10/+17
|\ \ \
| * | | vfs_real: Fix MoveFileGravatar Morph2020-07-101-10/+17
| |/ /
* | | Merge pull request #4275 from CrazyMax/desired_languageGravatar bunnei2020-07-121-1/+13
|\ \ \ | |_|/ |/| |
| * | AM: fix GetDesiredLanguage:Gravatar CrazyMax2020-07-081-1/+13
* | | Merge pull request #4203 from VolcaEM/servicesGravatar bunnei2020-07-1126-154/+282
|\ \ \
| * | | Rename two functions in NSGravatar VolcaEM2020-07-021-2/+2
| * | | Rename GetApplicationArea2 to GetApplicationAreaSizeGravatar VolcaEM2020-07-021-2/+2
| * | | Remove duplicate functionsGravatar VolcaEM2020-06-291-2/+0
| * | | Use decimal instead of hexadecimalGravatar VolcaEM2020-06-291-3/+5
| * | | Fix typoGravatar VolcaEM2020-06-291-1/+1
| * | | Clang-formatGravatar VolcaEM2020-06-291-1/+1
| * | | service: Update function tablesGravatar VolcaEM2020-06-2927-157/+285
* | | | KeyManager: Prevent writing of invalid keysGravatar Morph2020-07-101-4/+8
| |_|/ |/| |
* | | configuration: implement per-game configurations (#4098)Gravatar lat9nq2020-07-0912-103/+190
* | | Merge pull request #4248 from Morph1984/CreateManagedDisplaySeparableLayerGravatar bunnei2020-07-092-1/+20
|\ \ \
| * | | AM/ISelfController: Stub CreateManagedDisplaySeparableLayerGravatar Morph2020-07-052-1/+20
* | | | Merge pull request #4202 from ReinUsesLisp/scoped-lockGravatar bunnei2020-07-092-15/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | core_timing,scheduler: Use std::scoped_lock when possibleGravatar ReinUsesLisp2020-06-282-15/+12
* | | | Merge pull request #4243 from CrazyMax/display_versionGravatar bunnei2020-07-081-4/+16
|\ \ \ \
| * | | | GetDisplayVersion should return a null-terminated version string.Gravatar CrazyMax2020-07-071-4/+16
| | |/ / | |/| |
* | | | Merge pull request #4245 from MerryMage/page-table-raceGravatar bunnei2020-07-081-2/+5
|\ \ \ \
| * | | | memory: Set page-table pointers before setting attribute = MemoryGravatar MerryMage2020-07-051-2/+5
| |/ / /
* / / / cpu_interrupt_handler: Remove #pragma once from .cpp fileGravatar MerryMage2020-07-071-2/+0
|/ / /
* | | Merge pull request #4218 from ogniK5377/opus-externalGravatar Rodrigo Locatti2020-07-041-1/+1
|\ \ \