summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2023-06-08Merge pull request #10623 from german77/backupliamwhite
2023-06-08Merge pull request #10666 from liamwhite/my-framerate-is-fineliamwhite
2023-06-09Fix potentially uninitialized local variable warningTokarev Artem
2023-06-08nvnflinger: allow locking framerate during video playbackLiam
2023-06-06service: nfc: Add backup supportgerman77
2023-06-05Merge pull request #10508 from yuzu-emu/limebunnei
2023-06-03Use yuzu as category instead of citraNarr the Reg
2023-06-03common: link libandroid on androidLiam
2023-06-03common: dynamic_library: Add ctor for existing handle.bunnei
2023-06-03android: Implement SAF support & migrate to SDK 31. (#4)bunnei
2023-06-03common: error: Fix for Android.bunnei
2023-06-03common: fs: Implement for Android.bunnei
2023-06-03common: logging: Implement Android logcat backend.bunnei
2023-06-03common: host_memory: Implement for Android.bunnei
2023-06-01host_memory: merge adjacent placeholder mappings on Linuxkkoniuszy
2023-05-28externals: Update to fmt 10 and add format_as formatter for BitFieldMorph
2023-05-23textures: add BC1 and BC3 compressors and recompression settingLiam
2023-05-15Merge pull request #10181 from lat9nq/intel-compute-toggleliamwhite
2023-05-11Merge pull request #10132 from Kelebek1/fermi_blit2liamwhite
2023-05-11Allow Fermi blit accelerate to add src/dst to the cache if they don't exist a...Kelebek1
2023-05-09service: nfp: Allow to load with a different amiibo idgerman77
2023-05-07Settings: add option to enable / disable reactive flushingFernando Sahmkow
2023-05-07Fix address space allocator slow path to avoid OOBKelebek1
2023-05-07settings: Add enable compute pipelineslat9nq
2023-05-06Merge pull request #10125 from lat9nq/vsync-selectbunnei
2023-05-06Merge pull request #10167 from german77/motion_previewliamwhite
2023-05-07Fix read access violationRoni Kirla
2023-05-05input_common: Add property to invert an axis buttonNarr the Reg
2023-05-05yuzu: Add motion preview to controller inputNarr the Reg
2023-05-03settings: remove pessimistic flushingLiam
2023-05-03Merge pull request #10124 from liamwhite/pebkacMorph
2023-05-02settings: Enable FIFO relaxedlat9nq
2023-05-02configuration: Expose separate swap present modeslat9nq
2023-05-01vk_present_manager: Add toggle for async presentationGPUCode
2023-04-30settings: rename extended memory layout to unsafe, move from general to systemLiam
2023-04-29common: add intrusive list typeLiam
2023-04-02general: fixes for gcc 13Liam
2023-03-29Fixes 'Continous' typoMax Dunbar
2023-03-27telemetry: Add waitpkg instructionMorph
2023-03-27x64: Simplify RDTSC on non-MSVC compilersMorph
2023-03-27x64: Add MicroSleepMorph
2023-03-27x64: cpu_detect: Add detection of waitpkg instructionsMorph
2023-03-26container_hash: use climitsLiam
2023-03-25common: Port boost's hash_value implementationMorph
2023-03-23zstd: Use ZSTD_getFrameContentSize instead of ZSTD_getDecompressedSizeMorph
2023-03-23Merge pull request #9971 from Morph1984/qliamwhite
2023-03-23Merge pull request #9964 from liamwhite/typed-addressliamwhite
2023-03-22kernel: use KTypedAddress for addressesLiam
2023-03-21bounded_threadsafe_queue: Refactor PopMorph
2023-03-21bounded_threadsafe_queue: Add producer cv to avoid busy waitingMorph