Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-27 | GUI: Make multicore only work with Async and add GUI for multicore. | Fernando Sahmkow | |
2020-06-27 | General: Initial Setup for Single Core. | Fernando Sahmkow | |
2020-06-26 | Add a "Mute Audio" hotkey | Kewlan | |
2020-06-20 | Add translation of "Current Boxcat Events" | David Marcec | |
2020-06-19 | Fix compilation when not building with boxcat | David Marcec | |
Fixes compilation when trying to build without boxcat enabled | |||
2020-06-16 | Merge pull request #4041 from ReinUsesLisp/arb-decomp | bunnei | |
gl_arb_decompiler: Implement an assembly shader decompiler | |||
2020-06-16 | Merge pull request #3966 from Morph1984/hide-internal-resolution-ui | bunnei | |
yuzu/frontend: Remove internal resolution option | |||
2020-06-10 | yuzu/configuration: Show assembly shaders check box | ReinUsesLisp | |
2020-06-06 | yuzu/frontend: Remove internal resolution option | Morph | |
2020-06-04 | Merge pull request #4009 from ogniK5377/macro-jit-prod | bunnei | |
video_core: Implement Macro JIT | |||
2020-06-03 | Actually save the input when clearing/resetting to default | FearlessTobi | |
Co-Authored-By: xperia64 <xperiancedapps@gmail.com> | |||
2020-05-30 | Implement macro JIT | David Marcec | |
2020-05-19 | yuzu: Add frontend settings for assembly shaders | ReinUsesLisp | |
Add settings for assembly shaders. Currently hidden to avoid users from accidentally enabled them. | |||
2020-05-11 | core: settings: Add a setting for time zone. | bunnei | |
2020-05-03 | Merge pull request #3637 from FearlessTobi/port-5094 | bunnei | |
Port citra-emu/citra#5094: "yuzu: Option to hide mouse on inactivity" | |||
2020-04-27 | Merge pull request #3742 from FernandoS27/command-list | bunnei | |
Optimize GPU Command Lists and Introduce Fast GPU Time Option | |||
2020-04-26 | Merge pull request #3791 from Kewlan/hotkey-config-plus | bunnei | |
configuration: Add Restore Default and Clear options to hotkeys | |||
2020-04-25 | Merge pull request #3761 from Kewlan/stick-modifier-slider | bunnei | |
configure_input_player: Use slider to edit modifier scale | |||
2020-04-24 | Add Restore Defaults and Clear options to hotkeys | Kewlan | |
2020-04-24 | Merge pull request #3760 from Morph1984/trailing-filedir-separator | bunnei | |
frontend/filesystem: Add a trailing separator to the string path | |||
2020-04-23 | Clang Format. | Fernando Sahmkow | |
2020-04-23 | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | |
2020-04-23 | Edit modifier_scale with the deadzone slider | Kewlan | |
2020-04-22 | Clang format. | Fernando Sahmkow | |
2020-04-22 | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | |
2020-04-22 | Add a trailing separator to the string path | Morph | |
Fixes #3643 | |||
2020-04-20 | dynarmic: Add option to disable CPU JIT optimizations | MerryMage | |
2020-04-20 | yuzu: Option to hide mouse on inactivity | FearlessTobi | |
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
2020-04-10 | Merge pull request #3594 from ReinUsesLisp/vk-instance | bunnei | |
yuzu: Drop SDL2 and Qt frontend Vulkan requirements | |||
2020-04-10 | Merge pull request #3607 from FearlessTobi/input-kms | bunnei | |
yuzu/configuration: Fix input profiles and a wrong assert | |||
2020-04-08 | Place SL and SR in the right most column. | Kewlan | |
2020-04-07 | yuzu: Drop SDL2 and Qt frontend Vulkan requirements | ReinUsesLisp | |
Create Vulkan instances and surfaces from the Vulkan backend. | |||
2020-04-07 | renderer_vulkan: Query device names from the backend | ReinUsesLisp | |
2020-04-05 | yuzu/configuration: Only assert that all buttons exist when we are handling ↵ | FearlessTobi | |
the click for a button device This fixes failed assertions that were present in yuzu master code for 18 months. | |||
2020-04-05 | yuzu/configure_input_simple: Fix "Docked Joycons" controller profile | FearlessTobi | |
This was incorrectly using PlayerIndex 1 when calling the ConfigureDialog. | |||
2020-03-29 | Re-order the shoulder buttons both in the configuration menu, and in the code. | Kewlan | |
2020-03-21 | Merge pull request #3531 from makigumo/yuzu_master | bunnei | |
set: implement GetRegionCode | |||
2020-03-20 | Merge pull request #3526 from FearlessTobi/bcat-disable | bunnei | |
bcat: Disable Boxcat backend by default | |||
2020-03-19 | set: implement GetRegionCode | Dan | |
2020-03-17 | yuzu: Save sound output mode and set it to Stereo by default | FearlessTobi | |
2020-03-17 | bcat: Disable Boxcat backend by default | FearlessTobi | |
This commit disables the Boxcat backend by default for new users of yuzu. There's several reasons as to why this is done: 1. Boxcat currently only actually has an impact on 3 games and doesn't influence any core mechanics of them 2. It causes a plethora of issues when enabled such as games like Crash Team Racing, Diablo 3 and Tales of Vesperia not booting at all or hanging 3. It causes https://github.com/yuzu-emu/yuzu/issues/2957 to happen. This makes the configuration menu totally unusable for many Linux users of yuzu I think those points show that currently the negative impact of Boxcat outweighs its benefits and should therefore be disabled by default. For users who are eager to use the extra features provided by it, they can still just turn it on in the settings. | |||
2020-02-27 | Create an "Advanced" tab in the graphics configuration tab and add ↵ | Morph | |
anisotropic filtering levels. | |||
2020-02-25 | core: settings: Add setting to enable vsync, which is on by default. | bunnei | |
2020-02-14 | Add 4:3 aspect ratio and address feedback | Morph | |
2020-02-13 | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | |
Available as a drop down within the configure graphics tab. | |||
2020-02-09 | Merge pull request #3391 from Morph1984/remove-unknown | Zach Hilman | |
Remove option "Show files with type 'Unknown'" | |||
2020-02-09 | Remove option "Show files with type 'Unknown'" | Morph | |
2020-02-03 | Merge pull request #3337 from ReinUsesLisp/vulkan-staged | bunnei | |
yuzu: Implement Vulkan frontend | |||
2020-02-01 | Merge pull request #3268 from CJBok/deadzone | bunnei | |
GUI: Deadzone controls for sdl engine at configuration input | |||
2020-01-29 | yuzu: Implement Vulkan frontend | ReinUsesLisp | |
Adds a Qt and SDL2 frontend for Vulkan. It also finishes the missing bits on Vulkan initialization. |