1851 Commits (4696a032a82a8ca8b15fc6413d3184cdebfe666e)

Author SHA1 Message Date
Enrico Mancuso 3efb76498a Add break statement in default cases 3 years ago
Morph 89ace6c367 concepts: Use the std::contiguous_iterator concept 3 years ago
Morph 9a8db147b2 CMakeLists: Disable C4100 and C4324 3 years ago
Morph dc61af8eb1 CMakeLists: Remove redundant warnings 3 years ago
Morph ea5b59b539 CMakeLists: Treat MSVC warnings as errors 3 years ago
Morph 9fba74d245 general: Enforce C4800 everywhere except in video_core 3 years ago
Morph 4bad20dc5f CMakeLists: Remove all redundant warnings 3 years ago
german77 96881efdc3 input_common: cache vibration tests 3 years ago
Lioncash d28572d4b8 fixed_point: Mark default constructor as constexpr 3 years ago
Lioncash 9cc6234265 fixed_point: Mark copy/move assignment operators and constructors as constexpr 3 years ago
Lioncash 278826ce5b fixed_point: Mark std::swap and move constructor as noexcept 3 years ago
Lioncash 3ba285f09e fixed_point: Mark relevant member function [[nodiscard]] 3 years ago
Lioncash 62d3f2021b fixed_point: Make to_uint() non-const 3 years ago
Lioncash 801b7a6652 fixed_point: Use defaulted comparisons 3 years ago
Lioncash 3b07fadfe3 fixed_point: Use variable templates and concepts where applicable 3 years ago
Morph 4b35f9e78e fixed_point: Replace CONSTEXPR14 with constexpr 3 years ago
Morph 6a22ed905b general: Add missing pragma once 3 years ago
Kyle Kienapfel c16b8f5f59 CMake: Try add library "LZ4::lz4_shared" if "lz4::lz4" is unavailable 3 years ago
Morph 98c792dbf4 settings: Update aspect_ratio range 3 years ago
german77 36d02d1fc3 input_common: have an unique vector in callback status 3 years ago
Fernando Sahmkow 1595e77913 General: address feedback 3 years ago
Liam d8009fb2d1 general: rework usages of UNREACHABLE macro 3 years ago
Morph 6a6b22b67d address_space: Rename va_start to virt_start 4 years ago
Morph f8733d9da6 address_space: Address feedback 4 years ago
Morph 5ee9e5e84b general: Format licenses as per SPDX guidelines 4 years ago
Fernando Sahmkow 2f61540d44 General: Fix clang format. 4 years ago
Fernando Sahmkow 7ed9c68b89 Common: Fix variable shadowing. 4 years ago
Liam White 6df0663a57 General: Fix compilation for GCC 4 years ago
bunnei 616e83dd94 DMA & InlineToMemory Engines Rework. 3 years ago
Fernando Sahmkow 67bb131e37 MemoryManager: initial multi paging system implementation. 4 years ago
Fernando Sahmkow 0925f2386a Refactor VideoCore to use AS sepparate from Channel. 4 years ago
Fernando Sahmkow 19d8ea6bd6 NVDRV: Remake ASGPU 4 years ago
Fernando Sahmkow a4346d16ed VideoCore: Update MemoryManager 4 years ago
Fernando Sahmkow 68f5643159 Common: implement MultiLevelPageTable. 4 years ago
Fernando Sahmkow 3991518f74 NVDRV: Refactor and add new NvMap. 4 years ago
Liam 47fc168030 common: remove "yuzu:" prefix from thread names 3 years ago
german77 d389a05005 service: nfp: address comments 3 years ago
german77 56b1301938 input_common: Create virtual amiibo driver 3 years ago
lat9nq e5392df1a5 yuzu qt: Add option to disable startup Vulkan check 3 years ago
Alexandre Bouvier 8a1d99e72d cmake: fix git detection 3 years ago
liushuyu 49e1d6f43c common: do not link to xbyak on non-amd64 architectures 3 years ago
Narr the Reg d4fb46d8f9 input_common: Add support for analog toggle 3 years ago
lat9nq 554b7e220b yuzu: Use a debugger to generate minidumps 4 years ago
Kelebek1 a0732144ba Silence std::aligned_storage warnings as it's deprecated in C++23, 3 years ago
FearlessTobi 31c4475420 yuzu: Display current game version in multiplayer room 3 years ago
Liam 39c3184237 video_core: add option for pessimistic flushing 3 years ago
Kyle Kienapfel ea00332a67 code: dodge PAGE_SIZE #define 3 years ago
liushuyu 1702caebbb common: remove unneeded x86-specific header 3 years ago
FearlessTobi ce2eefb57c Make copyright headers SPDX-compliant 3 years ago
FearlessTobi ce5b9d370d core, network: Add ability to proxy socket packets 3 years ago