summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-23Merge pull request #6465 from FernandoS27/sex-on-the-beachMai M
2021-06-22Merge pull request #6512 from ReinUsesLisp/wait-detached-stasksMai M
2021-06-22common: fs: Add a description of a regular file in IsFileMorph
2021-06-22common: fs: Amend IsFile check in FileOpen / (Write/Append)StringToFileMorph
2021-06-22common: fs: file: Remove [[nodiscard]] attribute from FlushMorph
2021-06-22common: fs: Remove [[nodiscard]] attribute on Remove* functionsMorph
2021-06-22common/detached_tasks: Wait for tasks before shutting downRodrigo Locatti
2021-06-21Merge pull request #6499 from FernandoS27/we-were-on-a-breakbunnei
2021-06-21Merge pull request #6475 from ameerj/unlimit-fpsbunnei
2021-06-20Update dynarmic and add new unsafe CPU option.Fernando Sahmkow
2021-06-19host_memory: Correct MEM_RESERVE_PLACEHOLDERlat9nq
2021-06-17nvflinger: Add toggle to disable buffer swap interval limitsameerj
2021-06-16Reaper: Address Feedback.Fernando Sahmkow
2021-06-16Reaper: Setup settings and final tuning.Fernando Sahmkow
2021-06-16Merge pull request #6464 from ameerj/disable-astcbunnei
2021-06-16Merge pull request #6460 from Morph1984/fs-access-log-fixMorph
2021-06-16common: fs: file: Remove redundant call to WriteStringToFileMorph
2021-06-16fsp_srv: Fix filesystem access loggingMorph
2021-06-15Merge pull request #6462 from Morph1984/proper-flushbunnei
2021-06-15configure_graphics: Add Accelerate ASTC decoding settingameerj
2021-06-14Merge pull request #6448 from Morph1984/recursive-dir-iteratorFernando Sahmkow
2021-06-13common: logging: Restructure backend codeMorph
2021-06-13common: logging: backend: Wrap IOFile in a unique_ptrMorph
2021-06-13common: fs: file: Flush the file to the disk when Flush() is calledMorph
2021-06-12common: fs: Use the normal directory iterator in *Recursively functionsMorph
2021-06-11common/host_memory: Implement a fallback if fastmem fails.Markus Wick
2021-06-11common/host_shader: Load Windows 10 functions dynamicallyReinUsesLisp
2021-06-11host_memory: Support staged VirtualProtect callsReinUsesLisp
2021-06-11General: Add settings for fastmem and disabling adress space check.FernandoS27
2021-06-11common/host_memory: Optimize for huge tables.Markus Wick
2021-06-11core: Make use of fastmemMarkus Wick
2021-06-11common/host_memory: Add Linux implementationMarkus Wick
2021-06-11common/host_memory: Add interface and Windows implementationReinUsesLisp
2021-06-09src/common/CMakeLists.txt: fix variable escapingliushuyu
2021-06-08common/fs/path_util: Remove [[nodiscard]] from function with void returnLioncash
2021-06-02Merge pull request #6395 from lioncash/result-moveMorph
2021-06-02common: fs: fs_util: Move PathToUTF8String to fs_utilMorph
2021-06-02common: fs: fs_util: Add more string conversion functionsMorph
2021-05-31common_funcs: Move R_ macros to result.hLioncash
2021-05-30Merge pull request #6385 from degasus/save_memory_accessbunnei
2021-05-29core/memory: Check our memory fallbacks for out-of-bound behavior.Markus Wick
2021-05-28common: Extract point into a common structLioncash
2021-05-28common/fs/file: Explicitly delete copy constructorsLioncash
2021-05-28common/fs/file: Devirtualize destructorLioncash
2021-05-28common/fs/file: Default initialize IOFile membersLioncash
2021-05-25common: fs: Rework the Common Filesystem interface to make use of std::filesy...Morph
2021-05-24Merge pull request #6357 from lioncash/compressionbunnei
2021-05-24zstd_compression: Make use of std::spanLioncash
2021-05-24lz4_compression: Make use of std::spanLioncash