summaryrefslogtreecommitdiff
path: root/src/core/hle (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6539 from lat9nq/default-settingGravatar Ameer J2021-07-085-7/+8
|\
| * core, input_common: Miscellaneous fixesGravatar lat9nq2021-06-281-1/+1
| * general: Make most settings a BasicSettingGravatar lat9nq2021-06-284-6/+7
* | Report 2 channels active. Fixes Tales of Vesperia's mono channel audio.Gravatar Kelebek12021-07-061-1/+1
* | service: mii: Retrieve the correct default miis.Gravatar Morph2021-07-041-2/+3
* | 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
* | | filesystem: Open a read-only directory for SDMC modsGravatar Morph2021-06-281-5/+9
* | | core: Simplify SDMC mod loadingGravatar lat9nq2021-06-281-1/+2
* | | core: Support LayeredFS mod from SDMC directoryGravatar lat9nq2021-06-282-0/+10
|/ /
* | 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-247-58/+74
|\ \ | |/ |/|
| * common: Replace common_sizes into user-literalsGravatar Wunkolo2021-06-247-58/+74
* | 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-231-3/+3
|\ \ | |/ |/|
| * General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableGravatar Lioncash2021-06-231-3/+3
* | 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-221-2/+2
|\ \ \
| * | | common: fs: Remove [[nodiscard]] attribute on Remove* functionsGravatar Morph2021-06-221-2/+2
* | | | Merge pull request #6472 from Morph1984/splGravatar bunnei2021-06-227-45/+475
|\ \ \ \
| * | | | 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-161-0/+38
| * | | | spl: Add the general SPL interfaceGravatar Morph2021-06-164-45/+64
| * | | | spl: Add SPL typesGravatar Morph2021-06-161-0/+230
| * | | | spl: Add SPL result codesGravatar Morph2021-06-161-0/+29
* | | | | 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 #6481 from Morph1984/missing-peak-setGravatar bunnei2021-06-211-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | kernel: Fix missing peak set in KResourceLimit::SetLimitValueGravatar Morph2021-06-181-0/+1
| |/ /
* / / nvflinger: Add toggle to disable buffer swap interval limitsGravatar ameerj2021-06-171-0/+3
|/ /
* / fsp_srv: Fix filesystem access loggingGravatar Morph2021-06-162-12/+15
|/
* lm: Demote guest logs to LOG_DEBUGGravatar ameerj2021-06-141-27/+20
* general: Remove extraneous includesGravatar Morph2021-06-131-1/+0
* hid: Stub IsFirmwareUpdateAvailableForSixAxisSensorGravatar german772021-06-112-1/+23
* kernel: Unconditionally set thread state when appropriateGravatar Morph2021-06-112-23/+12
* kernel: KLightConditionVariable: Update implementation to 12.xGravatar Morph2021-06-112-14/+31
* hle: service: sm: Remove redundant session reservation, etc.Gravatar bunnei2021-06-102-18/+13
* hle: service: Increase arbitrary max sessions limit.Gravatar bunnei2021-06-101-4/+1
* hle: kernel: KClientPort: Add an assert for session count.Gravatar bunnei2021-06-091-0/+3