summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6498 from Kelebek1/AudioGravatar bunnei2021-07-031-5/+7
|\
| * Fix XC2/VOEZ crashing, add audio looping and a few misc fixesGravatar Kelebek12021-07-011-1/+1
| * Decouple audio processing and run at variable rateGravatar Kelebek12021-06-271-4/+6
* | patch_manager: Do not apply LayeredFS mods when dumpingGravatar Morph2021-06-282-3/+6
* | filesystem: Open a read-only directory for SDMC modsGravatar Morph2021-06-283-19/+25
* | core: Simplify SDMC mod loadingGravatar lat9nq2021-06-283-21/+10
* | core: Support LayeredFS mod from SDMC directoryGravatar lat9nq2021-06-285-2/+47
|/
* Merge pull request #6526 from bunnei/doom-updateGravatar bunnei2021-06-265-8/+60
|\
| * hle: service: hwopus: OpenHardwareOpusDecoderEx: Remove unused buffer size.Gravatar bunnei2021-06-261-1/+30
| * hle: hle_helpers: Skip data payload offset checks on TIPC requests.Gravatar bunnei2021-06-241-2/+6
| * hle: service: hwopus: Implement GetWorkBufferSizeEx and OpenHardwareOpusDecod...Gravatar bunnei2021-06-242-5/+15
| * hle: service: aoc: Stub GetAddOnContentListChangedEventWithProcessId.Gravatar bunnei2021-06-242-1/+10
* | Merge pull request #6519 from Wunkolo/mem-size-literalGravatar bunnei2021-06-249-62/+83
|\ \ | |/ |/|
| * common: Replace common_sizes into user-literalsGravatar Wunkolo2021-06-249-62/+83
* | Merge pull request #6522 from Morph1984/pragmaGravatar bunnei2021-06-243-0/+6
|\ \
| * | general: Add missing #pragma once directivesGravatar Morph2021-06-243-0/+6
* | | Add missing includes (#6521)Gravatar Chloe2021-06-241-0/+2
|/ /
* | Merge pull request #6517 from lioncash/fmtlibGravatar bunnei2021-06-234-9/+13
|\ \ | |/ |/|
| * General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableGravatar Lioncash2021-06-234-9/+13
* | Merge pull request #6504 from Kelebek1/samples-playedGravatar bunnei2021-06-231-1/+9
|\ \ | |/ |/|
| * Implement audout GetAudioOutPlayedSampleCountGravatar Kelebek12021-06-221-1/+9
* | Merge pull request #6510 from ReinUsesLisp/npad-data-raceGravatar Mai M2021-06-222-0/+8
|\ \
| * | npad: Fix data race when updating devicesGravatar Rodrigo Locatti2021-06-222-0/+8
* | | Merge pull request #6493 from Morph1984/fs-nodiscardGravatar bunnei2021-06-222-8/+3
|\ \ \
| * | | vfs_real: Fix Mode to FileAccessMode conversionGravatar Morph2021-06-221-6/+1
| * | | common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph2021-06-221-2/+2
* | | | Merge pull request #6472 from Morph1984/splGravatar bunnei2021-06-229-78/+493
|\ \ \ \
| * | | | spl: Mark the other functions as unimplementedGravatar Morph2021-06-161-5/+30
| * | | | spl: Implement spl::GetConfigGravatar Morph2021-06-162-1/+90
| * | | | hle: api_version: Add HLE API version constantsGravatar Morph2021-06-163-33/+54
| * | | | spl: Add the general SPL interfaceGravatar Morph2021-06-164-45/+64
| * | | | spl: Add SPL typesGravatar Morph2021-06-162-0/+231
| * | | | spl: Add SPL result codesGravatar Morph2021-06-162-0/+30
* | | | | Merge pull request #6483 from Morph1984/get-tz-fileGravatar bunnei2021-06-221-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | service: time: Use GetFileRelative to get files within subdirectoriesGravatar Morph2021-06-181-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #6511 from ReinUsesLisp/core-is-powered-data-raceGravatar Mai M2021-06-221-2/+3
|\ \ \ \
| * | | | core: Make is_powered_on atomicGravatar Rodrigo Locatti2021-06-221-2/+3
| | |_|/ | |/| |
* | | | Merge pull request #6481 from Morph1984/missing-peak-setGravatar bunnei2021-06-211-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | kernel: Fix missing peak set in KResourceLimit::SetLimitValueGravatar Morph2021-06-181-0/+1
| |/ /
* | | Merge pull request #6499 from FernandoS27/we-were-on-a-breakGravatar bunnei2021-06-211-0/+3
|\ \ \
| * | | Update dynarmic and add new unsafe CPU option.Gravatar Fernando Sahmkow2021-06-201-0/+3
| |/ /
* / / nvflinger: Add toggle to disable buffer swap interval limitsGravatar ameerj2021-06-171-0/+3
|/ /
* | Merge pull request #6464 from ameerj/disable-astcGravatar bunnei2021-06-161-0/+1
|\ \
| * | configure_graphics: Add Accelerate ASTC decoding settingGravatar ameerj2021-06-151-0/+1
| |/
* / fsp_srv: Fix filesystem access loggingGravatar Morph2021-06-164-34/+38
|/
* lm: Demote guest logs to LOG_DEBUGGravatar ameerj2021-06-141-27/+20
* general: Remove extraneous includesGravatar Morph2021-06-133-3/+0
* Merge pull request #6452 from german77/sixaxis_firmware_stubGravatar Morph2021-06-132-1/+23
|\
| * hid: Stub IsFirmwareUpdateAvailableForSixAxisSensorGravatar german772021-06-112-1/+23
* | Merge pull request #6422 from FernandoS27/i-am-the-senateGravatar Mai M2021-06-115-10/+45
|\ \ | |/ |/|