aboutsummaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2021-07-08common/thread_worker: Fix data raceFernandoS27
2021-07-08common/thread_worker: Use unique functionReinUsesLisp
2021-07-08common: Add unique functionReinUsesLisp
2021-07-08common/thread_worker: Add wait for requests methodReinUsesLisp
2021-07-08Merge pull request #6539 from lat9nq/default-settingAmeer J
2021-07-08general: Code formatting improvementslat9nq
2021-07-06common: logging: backend: Close the file after exceeding the write limitMorph
2021-07-06common: fs: file: Revert Flush to its previous behavior and add CommitMorph
2021-07-06common: fs: file: Flush the file in GetSizeMorph
2021-07-01settings: Set resolution_factor default to 1lat9nq
2021-06-28general: Make most settings a BasicSettinglat9nq
2021-06-26common: Force defaults for Settings::Setting'slat9nq
2021-06-24Merge pull request #6519 from Wunkolo/mem-size-literalbunnei
2021-06-24common: Replace common_sizes into user-literalsWunkolo
2021-06-24general: Add missing #pragma once directivesMorph
2021-06-23Merge pull request #6517 from lioncash/fmtlibbunnei
2021-06-23General: Resolve fmt specifiers to adhere to 8.0.0 API where applicableLioncash
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