summaryrefslogtreecommitdiff
path: root/src/core
AgeCommit message (Expand)Author
2023-07-02Use spans over guest memory where possible instead of copying data.Kelebek1
2023-07-02Merge pull request #10998 from Morph1984/qt-stop-messing-with-meliamwhite
2023-07-02Merge pull request #10969 from Morph1984/k-synchronizeliamwhite
2023-07-02core_timing: Remove GetCurrentTimerResolution in CoreTiming loopMorph
2023-07-02Merge pull request #10942 from FernandoS27/android-is-a-pain-in-the-a--liamwhite
2023-07-02Merge pull request #10710 from liamwhite/romfs2liamwhite
2023-07-01kernel: SynchronizeMorph
2023-06-30parcel: Optimize small_vector sizesMorph
2023-06-30general: Use ScratchBuffer where possibleMorph
2023-06-29Memory Tracker: Use 64 bit atomics instead of 128 bitsFernando Sahmkow
2023-06-28Memory Tracking: Optimize tracking to only use atomic writes when contested w...Fernando Sahmkow
2023-06-28MemoryTracking: Initial setup of atomic writes.Fernando Sahmkow
2023-06-27fsmitm_romfsbuild: avoid full path lookupsLiam
2023-06-27arm_dynarmic_32: Remove disabling of block linking on arm64Merry
2023-06-24core: hid: Allow to read bin files while switch controller is availablegerman77
2023-06-24input_common: Dont try to read/write data from 3rd party controllersgerman77
2023-06-23Merge pull request #10859 from liamwhite/no-more-atomic-waitliamwhite
2023-06-23Merge pull request #10842 from german77/native_mifareliamwhite
2023-06-23vfs_real: lock concurrent accessesLiam
2023-06-22Merge pull request #10457 from Kelebek1/optimisebunnei
2023-06-22Merge pull request #10806 from liamwhite/worst-fs-implementation-everbunnei
2023-06-22general: remove atomic signal and waitLiam
2023-06-22Remove memory allocations in some hot pathsKelebek1
2023-06-21Merge pull request #10086 from Morph1984/coretiming-ng-1bunnei
2023-06-21Merge pull request #10841 from liamwhite/math-is-hardbunnei
2023-06-21input_common: Implement native mifare supportNarr the Reg
2023-06-20time_zone_manager: Add null terminatorlat9nq
2023-06-20time_zone_manager: Stop on commalat9nq
2023-06-19vfs_concat: verify short readLiam
2023-06-18vfs_concat: fix offset calculation when not aligned to file boundaryLiam
2023-06-17Merge pull request #10797 from lat9nq/tzdb-patchbunnei
2023-06-17time_zone_service: Always write time zone rule datalat9nq
2023-06-17k_thread: Use a mutex and cond_var to sync boollat9nq
2023-06-16Merge pull request #10731 from german77/misc_fixesliamwhite
2023-06-16vfs_real: ensure size cache is reset on writeLiam
2023-06-16patch_manager: remove unnecessary GetSize callsLiam
2023-06-16vfs_real: misc optimizationsLiam
2023-06-15time_zone_manager: Compare to the correct booleanlat9nq
2023-06-15nx_tzdb: Correct Antarctica spellinglat9nq
2023-06-14Merge pull request #10729 from liamwhite/windows-is-a-memebunnei
2023-06-14service: nfc: Read tag protocol only for nfc backendNarr the Reg
2023-06-14service: nfc: Accuracy fixesNarr the Reg
2023-06-13vfs_real: require file existence on openLiam
2023-06-13vfs_real: add simplified open file cacheLiam
2023-06-13Merge pull request #10603 from lat9nq/tz-more-completebunnei
2023-06-13vfs_real: lazily open filesLiam
2023-06-13vfs_real: add file LRU cache for open file limitsLiam
2023-06-12core: decouple ARM interface from DynarmicLiam
2023-06-11android: Add update supportNarr the Reg
2023-06-09android: Add proper homebrew checkCharles Lombardo