aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-29config(qt): Fix generic read settinglat9nq
Previously was not respecting whether the setting was default.
2023-07-28Merge pull request #11155 from liamwhite/memory3liamwhite
memory: check page against address space size
2023-07-28Merge pull request #11156 from 8bitDream/localizeliamwhite
android: Only label language with language
2023-07-28Merge pull request #11163 from Moonlacer/revert-10946-amdBlendingliamwhite
Revert "Blacklist EDS3 blending from new AMD drivers"
2023-07-27wall_clock: Increase precision requirementsMorph
We are providing a conversion to nanoseconds in NativeClock, which is more precise than the GPU tick.
2023-07-27vk_descriptor_pool: Disallow descriptor set freeGPUCode
2023-07-26Revert "Blacklist EDS3 blending from new AMD drivers"Moonlacer
2023-07-26Merge pull request #11128 from german77/discordliamwhite
yuzu: Replace httplib with QtNetworkRequest
2023-07-26Merge pull request #10990 from comex/ubsanliamwhite
Fixes and workarounds to make UBSan happier on macOS
2023-07-26Merge pull request #11142 from german77/avoid_crashliamwhite
yuzu: Avoid reading broken games
2023-07-26Address feedbackMorph
2023-07-25(ui)settings: Add more runtime_modifiable settingslat9nq
2023-07-25backend: Remove usage of explicit operator overloadlat9nq
Causes a crash on MSVC from a race condition on application quit. Intended to address yuzu-emu/yuzu/issues/11137
2023-07-25settings: Correct Linkage member impl locationlat9nq
2023-07-25Merge pull request #11157 from lat9nq/nasmMorph
cmake: Download nasm from our external repo
2023-07-25cmake: Download nasm from our external repolat9nq
This package download has intermittent failures due to host Internet issues (presumably), so download it ourselves from our own hosting.
2023-07-25android: Only label language with languageAbandoned Cart
2023-07-25memory: check page against address space sizeLiam
2023-07-24settings: Set GPU as default ASTC decoderlat9nq
2023-07-24Merge pull request #11095 from liamwhite/memory2liamwhite
memory: cleanup
2023-07-24Merge pull request #11135 from liamwhite/getaddrinfoliamwhite
core: implement GetGaiStringErrorRequest, IContextRegistrar
2023-07-24Merge pull request #11136 from liamwhite/sp3shaderliamwhite
ssa_rewrite_pass: use proper maps
2023-07-24yuzu: Avoid reading broken gamesgerman77
2023-07-23shared_widget: Determine default request earlierlat9nq
Fixes a bug where a restore button could be created for an unmanaged widget.
2023-07-23settings_common: Document specializationslat9nq
2023-07-23ssa_rewrite_pass: use proper mapsLiam
2023-07-22core: implement GetGaiStringErrorRequest, IContextRegistrarLiam
2023-07-22shared_widget: Use QRegularExpressionlat9nq
2023-07-22config: Read the Network categorylat9nq
2023-07-22core: reduce TOCTTOU memory accessLiam
2023-07-22memory: minimize dependency on processLiam
2023-07-22Merge pull request #11042 from lat9nq/wayland-appimageliamwhite
ci/linux: Target deploy script from appimage path
2023-07-22Merge pull request #11094 from liamwhite/getliamwhite
kernel: misc cleanup of page table accessors
2023-07-22Merge pull request #11098 from GPUCode/texel-buffersliamwhite
buffer_cache: Increase number of texture buffers
2023-07-22configure_audio/cpu: Sort settingslat9nq
Was producing out of order settings as a result of the switch to vectors
2023-07-21Merge pull request #11113 from liamwhite/nsd1bunnei
nsd: add GetApplicationServerEnvironmentType
2023-07-21Merge pull request #11129 from liamwhite/dynamic_castbunnei
general: remove uses of dynamic_cast
2023-07-21configure_dialog: Focus the button box on startlat9nq
Without this, the Reset All Settings button would be selected by default
2023-07-21qt/configuration: Use deleteLaterlat9nq
2023-07-21common,qt-config: Remove usage of forward_listlat9nq
2023-07-21core: remove remaining uses of dynamic_castLiam
2023-07-21general: reduce use of dynamic_castLiam
2023-07-21yuzu: Replace httplib with QtNetworkRequestNarr the Reg
2023-07-21Merge pull request #11123 from Morph1984/remove-mem-hungry-optsliamwhite
ci: Remove GA, Gr optimizations from MSVC
2023-07-21Merge pull request #11069 from lat9nq/mingw-no-tzdbliamwhite
common: Use arithmetic instead of string ops to get time zone
2023-07-21settings_common: Use a vector in category linkagelat9nq
Improve storage requirements.
2023-07-21settings: Remove sorting from loglat9nq
Unecessary, and would run every time the settings are logged.
2023-07-21configure_system: Use lambda template to group settingslat9nq
2023-07-21config-android: Update memory layout member namelat9nq
2023-07-21k_system_control: Always return some memory sizelat9nq