summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-01-05input_common: Create an update engineNarr the Reg
2023-01-03Merge pull request #9518 from gidoly/revert-9504-pg2liamwhite
Revert "k_page_group: synchronize"
2023-01-03Merge pull request #9547 from MonsterDruide1/tas-doesnt-flapliamwhite
TAS: Immediately switch stick to TAS on input
2023-01-03TAS: Immediately switch stick to TAS on inputMonsterDruide1
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2023-01-02Merge pull request #9542 from abouvier/cmake-module-pathliamwhite
cmake: move find-modules to root cmake dir
2023-01-02cmake: move find-modules to root cmake dirAlexandre Bouvier
2023-01-02Merge pull request #9541 from abouvier/cmake-optionliamwhite
cmake: allow options shadowing with normal variables
2023-01-02Merge pull request #9540 from MonsterDruide1/tas-sanitized-recordliamwhite
TAS: Record sanitized instead of raw stick inputs
2023-01-02Merge pull request #9537 from abouvier/cmake-almost-quietbunnei
cmake: improve find_package failure messages
2023-01-01Merge pull request #9543 from german77/nifmbunnei
service: nifm: Initialize request state
2023-01-01service: nifm: Initialize request stategerman77
2023-01-01service: nifm: Match documentation namesgerman77
2023-01-02cmake: allow options shadowing with normal variablesAlexandre Bouvier
2023-01-02cmake: improve find_package failure messagesAlexandre Bouvier
2023-01-01TAS: Record sanitized instead of raw stick inputsMonsterDruide1
Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com>
2023-01-01Merge pull request #9538 from merryhime/char-concatMai
vfs: Replace cstr concat with char concat
2023-01-01vfs: Replace cstr concat with char concatMerry
2023-01-01Merge pull request #9533 from merryhime/overcommitliamwhite
host_memory: mmap changes for virtual_base
2023-01-01Merge pull request #9532 from zhaobot/tx-update-20230101024213liamwhite
Update translations (2023-01-01)
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.
2023-01-01Update translations (2023-01-01)The yuzu Community
2022-12-30Merge pull request #9526 from ColinKinloch/choose_clang_formatliamwhite
ci: Allow setting clang-format binary
2022-12-30ci: Allow setting clang-format binaryColin Kinloch
2022-12-30settings: comment language blocklist columnsColin Kinloch
2022-12-30Merge pull request #9524 from bunnei/touch-button-crash-fixbunnei
core: hid: emulated_console: Avoid a crash if frontend does not configure touch_from_button_maps.
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-29Merge pull request #9521 from Wollnashorn/global-only-multiplayer-settingsNarr the Reg
config: Save multiplayer settings only globally
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-28cmake: make Vulkan-Headers external the defaultLiam
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: ignore missing package finders for packages with submodule fallbacksLiam
2022-12-28cmake: make room server optionalLiam
2022-12-28settings: warn on invalid regon/language combinationsColin Kinloch
2022-12-27Merge pull request #9490 from ameerj/texture-cache-preallocbunnei
texture_cache: Use pre-allocated heap buffer for texture swizzles
2022-12-27Merge pull request #9495 from german77/no_refreshbunnei
yuzu: Automatically refresh device list
2022-12-26Merge pull request #9507 from abouvier/patch-1Mai
tests: add missing header
2022-12-26tests: add missing headerAlexandre Bouvier
<cstring> is needed for std::memcpy
2022-12-26video_core: Implement other missing vulkan topologyFengChen
2022-12-26video_core: Implement vulkan QuadStrip topologyFengChen
2022-12-25Merge pull request #9489 from MonsterDruide1/tas-stick-deadzoneNarr the Reg
TAS: Increase accuracy of Stick inputs
2022-12-25TAS: Increase accuracy of Stick inputsMonsterDruide1
2022-12-25texture_cache: Use Common::ScratchBuffer for swizzle buffersameerj