summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* core_timing: Remove unused data memberGravatar Lioncash2020-07-151-2/+0
* core_timing: Make TimedCallback take std::chrono::nanosecondsGravatar Lioncash2020-07-1513-44/+45
* core_timing: Make use of std::chrono with ScheduleEventGravatar Lioncash2020-07-1510-32/+42
* 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
|\ \ \
| * | | externals: Track opus as submodule instead of using conanGravatar David Marcec2020-07-011-1/+1
* | | | Merge pull request #3924 from ogniK5377/GetKeyCodeMapGravatar bunnei2020-07-022-2/+72
|\ \ \ \
| * | | | Move GetKeyCodeMapImpl to an anonymous namespaceGravatar David Marcec2020-06-241-19/+19
| * | | | Fixed logging outputGravatar David Marcec2020-06-241-1/+1
| * | | | Implement GetKeyCodeMap & GetKeyCodeMap2Gravatar David Marcec2020-06-242-2/+72
* | | | | Merge pull request #4193 from ogniK5377/GetIndirectLayerConsumerHandle-stubGravatar bunnei2020-07-021-1/+13
|\ \ \ \ \
| * | | | | am: Stub GetIndirectLayerConsumerHandleGravatar David Marcec2020-06-281-1/+13
* | | | | | Merge pull request #4192 from ogniK5377/acc-ListOpenContextStoredUsers-stubGravatar bunnei2020-07-025-4/+14
|\ \ \ \ \ \
| * | | | | | acc: ListOpenContextStoredUsers partial stubGravatar David Marcec2020-06-285-4/+14
| |/ / / / /
* | | | | | key_manager: Correct casing of instance()Gravatar Lioncash2020-07-019-9/+9
* | | | | | key_manager: Delete move operationsGravatar Lioncash2020-07-011-0/+3
* | | | | | key_manager: Make use of canonical deleted operator=Gravatar Lioncash2020-07-011-2/+2
| |_|/ / / |/| | | |
* | | | | Merge pull request #3967 from FearlessTobi/keys-singletonGravatar David2020-07-0112-20/+26
|\ \ \ \ \
| * | | | | crypto: Make KeyManager a singleton classGravatar FearlessTobi2020-05-2012-20/+26
* | | | | | Merge pull request #4153 from ogniK5377/prepo-multibufGravatar bunnei2020-06-301-1/+6
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |