Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2020-01-29 | settings: Add settings for graphics backend | ReinUsesLisp | |
2020-01-25 | Merge pull request #3343 from FearlessTobi/ui-tab | bunnei | |
yuzu/configuration: create UI tab and move gamelist settings there | |||
2020-01-24 | yuzu/configuration: create UI tab and move gamelist settings there | FearlessTobi | |
2020-01-23 | Input: UDP Client to provide motion and touch controls | fearlessTobi | |
An implementation of the cemuhook motion/touch protocol, this adds the ability for users to connect several different devices to citra to send direct motion and touch data to citra. Co-Authored-By: jroweboy <jroweboy@gmail.com> | |||
2020-01-19 | yuzu_qt: config: Move audio to its own tab. | bunnei | |
- We have some important audio settings, makes them more discoverable. | |||
2020-01-19 | GUI/gamelist: add "None" as an option for second row and remove dynamically ↵ | Bartosz Kaszubowski | |
duplicate row options (#3309) * GUI/gamelist: add "None" as an option for second row and remove duplicated row options * fix clang-format warnings | |||
2020-01-12 | GUI/configure: resize hotkeys column to content | Bartosz Kaszubowski | |
2020-01-03 | const correction | CJBok | |
2020-01-03 | clang | CJBok | |
2020-01-03 | Update configure_input_player.cpp | CJBok | |
2020-01-03 | Added deadzone controls for sdl engine at input settings | CJBok | |
2019-11-09 | yuzu: configure_web: Use Base64 encoded token for simplifying user experience. | bunnei | |
2019-10-10 | fixed clang format & addressed feedback | FreddyFunk | |
2019-10-10 | yuzu/configure_input_player: Fix input handling for ZL and ZR from ↵ | FreddyFunk | |
controllers with analog triggers | |||
2019-10-09 | Merge pull request #2910 from FearlessTobi/port-4930 | bunnei | |
Port citra-emu/citra#4930: "Pause when in background" | |||
2019-10-04 | yuzu/configure_service: Silence -Wswitch | ReinUsesLisp | |
2019-10-02 | qt: Add service dialog | Zach Hilman | |
2019-09-30 | boxcat: Implement events global field | Zach Hilman | |
2019-09-30 | configure_service: Allow Qt to open external links | Zach Hilman | |
2019-09-30 | yuzu: Add UI tab to configure BCAT services | Zach Hilman | |
Also displays current events if boxcat is selected. | |||
2019-09-30 | settings: Add option to set BCAT backend | Zach Hilman | |
2019-09-26 | yuzu: Pause when in background | FearlessTobi | |
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
2019-09-22 | Add missing include | FearlessTobi | |
2019-09-21 | configure_debug: Move reporting option to logging | Zach Hilman | |
2019-09-21 | config: Remove Dump options from configure_debug | Zach Hilman | |
2019-09-21 | yuzu: Add UI to manage filesystem paths and sizes | Zach Hilman | |
2019-09-21 | settings: Add options for managing gamecard emulation | Zach Hilman | |
2019-09-21 | settings: Add options for setting storage sizes | Zach Hilman | |
2019-09-21 | Merge pull request #2806 from FearlessTobi/port-4882 | David | |
Port citra-emu/citra#4882: "Add frametime logging for tracking performance over time" | |||
2019-09-16 | When docked mode is checked, uncheck "joycons docked" | Morph | |
2019-09-10 | Add frametime logging for tracking performance over time | fearlessTobi | |
Co-Authored-By: jroweboy <jroweboy@gmail.com> | |||
2019-09-05 | Merge pull request #2808 from FearlessTobi/port-4866 | David | |
Port citra-emu/citra#4866: "configure_dialog: reverse tab map to avoid logic based on user-facing/translatable text" | |||
2019-09-05 | yuzu/configure: move speed limiter to general | FearlessTobi | |
The speed limiter being a frame limiter is an implmentation detail and can be changed in the future. What user care about is that it limit the emulation speed in genenral (not just graphics but also audio+input) Co-Authored-By: Weiyi Wang <wwylele@gmail.com> | |||
2019-09-05 | Merge pull request #2830 from FearlessTobi/port-4911 | David | |
Port citra-emu/citra#4911: "Add cancel option to analog stick configuration" | |||
2019-09-04 | configure_dialog: reverse tab map to avoid logic based on ↵ | fearlessTobi | |
user-facing/translatable text Co-Authored-By: Weiyi Wang <wwylele@gmail.com> | |||
2019-09-04 | Separate UserNand and Sdmc directories | fearlessTobi | |
2019-09-04 | Address trivial review comments | fearlessTobi | |
2019-09-04 | yuzu: Add support for multiple game directories | fearlessTobi | |
Ported from https://github.com/citra-emu/citra/pull/3617. | |||
2019-09-04 | configuration/config: Add missing screenshot path read | fearlessTobi | |
I missed this in my original PR (https://github.com/yuzu-emu/yuzu/pull/1886). | |||
2019-09-03 | Add cancel option to analog stick configuration | fearlessTobi | |
Co-Authored-By: Vitor K <vitor-k@users.noreply.github.com> | |||
2019-08-16 | Merge pull request #2766 from FearlessTobi/port-4849 | James Rowe | |
Port citra-emu/citra#4849: "Qt: Fixed behaviour of buttons by connecting functors to correct signals" | |||
2019-08-09 | yuzu/CMakeLists: Remove qt5_wrap_ui macro usage | Lioncash | |
We can simply enable CMAKE_AUTOUIC and let CMake take care of handling the UI code generation for targets. As part of letting CMake automatically handle the header file parsing, we must not name includes with "ui_*" unless they're related to the output of the Qt UIC compiler. Because of this, we need to rename ui_settings, given it would conflict with this restriction. | |||
2019-08-02 | Qt: Fixed behaviour of buttons by connecting functors to correct signals | Silent | |
Following screens got fixes: - Configure/Debug - Configure/Input | |||
2019-07-11 | yuzu: Remove setting for using Unicorn | Lioncash | |
The JIT is mature enough that this setting can be removed, falling back to Unicorn only on unsupported architectures. Any missing features from Unicorn (of which there are extremely few), are mostly developer-oriented, which most users don't care about. Features should be coordinated with the JIT, not the interpreter, anyhow. | |||
2019-07-04 | Merge pull request #2669 from FearlessTobi/move-cpujit-setting | Zach Hilman | |
yuzu: Move CPU Jit setting to Debug tab |