Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-06 | Merge pull request #4949 from Morph1984/hidpi-temp-fix | liamwhite | |
main: Enable High DPI fixes for Qt >= 5.14 | |||
2023-02-06 | Merge pull request #9644 from SaiKai/volume_quicksetting | bunnei | |
add volume quicksetting with volume slider | |||
2023-02-04 | Merge pull request #9720 from SoRadGaming/discordPresenceUpdate | bunnei | |
Game Image with Discord RPC | |||
2023-02-05 | Add Game Icon for Discord RPC | Sorab | |
Connected to Yuzu Compatibility Page | |||
2023-02-04 | remove disambiguation argument from mute text | Jonas Gutenschwager | |
Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> | |||
2023-02-02 | added 'Hide empty rooms' toggle to lobby | Luke Sawczak | |
fixed typo fixed typo fixed typo clang | |||
2023-02-01 | yuzu: config: Draw turbo buttons with a different color | german77 | |
2023-02-01 | input_common: Implement turbo buttons | german77 | |
2023-01-28 | Merge pull request #9690 from german77/whoops | liamwhite | |
yuzu: config: Avoid reading deleted object | |||
2023-01-28 | yuzu: config: Avoid reading deleted object | Narr the Reg | |
2023-01-28 | Merge pull request #9661 from SoRadGaming/LDNhostnameSupport | liamwhite | |
LDN hostname support in direct connect | |||
2023-01-28 | LDN Hostname Support in Direct Connect | SoRadGaming | |
- Added IPv6 & Namespace support in direct connection Regex - Updated Tooltip for Direct Connect UI - Removed Dropdown Connection Type in Direct Connect | |||
2023-01-27 | Merge pull request #9539 from Wollnashorn/opengl-fsr | liamwhite | |
video_core/opengl: Added FSR upscaling filter to the OpenGL renderer | |||
2023-01-26 | video_core/opengl: Add FSR upscaling filter to the OpenGL renderer | Wollnashorn | |
2023-01-25 | main: Convert to device independent coordinates for scaling | Morph | |
devicePixelRatioF() returns the scaling ratio when high dpi scaling is enabled. When high dpi scaling is enabled, the raw screen coordinate system is scaled to device independent coordinates. | |||
2023-01-25 | main: Use passthrough scaling for non-windows OSes | Morph | |
They should be better than windows when handling fractional scaling ratios. | |||
2023-01-25 | main: Enable High DPI fixes for Qt >= 5.14 | Morph | |
This uses Qt's new high DPI application attributes for scaling the current window. However, these aren't perfect as scaling with non integer scales will cause artifacts in UI, icons and other elements. Therefore, we use a heuristic to select an appropriate integer scale value depending on the current screen resolution and applies this to the application. | |||
2023-01-25 | main: Only set AA_DisableWindowContextHelpButton below Qt6 | Morph | |
This is fortunately disabled by default on Qt6, so we just have to check whether we are compiling with Qt6 or not. | |||
2023-01-25 | main: Globally disable the "?" button on dialogs | Morph | |
Sets the AA_DisableWindowContextHelpButton attribute to disable this useless button globally. | |||
2023-01-24 | Merge pull request #9492 from german77/joycon_release | liamwhite | |
Input_common: Implement custom joycon driver v2 | |||
2023-01-22 | Merge pull request #9660 from german77/koreaToTaiwan | liamwhite | |
yuzu: Fix language comobox crash | |||
2023-01-22 | yuzu: Fix language comobox crash | german77 | |
2023-01-19 | core: hid: Only set the polling mode to the correct side | Narr the Reg | |
2023-01-19 | yuzu: Add ring controller test button | german77 | |
2023-01-19 | core: hid: Migrate ring from emulated devices to emulated controller | Narr the Reg | |
2023-01-19 | yuzu: Update controller colors and button names | Narr the Reg | |
2023-01-19 | input_common: Disable SDL driver with switch controllers | Narr the Reg | |
2023-01-19 | add volume quicksetting with volume slider | Jonas Gutenschwager | |
2023-01-18 | fix format | Jonas Gutenschwager | |
2023-01-18 | allow volume up/down hotkeys to be repeated | Jonas Gutenschwager | |
2023-01-13 | UI change | Matías Locatti | |
2023-01-13 | 1.5X resolution scaler option | Matías Locatti | |
2023-01-10 | Merge pull request #9605 from german77/mouse_mapping | bunnei | |
yuzu: Read mouse scroll | |||
2023-01-10 | yuzu: Read mouse wheel input | Narr the Reg | |
2023-01-10 | Merge pull request #9601 from liamwhite/it-never-ends | liamwhite | |
qt: unlock during signal emission | |||
2023-01-10 | Merge pull request #9595 from liamwhite/per-game | liamwhite | |
qt: fix configuration weirdness on turbo | |||
2023-01-10 | Merge pull request #9565 from MonsterDruide1/tas-multiplayer-lengths | liamwhite | |
TAS: Show all script lengths for multiplayer | |||
2023-01-10 | qt: unlock during signal emission | Liam | |
2023-01-09 | qt: fix configuration weirdness on turbo | Liam | |
2023-01-09 | macOS: Make Yuzu show up in the Launchpad Games folder (#9594) | UltraHDR | |
https://developer.apple.com/documentation/bundleresources/information_property_list/lsapplicationcategorytype This makes it show up in the Launchpad Games folder | |||
2023-01-07 | TAS: Show all script lengths for multiplayer | MonsterDruide1 | |
2023-01-06 | qt: additional fixes for reentrant shutdown | Liam | |
2023-01-06 | Merge pull request #9552 from liamwhite/turbo | liamwhite | |
vulkan: implement 'turbo mode' clock booster | |||
2023-01-05 | video_core/vulkan: Driver pipeline cache will now be deleted with the shader ↵ | Wollnashorn | |
cache | |||
2023-01-05 | config: Set the Vulkan driver pipeline cache option to be global | Wollnashorn | |
2023-01-05 | config: Better wording for VK pipeline cache option and enable by default | Wollnashorn | |
2023-01-05 | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines | Wollnashorn | |
As an optional feature which can be enabled in the advanced graphics configuration, all pipelines that get built at the initial shader loading are stored in a VkPipelineCache object and are dumped to the disk. These vendor specific pipeline cache files are located at `/shader/GAME_ID/vulkan_pipelines.bin`. This feature was mainly added because of an issue with the AMD driver (see yuzu-emu#8507) causing invalidation of the cache files the driver builds automatically. | |||
2023-01-04 | common: add setting for renderer clock workaround | Liam | |
2023-01-04 | Merge pull request #9501 from FernandoS27/yfc-rel-2 | liamwhite | |
Yuzu Fried Chicken Part 1.5: MacroHLE Rework and Dynamic State | |||
2023-01-04 | yuzu-ui: Add setting for disabling macro HLE | Fernando Sahmkow | |