1691 Commits (e4a16f50eff470d9c87a32143e559716171f12b2)

Author SHA1 Message Date
Alexandre Bouvier 8e17b5469f cmake: prefer system libraries 3 years ago
ameerj 5b5612c1cc CMake: Consolidate common PCH headers 3 years ago
ameerj 3c39c0ac3e string_util: Fix Mingw compile error 3 years ago
ameerj 37bc5118ea CMake: Use precompiled headers 3 years ago
Liam 89dd7dc180 video_core: add null backend 3 years ago
Lioncash c2c9b44749 common/cache_management: Amend header includes 3 years ago
Lioncash 2ec7d0b5fd common/input: Add helpers functions for creating input and output devices 3 years ago
Lioncash 7f42432f42 common/input: Pass ParamPackage by const reference in CreateDevice 3 years ago
Matías Locatti 701ca96827
Oops 3 years ago
Matías Locatti 26211ac339
Replace GLSL as the default OpenGL shader backend 3 years ago
lat9nq b670c350e4 settings: Reset FSR sharpening global state with the others 3 years ago
Matías Locatti f209e976f4 FSR Sharpening Slider part 1 - only a global slider 3 years ago
Liam 9737615948 general: fix compile for Apple Clang 3 years ago
ameerj 9efdad6a27 Configuration: Add per-game input profiles 3 years ago
Kyle Kienapfel 6fa3faec65 Add break for default cases 3 years ago
Liam 70ea1c2000 common: add cache management functions 3 years ago
Matías Locatti 69768ec71e Add CPU core count to log files 3 years ago
Liam cbaf642ffe Initial ARM64 support 3 years ago
Enrico Mancuso d581a4a367
Add break statement in default cases 3 years ago
Morph 8b4d5aeb4f concepts: Use the std::contiguous_iterator concept 4 years ago
Morph 3822e31323 CMakeLists: Disable C4100 and C4324 4 years ago
Morph cae108404a CMakeLists: Remove redundant warnings 4 years ago
Morph f3c40f4a20 CMakeLists: Treat MSVC warnings as errors 4 years ago
Morph e6ab1f673b general: Enforce C4800 everywhere except in video_core 4 years ago
Morph 93297d14d8 CMakeLists: Remove all redundant warnings 4 years ago
german77 7f66050f0c input_common: cache vibration tests 4 years ago
Lioncash 6e1c6297a3 fixed_point: Mark default constructor as constexpr 4 years ago
Lioncash b6119a55f9 fixed_point: Mark copy/move assignment operators and constructors as constexpr 4 years ago
Lioncash 0cfd90004b fixed_point: Mark std::swap and move constructor as noexcept 4 years ago
Lioncash 2cc9d94060 fixed_point: Mark relevant member function [[nodiscard]] 4 years ago
Lioncash 0101ef9fb1 fixed_point: Make to_uint() non-const 4 years ago
Lioncash 9393f90ccf fixed_point: Use defaulted comparisons 4 years ago
Lioncash 5000d814af fixed_point: Use variable templates and concepts where applicable 4 years ago
Morph 88ccdaf10a fixed_point: Replace CONSTEXPR14 with constexpr 4 years ago
Morph bffbaddb79 general: Add missing pragma once 4 years ago
Kyle Kienapfel 40af1111c2 CMake: Try add library "LZ4::lz4_shared" if "lz4::lz4" is unavailable 4 years ago
Morph e2164f3417 settings: Update aspect_ratio range 4 years ago
german77 224a19758e input_common: have an unique vector in callback status 4 years ago
Fernando Sahmkow ca3db0d7c9 General: address feedback 4 years ago
Liam c80ed6d81f general: rework usages of UNREACHABLE macro 4 years ago
Morph 11e1cbbdbd address_space: Rename va_start to virt_start 4 years ago
Morph fa342cae22 address_space: Address feedback 4 years ago
Morph fedd983f96 general: Format licenses as per SPDX guidelines 4 years ago
Fernando Sahmkow fe24c65153 General: Fix clang format. 4 years ago
Fernando Sahmkow 1a9b71b1c6 Common: Fix variable shadowing. 4 years ago
Liam White afab6c143c General: Fix compilation for GCC 4 years ago
bunnei f5fd6b5c86 DMA & InlineToMemory Engines Rework. 4 years ago
Fernando Sahmkow 4d60410dd9 MemoryManager: initial multi paging system implementation. 4 years ago
Fernando Sahmkow e462191482 Refactor VideoCore to use AS sepparate from Channel. 4 years ago
Fernando Sahmkow feb49c822d NVDRV: Remake ASGPU 4 years ago