| Commit message (Expand) | Author | Age | Files | Lines |
* | settings: Allow vsync to be changed per-game | t895 | 2023-12-12 | 1 | -1/+1 |
* | settings: Allow CPU Debug and Fastmem to be changed per-game | t895 | 2023-12-12 | 1 | -4/+4 |
* | settings: Enable NCE by default on capable systems | t895 | 2023-12-09 | 1 | -4/+10 |
* | Merge pull request #12074 from GPUCode/yuwu-on-the-metal | liamwhite | 2023-11-30 | 1 | -0/+11 |
|\ |
|
| * | qt: add cpu_backend configuration | amazingfate | 2023-11-27 | 1 | -1/+1 |
| * | Address some review comments | GPUCode | 2023-11-25 | 1 | -1/+1 |
| * | arm: Implement native code execution backend | Liam | 2023-11-25 | 1 | -1/+1 |
| * | device_memory: Enable direct mapped addresses for nce | GPUCode | 2023-11-25 | 1 | -1/+2 |
| * | settings: Add cpu backend setting | GPUCode | 2023-11-25 | 1 | -0/+10 |
* | | Merge pull request #11946 from flodavid/gamemode | liamwhite | 2023-11-29 | 1 | -0/+3 |
|\ \ |
|
| * | | yuzu: create linux group in general settings | flodavid | 2023-11-25 | 1 | -2/+3 |
| * | | yuzu: integrate gamemode support on linux | xcfrg | 2023-11-25 | 1 | -0/+2 |
| |/ |
|
* | | Merge pull request #11535 from GPUCode/upload_cmdbuf | Fernando S | 2023-11-26 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | renderer_vulkan: Introduce separate cmd buffer for uploads | GPUCode | 2023-11-12 | 1 | -0/+2 |
* | | common: settings: Add ifdefs to define android's default settings | t895 | 2023-11-21 | 1 | -6/+36 |
* | | yuzu: Make mute audio persistent | Narr the Reg | 2023-11-10 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #11689 from liamwhite/breakpad | liamwhite | 2023-10-30 | 1 | -1/+0 |
|\ |
|
| * | qt: implement automatic crash dump support | Liam | 2023-10-08 | 1 | -1/+0 |
* | | yuzu: Use new setting method for stop emulation | Florian | 2023-10-12 | 1 | -0/+5 |
|/ |
|
* | Merge pull request #11402 from FernandoS27/depth-bias-control | liamwhite | 2023-09-28 | 1 | -0/+2 |
|\ |
|
| * | Vulkan: add temporary workaround for AMDVLK | Fernando Sahmkow | 2023-09-16 | 1 | -0/+2 |
* | | Query Cachge: Fully rework Vulkan's query cache | Fernando Sahmkow | 2023-09-23 | 1 | -0/+2 |
|/ |
|
* | debug: Add renderdoc capture hotkey | GPUCode | 2023-09-14 | 1 | -0/+2 |
* | settings: Add docked mode helper function | lat9nq | 2023-08-23 | 1 | -0/+2 |
* | general: Convert use_docked_mode to an enumeration | lat9nq | 2023-08-22 | 1 | -1/+7 |
* | settings: Add AspectRatio enum, split res scale function | lat9nq | 2023-08-16 | 1 | -0/+1 |
* | (ui)settings: Add more runtime_modifiable settings | lat9nq | 2023-07-26 | 1 | -4/+5 |
* | settings: Set GPU as default ASTC decoder | lat9nq | 2023-07-24 | 1 | -1/+1 |
* | common: Move global configuration state modifiers back to settings | lat9nq | 2023-07-21 | 1 | -0/+3 |
* | core,common: Give memory layout setting an enum | lat9nq | 2023-07-21 | 1 | -2/+6 |
* | settings: Require time zone setting value for stirng | lat9nq | 2023-07-21 | 1 | -1/+1 |
* | settings,configuration: Add a default suffix | lat9nq | 2023-07-21 | 1 | -6/+20 |
* | settings: Define paired settings | lat9nq | 2023-07-21 | 1 | -6/+15 |
* | settings: Define specializations for settings | lat9nq | 2023-07-21 | 1 | -50/+86 |
* | settings,uisettings: Remove leading underscore | lat9nq | 2023-07-21 | 1 | -1/+1 |
* | settings: Move speed_limit to core | lat9nq | 2023-07-21 | 1 | -4/+4 |
* | common,yuzu-qt: Avoid explicit instantiation on old clang | lat9nq | 2023-07-21 | 1 | -0/+2 |
* | settings: Delete cpu_accuracy_first_time | lat9nq | 2023-07-21 | 1 | -2/+0 |
* | settings: Move IsConfiguringGlobal to settings_common | lat9nq | 2023-07-21 | 1 | -3/+0 |
* | (ui,)settings: Use explicit instantiation | lat9nq | 2023-07-21 | 1 | -471/+42 |
* | settings: Remove redundant false literals | lat9nq | 2023-07-21 | 1 | -19/+16 |
* | general: Add typeinfo where needed | lat9nq | 2023-07-21 | 1 | -0/+1 |
* | settings: yuzu is not capitalized why is it capitalized stop no bad | lat9nq | 2023-07-21 | 1 | -1/+1 |
* | settings: Reorder | lat9nq | 2023-07-21 | 1 | -75/+78 |
* | settings,general: Rename non-confirming enums | lat9nq | 2023-07-21 | 1 | -16/+24 |
* | settings: Make volume runtime-configurable | lat9nq | 2023-07-21 | 1 | -1/+1 |
* | configure_audio: Implement ui generation | lat9nq | 2023-07-21 | 1 | -3/+8 |
* | settings: Split enums to new file | lat9nq | 2023-07-21 | 1 | -186/+3 |
* | settings, uisettings: Initialize linkage counter | lat9nq | 2023-07-21 | 1 | -1/+1 |
* | configure_system: Implement with for loop | lat9nq | 2023-07-21 | 1 | -12/+102 |
* | settings: Move runtime and save to parameters | lat9nq | 2023-07-21 | 1 | -63/+85 |
* | settings: Add UiGeneral class | lat9nq | 2023-07-21 | 1 | -2/+5 |
* | configuration: Implement slider | lat9nq | 2023-07-21 | 1 | -2/+11 |
* | settings: Define base renderer runtime modifiable settings | lat9nq | 2023-07-21 | 1 | -21/+22 |
* | settings: Add anisotropy mode enum | lat9nq | 2023-07-21 | 1 | -0/+8 |
* | shared_translation: Finish using int ids | lat9nq | 2023-07-21 | 1 | -2/+2 |
* | settings,uisettings: Add IDs to settings | lat9nq | 2023-07-21 | 1 | -3/+13 |
* | configure_graphics: Partial runtime implementation | lat9nq | 2023-07-21 | 1 | -1/+1 |
* | settings: Recategorize a bit | lat9nq | 2023-07-21 | 1 | -38/+49 |
* | configure_graphics_advance: Generate UI at runtime | lat9nq | 2023-07-21 | 1 | -12/+41 |
* | settings: Add a registry of settings | lat9nq | 2023-07-21 | 1 | -186/+434 |
* | settings,core,config_sys: Remove optional type from custom_rtc, rng_seed | lat9nq | 2023-07-21 | 1 | -2/+4 |
* | settings: Pool SetGlobal functions | lat9nq | 2023-07-21 | 1 | -2/+10 |
* | settings,video_core: Consolidate ASTC decoding options | lat9nq | 2023-07-21 | 1 | -2/+9 |
* | input_common: Tune mouse controls | Narr the Reg | 2023-06-29 | 1 | -6/+4 |
* | Merge pull request #10495 from bm01/master | liamwhite | 2023-06-27 | 1 | -2/+9 |
|\ |
|
| * | input_common: Redesign mouse panning | Baptiste Marie | 2023-06-12 | 1 | -2/+9 |
* | | video_core: optionally skip barriers on feedback loops | Liam | 2023-06-14 | 1 | -0/+1 |
|/ |
|
* | nvnflinger: allow locking framerate during video playback | Liam | 2023-06-08 | 1 | -0/+1 |
* | textures: add BC1 and BC3 compressors and recompression setting | Liam | 2023-05-23 | 1 | -0/+9 |
* | Merge pull request #10181 from lat9nq/intel-compute-toggle | liamwhite | 2023-05-15 | 1 | -0/+1 |
|\ |
|
| * | settings: Add enable compute pipelines | lat9nq | 2023-05-07 | 1 | -0/+1 |
* | | service: nfp: Allow to load with a different amiibo id | german77 | 2023-05-10 | 1 | -0/+2 |
* | | Settings: add option to enable / disable reactive flushing | Fernando Sahmkow | 2023-05-07 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #10125 from lat9nq/vsync-select | bunnei | 2023-05-07 | 1 | -1/+9 |
|\ |
|
| * | settings: Enable FIFO relaxed | lat9nq | 2023-05-03 | 1 | -5/+6 |
| * | configuration: Expose separate swap present modes | lat9nq | 2023-05-03 | 1 | -1/+8 |
* | | settings: remove pessimistic flushing | Liam | 2023-05-04 | 1 | -1/+0 |
* | | Merge pull request #10124 from liamwhite/pebkac | Morph | 2023-05-03 | 1 | -1/+2 |
|\ \
| |/
|/| |
|
| * | settings: rename extended memory layout to unsafe, move from general to system | Liam | 2023-04-30 | 1 | -1/+2 |
* | | vk_present_manager: Add toggle for async presentation | GPUCode | 2023-05-01 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #9906 from german77/metroid2 | bunnei | 2023-03-08 | 1 | -1/+1 |
|\ |
|
| * | input_common: Increase mouse sensitivity range | german77 | 2023-03-08 | 1 | -1/+1 |
* | | fix typo in settings.h | Ikko Eltociear Ashimine | 2023-03-06 | 1 | -4/+4 |
|/ |
|
* | Revert "yuzu: config: Remove player 8 and 9 from config file" | Narr the Reg | 2023-02-26 | 1 | -1/+1 |
* | Merge pull request #9849 from ameerj/async-astc | liamwhite | 2023-02-26 | 1 | -0/+1 |
|\ |
|
| * | configuration: Add async ASTC decode setting | ameerj | 2023-02-23 | 1 | -0/+1 |
* | | yuzu: config: Remove player 8 and 9 from config file | Narr the Reg | 2023-02-26 | 1 | -1/+1 |
|/ |
|
* | input_common: Reintroduce custom pro controller support | Narr the Reg | 2023-02-10 | 1 | -0/+1 |
* | Move to Clang Format 15 | Levi Behunin | 2023-01-30 | 1 | -4/+8 |
* | input_common: Disable SDL driver with switch controllers | Narr the Reg | 2023-01-20 | 1 | -0/+1 |
* | Update settings.h | Matías Locatti | 2023-01-13 | 1 | -0/+2 |
* | 1.5X resolution scaler option | Matías Locatti | 2023-01-13 | 1 | -5/+6 |
* | renderer_vulkan: disable turbo by default | Liam | 2023-01-08 | 1 | -1/+1 |
* | Merge pull request #9552 from liamwhite/turbo | liamwhite | 2023-01-06 | 1 | -0/+1 |
|\ |
|
| * | common: add setting for renderer clock workaround | Liam | 2023-01-05 | 1 | -0/+1 |
* | | config: Better wording for VK pipeline cache option and enable by default | Wollnashorn | 2023-01-05 | 1 | -1/+1 |
* | | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines | Wollnashorn | 2023-01-05 | 1 | -0/+2 |
|/ |
|
* | yuzu-ui: Add setting for disabling macro HLE | Fernando Sahmkow | 2023-01-04 | 1 | -0/+1 |
* | Set: Allow setting device nickname | Chloe Marcec | 2022-12-14 | 1 | -0/+1 |
* | video_core: Integrate SMAA | Liam | 2022-12-08 | 1 | -1/+2 |
* | Merge pull request #9370 from liamwhite/break-unmapped | merry | 2022-12-06 | 1 | -0/+1 |
|\ |
|
| * | core: add option to break on unmapped access | Liam | 2022-12-02 | 1 | -0/+1 |
* | | video_core: add null backend | Liam | 2022-11-29 | 1 | -1/+2 |
|/ |
|
* | Merge pull request #9276 from goldenx86/fsrSlider | bunnei | 2022-11-27 | 1 | -0/+1 |
|\ |
|
| * | FSR Sharpening Slider part 1 - only a global slider | Matías Locatti | 2022-11-24 | 1 | -0/+1 |
* | | Oops | Matías Locatti | 2022-11-26 | 1 | -1/+1 |
* | | Replace GLSL as the default OpenGL shader backend | Matías Locatti | 2022-11-26 | 1 | -1/+1 |
|/ |
|
* | settings: Update aspect_ratio range | Morph | 2022-10-13 | 1 | -1/+1 |
* | yuzu qt: Add option to disable startup Vulkan check | lat9nq | 2022-09-19 | 1 | -0/+1 |
* | Merge pull request #8682 from lat9nq/dumpy | Morph | 2022-09-16 | 1 | -0/+1 |
|\ |
|
| * | yuzu: Use a debugger to generate minidumps | lat9nq | 2022-09-05 | 1 | -0/+1 |
* | | video_core: add option for pessimistic flushing | Liam | 2022-08-25 | 1 | -0/+1 |
|/ |
|
* | Allow audio volume up to 200% | Kelebek1 | 2022-08-12 | 1 | -1/+1 |
* | yuzu: Add webcam support and rebase to latest master | Narr the Reg | 2022-07-24 | 1 | -2/+2 |
* | input_common: Add camera driver | german77 | 2022-07-24 | 1 | -0/+3 |
* | Project Andio | Kelebek1 | 2022-07-22 | 1 | -1/+3 |
* | yuzu: settings: Remove framerate cap and merge unlocked framerate setting. | bunnei | 2022-07-17 | 1 | -2/+0 |
* | common/setting: Make ranged a property of the type | merry | 2022-07-15 | 1 | -34/+33 |
* | settings: Consolidate RangedSetting's with regular ones | lat9nq | 2022-06-30 | 1 | -270/+182 |
* | Merge pull request #8393 from lat9nq/default-vulkan | bunnei | 2022-06-11 | 1 | -1/+1 |
|\ |
|
| * | settings: Set Vulkan to the default renderer backend | lat9nq | 2022-05-30 | 1 | -1/+1 |
* | | core/debugger: Implement new GDB stub debugger | Liam | 2022-06-01 | 1 | -1/+1 |
|/ |
|
* | VideoCore: Add option to dump the macros. | Fernando Sahmkow | 2022-05-09 | 1 | -0/+1 |
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
* | yuzu: Add custom ringcon configuration | german77 | 2022-04-16 | 1 | -0/+3 |
* | configuration: Add Paranoid CPU accuracy level | merry | 2022-03-26 | 1 | -1/+2 |
* | dynarmic: Inline exclusive memory accesses | merry | 2022-02-27 | 1 | -0/+3 |
* | settings: Add a new "use_extended_memory_layout" setting. | bunnei | 2022-02-21 | 1 | -0/+1 |
* | yuzu: Add setting to disable controller navigation | german77 | 2022-01-24 | 1 | -0/+1 |
* | ShaderDecompiler: Add a debug option to dump the game's shaders. | Fernando Sahmkow | 2022-01-04 | 1 | -0/+1 |
* | settings: Add debug setting to enable all controllers | german77 | 2021-11-28 | 1 | -0/+1 |
* | input_common: Fully implement UDP controllers | Narr the Reg | 2021-11-26 | 1 | -0/+1 |
* | core/hid: Fully implement native mouse | german77 | 2021-11-25 | 1 | -1/+0 |
* | input_common: Allow keyboard to be backwards compatible | german77 | 2021-11-25 | 1 | -2/+0 |
* | config: Cleanup and documentation | german77 | 2021-11-25 | 1 | -3/+0 |
* | kraken: Address comments from review | german77 | 2021-11-25 | 1 | -1/+0 |
* | core/hid: Add TAS input | german77 | 2021-11-25 | 1 | -1/+0 |
* | settings: Cleanup settings | german77 | 2021-11-25 | 1 | -3/+0 |
* | configure_general: Allow framerate cap to be used in custom game configs | Kewlan | 2021-11-21 | 1 | -1/+1 |
* | TextureCache: Add automatic anisotropic filtering and refactor code. | Fernando Sahmkow | 2021-11-16 | 1 | -1/+1 |
* | Yuzu UI: Add button for Anti Alias | Fernando Sahmkow | 2021-11-16 | 1 | -0/+1 |
* | Settings: Add anti-aliasing method setting | Marshall Mohror | 2021-11-16 | 1 | -0/+6 |
* | QtGUI: Add buttton to toggle the filter. | FernandoS27 | 2021-11-16 | 1 | -0/+1 |
* | VideoCore: Add gaussian filtering. | FernandoS27 | 2021-11-16 | 1 | -2/+3 |
* | VideoCore: Add more rescaling option. | FernandoS27 | 2021-11-16 | 1 | -4/+7 |
* | Presentation: add Nearest Neighbor filter. | Fernando Sahmkow | 2021-11-16 | 1 | -4/+5 |
* | vulkan: Implement FidelityFX Super Resolution | Marshall Mohror | 2021-11-16 | 1 | -0/+1 |
* | Texture Cahe: Fix downscaling on SMO. | Fernando Sahmkow | 2021-11-16 | 1 | -0/+1 |
* | video_core: Refactor resolution scale function | ameerj | 2021-11-16 | 1 | -0/+14 |
* | Renderer: Implement Bicubic and ScaleForce filters. | Fernando Sahmkow | 2021-11-16 | 1 | -6/+11 |
* | common/settings: Remove unused scaling options | ReinUsesLisp | 2021-11-16 | 1 | -2/+0 |
* | Settings: eliminate rescaling_factor. | Fernando Sahmkow | 2021-11-16 | 1 | -1/+1 |
* | Settings: Add resolution scaling to settings. | Fernando Sahmkow | 2021-11-16 | 1 | -4/+9 |
* | VideoCore: Initial Setup for the Resolution Scaler. | Fernando Sahmkow | 2021-11-16 | 1 | -0/+18 |
* | settings: Remove std::chrono usage | ameerj | 2021-10-17 | 1 | -3/+2 |
* | settings: Remove BCAT settings | Morph | 2021-09-29 | 1 | -2/+0 |
* | input_common/tas: Document the main class | german77 | 2021-09-18 | 1 | -7/+4 |
* | input_common/tas: Fallback to simple update | MonsterDruide1 | 2021-09-18 | 1 | -4/+3 |
* | core: Hacky TAS syncing & load pausing | MonsterDruide1 | 2021-09-18 | 1 | -5/+4 |
* | settings: File selector & other settings | MonsterDruide1 | 2021-09-18 | 1 | -0/+3 |
* | input_common/tas: Base playback & recording system | MonsterDruide1 | 2021-09-18 | 1 | -0/+7 |
* | Merge pull request #7020 from Moonlacer/remove_audio_stretching | bunnei | 2021-09-18 | 1 | -1/+0 |
|\ |
|
| * | remove-audio-stretching-setting | Moonlacer | 2021-09-16 | 1 | -1/+0 |
* | | Merge pull request #6950 from german77/multiplay | bunnei | 2021-09-18 | 1 | -3/+3 |
|\ \
| |/
|/| |
|
| * | input_common: Enable steam controllers and 8 player support | german77 | 2021-09-10 | 1 | -3/+3 |
* | | Merge pull request #6846 from ameerj/nvdec-gpu-decode | Fernando S | 2021-09-11 | 1 | -1/+7 |
|\ \
| |/
|/| |
|
| * | configure_graphics: Add GPU nvdec decoding as an option | ameerj | 2021-08-16 | 1 | -1/+7 |
* | | Garbage Collection: enable as default, eliminate option. | Fernando Sahmkow | 2021-08-28 | 1 | -1/+0 |
* | | settings: Amend language_index maximum setting range | Morph | 2021-08-21 | 1 | -1/+1 |
* | | Merge branch 'yuzu-emu:master' into fix-lan-play | spholz | 2021-08-12 | 1 | -28/+153 |
|\| |
|
| * | settings: Fix MSVC issues | lat9nq | 2021-08-11 | 1 | -7/+22 |
| * | Merge pull request #6776 from lat9nq/ranged-settings | bunnei | 2021-08-11 | 1 | -26/+136 |
| |\ |
|
| | * | settings: Use std::clamp where possible | lat9nq | 2021-07-31 | 1 | -39/+9 |
| | * | settings: Remove unnecessary std::move usages | lat9nq | 2021-07-31 | 1 | -12/+12 |
| | * | settings: Fix function virtualization | lat9nq | 2021-07-30 | 1 | -12/+18 |
| | * | settings: Implement setting ranges | lat9nq | 2021-07-30 | 1 | -18/+152 |
* | | | configuration: add option to select network interface | spholz | 2021-08-12 | 1 | -1/+2 |
|/ / |
|
* | | Merge pull request #6759 from ReinUsesLisp/pipeline-statistics | bunnei | 2021-07-30 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | renderer_vulkan: Add setting to log pipeline statistics | ReinUsesLisp | 2021-07-28 | 1 | -0/+1 |
* | | Merge pull request #6700 from lat9nq/fullscreen-enum | bunnei | 2021-07-28 | 1 | -3/+8 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into fullscreen-enum | lat9nq | 2021-07-25 | 1 | -1/+10 |
| |\ |
|
| * | | general: Implement FullscreenMode enumeration | lat9nq | 2021-07-23 | 1 | -3/+8 |
* | | | Merge pull request #6696 from ameerj/speed-limit-rename | bunnei | 2021-07-27 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | general: Rename "Frame Limit" references to "Speed Limit" | ameerj | 2021-07-24 | 1 | -2/+2 |
| |/ / |
|
* | | | Merge pull request #6697 from ameerj/fps-cap | bunnei | 2021-07-26 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | config, nvflinger: Add FPS cap setting | ameerj | 2021-07-24 | 1 | -0/+1 |
| |/ |
|
* | | general: Add setting shader_backend | lat9nq | 2021-07-23 | 1 | -1/+7 |
* | | shader: Add shader loop safety check settings | lat9nq | 2021-07-23 | 1 | -0/+3 |
|/ |
|
* | input_common: Fix mouse panning behaivour | german77 | 2021-07-17 | 1 | -1/+1 |
* | Merge pull request #6579 from ameerj/float-settings | bunnei | 2021-07-16 | 1 | -5/+5 |
|\ |
|
| * | configure_input: Use u8 for mouse sensitivity | ameerj | 2021-07-09 | 1 | -1/+1 |
| * | configure_graphics: Use u8 for bg_color values | ameerj | 2021-07-09 | 1 | -3/+3 |
| * | configure_audio: Use u8 for volume value | ameerj | 2021-07-09 | 1 | -1/+1 |
* | | Merge pull request #6576 from ameerj/unlock-fps-setting | Morph | 2021-07-11 | 1 | -1/+1 |
|\ \ |
|
| * | | settings: Disable FPS unlimit setting between title launches | ameerj | 2021-07-10 | 1 | -1/+1 |
| |/ |
|
* | | settings, arm_dynarmic, yuzu qt: Move CPU debugging option | lat9nq | 2021-07-08 | 1 | -1/+1 |
* | | settings, yuzu qt: Add migration code for CPU accuracy | lat9nq | 2021-07-08 | 1 | -0/+2 |
* | | core,common,yuzu qt: Add CPU accuracy option 'Auto' | lat9nq | 2021-07-08 | 1 | -4/+5 |
|/ |
|
* | general: Code formatting improvements | lat9nq | 2021-07-08 | 1 | -2/+1 |
* | settings: Set resolution_factor default to 1 | lat9nq | 2021-07-01 | 1 | -1/+1 |
* | general: Make most settings a BasicSetting | lat9nq | 2021-06-28 | 1 | -119/+287 |
* | common: Force defaults for Settings::Setting's | lat9nq | 2021-06-26 | 1 | -44/+57 |
* | Merge pull request #6465 from FernandoS27/sex-on-the-beach | Mai M | 2021-06-23 | 1 | -0/+1 |
|\ |
|
| * | Reaper: Setup settings and final tuning. | Fernando Sahmkow | 2021-06-16 | 1 | -0/+1 |
* | | Merge pull request #6499 from FernandoS27/we-were-on-a-break | bunnei | 2021-06-21 | 1 | -0/+1 |
|\ \ |
|
| * | | Update dynarmic and add new unsafe CPU option. | Fernando Sahmkow | 2021-06-20 | 1 | -0/+1 |
| |/ |
|
* / | nvflinger: Add toggle to disable buffer swap interval limits | ameerj | 2021-06-17 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #6464 from ameerj/disable-astc | bunnei | 2021-06-16 | 1 | -0/+1 |
|\ |
|
| * | configure_graphics: Add Accelerate ASTC decoding setting | ameerj | 2021-06-16 | 1 | -0/+1 |
* | | fsp_srv: Fix filesystem access logging | Morph | 2021-06-16 | 1 | -0/+1 |
|/ |
|
* | General: Add settings for fastmem and disabling adress space check. | FernandoS27 | 2021-06-11 | 1 | -0/+4 |
* | general: Demote custom_rtc to regular setting | lat9nq | 2021-05-17 | 1 | -1/+1 |
* | general: Make CPU accuracy and related a Settings::Setting | lat9nq | 2021-05-16 | 1 | -4/+4 |
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 1 | -0/+261 |