| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-31 | Merge pull request #11186 from lat9nq/tz-gen-once | liamwhite | |
| tz_content_man: Generate the time zone binary once | |||
| 2023-07-31 | vma: enable options everywhere | Alexandre Bouvier | |
| 2023-07-30 | Formatting fix | Moonlacer | |
| 2023-07-30 | Match log warning | Moonlacer | |
| 2023-07-30 | tz_content_man: Generate the time zone binary once | lat9nq | |
| Fixes a memory leak with time zone binaries accumulating on theirselves. | |||
| 2023-07-30 | shared_widget: Only save global settings as needed | lat9nq | |
| Fixes a potential but not reproduced issue where the custom config is being applied to the global config. | |||
| 2023-07-30 | config(qt): Write the UiGeneral category | lat9nq | |
| 2023-07-30 | Formatting fix | Moonlacer | |
| 2023-07-30 | Address feedback and change log warning | Moonlacer | |
| 2023-07-30 | Fix AudioRendererParameterInternal's size | Kelebek1 | |
| 2023-07-30 | Revert "Revert "Blacklist EDS3 blending from new AMD drivers"" | Moonlacer | |
| 2023-07-29 | Merge branch 'pgc-plus' of github.com:lat9nq/yuzu into pgc-plus | lat9nq | |
| 2023-07-29 | config(qt): Fix generic read setting | lat9nq | |
| Previously was not respecting whether the setting was default. | |||
| 2023-07-28 | Merge pull request #11155 from liamwhite/memory3 | liamwhite | |
| memory: check page against address space size | |||
| 2023-07-28 | Merge pull request #11156 from 8bitDream/localize | liamwhite | |
| android: Only label language with language | |||
| 2023-07-27 | wall_clock: Increase precision requirements | Morph | |
| We are providing a conversion to nanoseconds in NativeClock, which is more precise than the GPU tick. | |||
| 2023-07-27 | vk_descriptor_pool: Disallow descriptor set free | GPUCode | |
| 2023-07-26 | vulkan_device: Return true if either depth/stencil format supports blit | Morph | |
| On devices that don't support D24S8 but supports D32S8, this should still return true if D32S8 supports src and dst blit | |||
| 2023-07-26 | Revert "Blacklist EDS3 blending from new AMD drivers" | Moonlacer | |
| 2023-07-26 | Merge pull request #11128 from german77/discord | liamwhite | |
| yuzu: Replace httplib with QtNetworkRequest | |||
| 2023-07-26 | Merge pull request #10990 from comex/ubsan | liamwhite | |
| Fixes and workarounds to make UBSan happier on macOS | |||
| 2023-07-26 | Merge pull request #11142 from german77/avoid_crash | liamwhite | |
| yuzu: Avoid reading broken games | |||
| 2023-07-26 | Address feedback | Morph | |
| 2023-07-25 | (ui)settings: Add more runtime_modifiable settings | lat9nq | |
| 2023-07-25 | backend: Remove usage of explicit operator overload | lat9nq | |
| Causes a crash on MSVC from a race condition on application quit. Intended to address yuzu-emu/yuzu/issues/11137 | |||
| 2023-07-25 | settings: Correct Linkage member impl location | lat9nq | |
| 2023-07-25 | android: Only label language with language | Abandoned Cart | |
| 2023-07-25 | memory: check page against address space size | Liam | |
| 2023-07-24 | settings: Set GPU as default ASTC decoder | lat9nq | |
| 2023-07-24 | Merge pull request #11095 from liamwhite/memory2 | liamwhite | |
| memory: cleanup | |||
| 2023-07-24 | Merge pull request #11135 from liamwhite/getaddrinfo | liamwhite | |
| core: implement GetGaiStringErrorRequest, IContextRegistrar | |||
| 2023-07-24 | yuzu: Avoid reading broken games | german77 | |
| 2023-07-23 | shared_widget: Determine default request earlier | lat9nq | |
| Fixes a bug where a restore button could be created for an unmanaged widget. | |||
| 2023-07-23 | settings_common: Document specializations | lat9nq | |
| 2023-07-23 | ssa_rewrite_pass: use proper maps | Liam | |
| 2023-07-22 | core: implement GetGaiStringErrorRequest, IContextRegistrar | Liam | |
| 2023-07-22 | shared_widget: Use QRegularExpression | lat9nq | |
| 2023-07-22 | config: Read the Network category | lat9nq | |
| 2023-07-22 | core: reduce TOCTTOU memory access | Liam | |
| 2023-07-22 | memory: minimize dependency on process | Liam | |
| 2023-07-22 | Merge pull request #11094 from liamwhite/get | liamwhite | |
| kernel: misc cleanup of page table accessors | |||
| 2023-07-22 | Merge pull request #11098 from GPUCode/texel-buffers | liamwhite | |
| buffer_cache: Increase number of texture buffers | |||
| 2023-07-22 | configure_audio/cpu: Sort settings | lat9nq | |
| Was producing out of order settings as a result of the switch to vectors | |||
| 2023-07-21 | Merge pull request #11113 from liamwhite/nsd1 | bunnei | |
| nsd: add GetApplicationServerEnvironmentType | |||
| 2023-07-21 | configure_dialog: Focus the button box on start | lat9nq | |
| Without this, the Reset All Settings button would be selected by default | |||
| 2023-07-21 | qt/configuration: Use deleteLater | lat9nq | |
| 2023-07-21 | common,qt-config: Remove usage of forward_list | lat9nq | |
| 2023-07-21 | core: remove remaining uses of dynamic_cast | Liam | |
| 2023-07-21 | general: reduce use of dynamic_cast | Liam | |
| 2023-07-21 | yuzu: Replace httplib with QtNetworkRequest | Narr the Reg | |
