summaryrefslogtreecommitdiff
path: root/src/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* settings,general: Rename non-confirming enumsGravatar lat9nq2023-07-213-20/+18
* configure_audio: Implement ui generationGravatar lat9nq2023-07-211-1/+2
* configure_system: Implement with for loopGravatar lat9nq2023-07-215-15/+24
* configure_graphics_advance: Generate UI at runtimeGravatar lat9nq2023-07-211-0/+2
* settings,core,config_sys: Remove optional type from custom_rtc, rng_seedGravatar lat9nq2023-07-213-3/+7
* settings,video_core: Consolidate ASTC decoding optionsGravatar lat9nq2023-07-211-1/+14
* Merge pull request #11096 from german77/amiiboooGravatar liamwhite2023-07-217-54/+143
|\
| * service: nfc: Update Implementation to match with latest REGravatar Narr the Reg2023-07-177-54/+143
* | Merge pull request #11116 from lat9nq/clang-shadowingGravatar liamwhite2023-07-192-5/+5
|\ \
| * | general: Silence -Wshadow{,-uncaptured-local} warningsGravatar lat9nq2023-07-182-5/+5
* | | Merge pull request #11114 from Kelebek1/warningsGravatar liamwhite2023-07-191-2/+2
|\ \ \ | |/ / |/| |
| * | Debug SetIdleTimeDetectionExtensionGravatar Kelebek12023-07-181-2/+2
| |/
* | ssl: Link with crypt32 for secure channel backendGravatar Morph2023-07-172-1/+2
* | ssl: Reorder inclusionsGravatar Morph2023-07-175-24/+27
* | network: Forward declarationsGravatar Morph2023-07-175-5/+11
* | Merge pull request #10912 from comex/sslGravatar liamwhite2023-07-1621-281/+2382
|\ \ | |/ |/|
| * Rename variables to avoid -Wshadow warnings under GCCGravatar comex2023-07-011-5/+5
| * ...actually add the SecureTransport backend to Git.Gravatar comex2023-07-011-0/+219
| * Updates:Gravatar comex2023-07-017-211/+276
| * Merge remote-tracking branch 'origin/master' into sslGravatar comex2023-07-0170-612/+644
| |\
| * | PR feedback + constificationGravatar comex2023-06-258-60/+62
| * | network.cpp: include expected.hGravatar comex2023-06-251-0/+1
| * | re-formatGravatar comex2023-06-251-4/+5
| * | Fix more Windows build errorsGravatar comex2023-06-255-28/+35
| * | ssl: fix compatibility with OpenSSL 1.1.1Gravatar comex2023-06-251-1/+10
| * | Fixes:Gravatar comex2023-06-253-4/+12
| * | ssl: rename argument to avoid false positive codespell warningGravatar comex2023-06-251-2/+2
| * | Implement SSL serviceGravatar comex2023-06-2520-276/+2065
* | | file_sys/content_archive: Detect compressed NCAs (#11047)Gravatar Tobias2023-07-122-1/+40
* | | Merge pull request #10985 from liamwhite/handle-translateGravatar bunnei2023-07-113-7/+771
|\ \ \
| * | | k_server_session: translate special header for non-HLE requestsGravatar Liam2023-07-083-7/+771
* | | | Merge pull request #10996 from Kelebek1/readblock_optimisationGravatar bunnei2023-07-105-18/+285
|\ \ \ \
| * | | | Use spans over guest memory where possible instead of copying data.Gravatar Kelebek12023-07-025-18/+285
* | | | | arm_interface: correct breakpoint rewind conditionGravatar Liam2023-07-091-1/+1
| |/ / / |/| | |
* | | | vfs_real: use open file size for getting size (#11016)Gravatar liamwhite2023-07-061-1/+2
* | | | service: nfc: Ensure controller is in the correct modeGravatar german772023-07-023-11/+41
|/ / /
* | | Merge pull request #10998 from Morph1984/qt-stop-messing-with-meGravatar liamwhite2023-07-022-3/+14
|\ \ \
| * | | core_timing: Remove GetCurrentTimerResolution in CoreTiming loopGravatar Morph2023-07-022-3/+14
* | | | Merge pull request #10969 from Morph1984/k-synchronizeGravatar liamwhite2023-07-023-36/+52
|\ \ \ \ | |/ / / |/| | |
| * | | kernel: SynchronizeGravatar Morph2023-07-013-36/+52
| | |/ | |/|
* | | Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a--Gravatar liamwhite2023-07-025-9/+202
|\ \ \
| * | | Memory Tracker: Use 64 bit atomics instead of 128 bitsGravatar Fernando Sahmkow2023-06-291-9/+13
| * | | Memory Tracking: Optimize tracking to only use atomic writes when contested w...Gravatar Fernando Sahmkow2023-06-284-13/+54
| * | | MemoryTracking: Initial setup of atomic writes.Gravatar Fernando Sahmkow2023-06-284-4/+152
| |/ /
* | | Merge pull request #10710 from liamwhite/romfs2Gravatar liamwhite2023-07-021-21/+17
|\ \ \
| * | | fsmitm_romfsbuild: avoid full path lookupsGravatar Liam2023-06-271-21/+17
| |/ /
* | | parcel: Optimize small_vector sizesGravatar Morph2023-06-301-11/+13
* | | general: Use ScratchBuffer where possibleGravatar Morph2023-06-306-45/+53
|/ /
* | arm_dynarmic_32: Remove disabling of block linking on arm64Gravatar Merry2023-06-271-5/+0
* | core: hid: Allow to read bin files while switch controller is availableGravatar german772023-06-241-4/+10