summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2023-01-03Vulkan: rework stencil tracking.Fernando Sahmkow
2023-01-03TAS: Immediately switch stick to TAS on inputMonsterDruide1
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2023-01-02cmake: move find-modules to root cmake dirAlexandre Bouvier
2023-01-02Merge pull request #9540 from MonsterDruide1/tas-sanitized-recordliamwhite
TAS: Record sanitized instead of raw stick inputs
2023-01-01service: nifm: Initialize request stategerman77
2023-01-01service: nifm: Match documentation namesgerman77
2023-01-01vulkan_common: blacklist radv from extended_dynamic_state2 on drivers before ↵Liam
22.3.1
2023-01-01video_core: fix buildLiam
2023-01-01MacroHLE: Final cleanup and fixes.Fernando Sahmkow
2023-01-01Rasterizer: Setup skeleton for Host Conditional renderingFernando Sahmkow
2023-01-01RasterizerMemory: Add filtering for flushing/invalidation operations.Fernando Sahmkow
2023-01-01Vulkan: Allow stagging buffer deferrals.Fernando Sahmkow
2023-01-01MacroHLE: Add OpenGL SupportFernando Sahmkow
2023-01-01Vulkan: Add other additional pipeline specsFernando Sahmkow
2023-01-01Vulkan: Implement Dynamic State 3Fernando Sahmkow
2023-01-01Vulkan Implement Dynamic State 2 LogicOp and PatchVerticesFernando Sahmkow
2023-01-01Vulkan: Implement Dynamic States 2Fernando Sahmkow
2023-01-01DMAPusher: Improve collection of non executing methodsFernando Sahmkow
2023-01-01Revert Buffer cache changes and setup additional macros.Fernando Sahmkow
2023-01-01MacroHLE: Reduce massive calculations on sizing estimation.Fernando Sahmkow
2023-01-01MacroHLE: Add HLE replacement for base vertex and base instance.Fernando Sahmkow
2023-01-01MacroHLE: Add Index Buffer size estimation.Fernando Sahmkow
2023-01-01MacroHLE: Refactor MacroHLE system.Fernando Sahmkow
2023-01-01MacroHLE: Implement DrawIndexedIndirect & DrawArraysIndirect.Fernando Sahmkow
2023-01-01MacroHLE: Add MultidrawIndirect HLE Macro.Fernando Sahmkow
2023-01-01TAS: Record sanitized instead of raw stick inputsMonsterDruide1
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2023-01-01vfs: Replace cstr concat with char concatMerry
2023-01-01vulkan_common: unify VK_EXT_debug_utils and selection of validation layerLiam
2023-01-01Merge pull request #9533 from merryhime/overcommitliamwhite
host_memory: mmap changes for virtual_base
2023-01-01Merge pull request #9514 from ColinKinloch/en_gbliamwhite
settings: warn on invalid regon/language combinations
2023-01-01host_memory: Use transparent huge pages where availableMerry
2023-01-01host_memory: Allocate virtual_base with MAP_NORESERVEMerry
Specify that we do not require swap to be reserved for this address range; allow overcommitting.
2022-12-30settings: comment language blocklist columnsColin Kinloch
2022-12-30core: hid: emulated_console: Avoid a crash if frontend does not configure ↵bunnei
touch_from_button_maps.
2022-12-29Merge pull request #9515 from liamwhite/cmake-refactorbunnei
CMake: make more features optional
2022-12-30config: Save multiplayer settings only globallyWollnashorn
Saved multiplayer settings like the nickname, remote address, etc. were reset everytime a game was booted up and the game-specific config files were loaded, as these values will never be set.
2022-12-29settings: added regon/language warning bounds checkColin Kinloch
2022-12-29Revert "k_page_group: synchronize"gidoly
2022-12-28Merge pull request #9423 from vonchenplus/vulkan_quad_stripliamwhite
video_core: Implement all vulkan topology
2022-12-28hle_ipc: Use thread_local ReadBufferameerj
2022-12-28hle_ipc: Rename ReadBufferSpan to ReadBufferameerj
2022-12-28hle_ipc: Rename ReadBuffer to ReadBufferCopyameerj
Indicates explicitly that a copy is occurring
2022-12-28bsd: Use std::span for read payloadsameerj
Allows the use of HLERequestContext::ReadBufferSpan
2022-12-28nvdrv: Use std::span for inputsameerj
Allows the use of HLERequestContext::ReadBufferSpan
2022-12-28hidbus: Use ReadBufferSpanameerj
2022-12-28cmake: make cubeb and SDL2 optionalLiam
2022-12-28Merge pull request #9504 from liamwhite/pg2bunnei
k_page_group: synchronize
2022-12-28cmake: make libusb optionalLiam
2022-12-28cmake: make room server optionalLiam
2022-12-28settings: warn on invalid regon/language combinationsColin Kinloch