Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-12 | GUI/configure: resize hotkeys column to content | Bartosz Kaszubowski | |
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 | |||
2019-07-04 | yuzu: Remove CPU Jit setting from the UI | fearlessTobi | |
A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI. | |||
2019-06-28 | settings: Add config option for kiosk (quest) mode | Zach Hilman | |
2019-06-21 | Merge pull request #2482 from DarkLordZach/prepo | bunnei | |
core: Add detailed local reporting feature for development | |||
2019-06-19 | Merge pull request #2594 from FearlessTobi/very-important-change | Zach Hilman | |
yuzu/configure_input: Add missing space in window title | |||
2019-06-19 | Change to a more descriptive name | Tobias | |
2019-06-19 | yuzu/configure_input: Add missing space in window name | Tobias | |
2019-06-07 | Merge pull request #2553 from lioncash/language | Zach Hilman | |
yuzu/configuration: Make all widgets and dialogs aware of language changes | |||
2019-06-07 | Merge pull request #2514 from ReinUsesLisp/opengl-compat | Zach Hilman | |
video_core: Drop OpenGL core in favor of OpenGL compatibility | |||
2019-06-05 | yuzu/configuration: Make all widgets and dialogs aware of language changes | Lioncash | |
To prepare for translation support, this makes all of the widgets cognizant of the language change event that occurs whenever installTranslator() is called and automatically retranslates their text where necessary. This is important as calling the backing UI's retranslateUi() is often not enough, particularly in cases where we add our own strings that aren't controlled by it. In that case we need to manually refresh the strings ourselves. | |||
2019-06-05 | yuzu/configuration: Make function naming consistent | Lioncash | |
2019-06-05 | Merge pull request #2531 from ReinUsesLisp/qt-warnings | Zach Hilman | |
qt: Silence name collision warnings | |||
2019-06-05 | Merge pull request #2515 from lioncash/narrowing | Zach Hilman | |
yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call | |||
2019-06-04 | Merge pull request #2525 from FearlessTobi/remove-unused-settings | Mat M | |
yuzu: Remove unused birthday setting | |||
2019-05-30 | Merge pull request #1931 from DarkLordZach/mii-database-1 | bunnei | |
mii: Implement MiiManager backend and several mii service commands | |||
2019-05-30 | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | |