| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-16 | Merge pull request #3966 from Morph1984/hide-internal-resolution-ui | bunnei | |
| yuzu/frontend: Remove internal resolution option | |||
| 2020-06-06 | yuzu/frontend: Remove internal resolution option | Morph | |
| 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-24 | Add Restore Defaults and Clear options to hotkeys | Kewlan | |
| 2020-04-23 | Clang Format. | Fernando Sahmkow | |
| 2020-04-23 | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | |
| 2020-04-22 | Clang format. | Fernando Sahmkow | |
| 2020-04-22 | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | |
| 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-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-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-01-29 | settings: Add settings for graphics backend | ReinUsesLisp | |
| 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> | |||
| 2019-10-09 | Merge pull request #2910 from FearlessTobi/port-4930 | bunnei | |
| Port citra-emu/citra#4930: "Pause when in background" | |||
| 2019-09-30 | boxcat: Implement events global field | Zach Hilman | |
| 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-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 | settings: Add options for managing gamecard emulation | Zach Hilman | |
| 2019-09-21 | settings: Add options for setting storage sizes | Zach Hilman | |
| 2019-09-10 | Add frametime logging for tracking performance over time | fearlessTobi | |
| Co-Authored-By: jroweboy <jroweboy@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-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-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-07 | Merge pull request #2514 from ReinUsesLisp/opengl-compat | Zach Hilman | |
| video_core: Drop OpenGL core in favor of OpenGL compatibility | |||
| 2019-05-30 | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | |
| 2019-05-26 | game_list_worker: Add better error handling to caching | Zach Hilman | |
| 2019-05-26 | ui_settings: Add option to cache game list | Zach Hilman | |
