| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | video_core/vulkan: Added `VkPipelineCache` to store Vulkan pipelines | Wollnashorn | 2023-01-05 | 1 | -0/+1 |
|/ |
|
* | yuzu-ui: Add setting for disabling macro HLE | Fernando Sahmkow | 2023-01-04 | 1 | -0/+1 |
* | 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 |
* | | cmake: prefer system libraries | Alexandre Bouvier | 2022-12-04 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #9325 from german77/default_by_default | liamwhite | 2022-11-28 | 1 | -1/+5 |
|\ |
|
| * | yuzu-cmd: Fix default config value | german77 | 2022-11-28 | 1 | -1/+5 |
* | | FSR Sharpening Slider part 1 - only a global slider | Matías Locatti | 2022-11-24 | 1 | -0/+1 |
|/ |
|
* | video_core: add option for pessimistic flushing | Liam | 2022-08-25 | 1 | -0/+1 |
* | chore: make yuzu REUSE compliant | Andrea Pappacoda | 2022-07-27 | 1 | -3/+2 |
* | Project Andio | Kelebek1 | 2022-07-22 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | settings: Consolidate RangedSetting's with regular ones | lat9nq | 2022-06-30 | 1 | -3/+3 |
* | core/debugger: support operation in yuzu-cmd | Liam | 2022-06-10 | 1 | -0/+2 |
* | Merge pull request #8048 from ameerj/include-purge | bunnei | 2022-03-22 | 1 | -1/+0 |
|\ |
|
| * | yuzu_cmd: Reduce unused includes | ameerj | 2022-03-20 | 1 | -1/+0 |
* | | yuzu_cmd: Allow user to specify config file location | lat9nq | 2022-03-15 | 1 | -4/+6 |
|/ |
|
* | 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 |
* | config: Support motion inputs | lat9nq | 2022-02-05 | 1 | -8/+28 |
* | core/hid: Fully implement native mouse | german77 | 2021-11-25 | 1 | -174/+0 |
* | config: Cleanup and documentation | german77 | 2021-11-25 | 1 | -3/+0 |
* | core: Update input interpreter | german77 | 2021-11-25 | 1 | -1/+0 |
* | Frontend: Add anti-aliasing method setting | Marshall Mohror | 2021-11-16 | 1 | -0/+1 |
* | yuzu_cmd: Read resolution_setup and scaling_filter from config | lat9nq | 2021-11-16 | 1 | -0/+2 |
* | settings: Remove std::chrono usage | ameerj | 2021-10-17 | 1 | -2/+1 |
* | config: Read network_interface | lat9nq | 2021-10-15 | 1 | -0/+3 |
* | settings: Remove BCAT settings | Morph | 2021-09-29 | 1 | -4/+0 |
* | remove-audio-stretching-setting | Moonlacer | 2021-09-16 | 1 | -1/+0 |
* | Merge pull request #6846 from ameerj/nvdec-gpu-decode | Fernando S | 2021-09-11 | 1 | -1/+1 |
|\ |
|
| * | configure_graphics: Add GPU nvdec decoding as an option | ameerj | 2021-08-16 | 1 | -1/+1 |
* | | Garbage Collection: enable as default, eliminate option. | Fernando Sahmkow | 2021-08-28 | 1 | -1/+0 |
|/ |
|
* | config: Read connected setting for controllers | lat9nq | 2021-08-04 | 1 | -0/+3 |
* | renderer_vulkan: Add setting to log pipeline statistics | ReinUsesLisp | 2021-07-28 | 1 | -0/+1 |
* | 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/+1 |
* | | shader: Add shader loop safety check settings | lat9nq | 2021-07-23 | 1 | -0/+2 |
|/ |
|
* | yuzu_cmd: Make use of fullscreen_mode setting | lat9nq | 2021-07-22 | 1 | -0/+1 |
* | yuzu_cmd: Add missing or update current settings | lat9nq | 2021-07-16 | 1 | -1/+23 |
* | config: Remove float {Read,Write}Setting variants | ameerj | 2021-07-09 | 1 | -4/+2 |
* | yuzu_cmd: config: Pass a reference in | lat9nq | 2021-07-01 | 1 | -4/+4 |
* | general: Make most settings a BasicSetting | lat9nq | 2021-06-28 | 1 | -111/+85 |
* | nvflinger: Add toggle to disable buffer swap interval limits | ameerj | 2021-06-17 | 1 | -0/+2 |
* | Merge pull request #6464 from ameerj/disable-astc | bunnei | 2021-06-16 | 1 | -2/+4 |
|\ |
|
| * | yuzu_cmd/config: Add Accelerate ASTC and missing NVDEC emulation settings | ameerj | 2021-06-16 | 1 | -2/+4 |
* | | fsp_srv: Fix filesystem access logging | Morph | 2021-06-16 | 1 | -0/+2 |
|/ |
|
* | yuzu-cmd: Add touch_from_button in config file | Clément Gallet | 2021-06-04 | 1 | -0/+37 |
* | common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) | Morph | 2021-05-26 | 1 | -21/+26 |
* | general: Demote custom_rtc to regular setting | lat9nq | 2021-05-17 | 1 | -3/+3 |
* | general: Ignore implicit-fallthrough for SDL.h | lat9nq | 2021-04-18 | 1 | -0/+10 |
* | common: Move settings to common from core. | bunnei | 2021-04-15 | 1 | -1/+1 |
* | core: settings: Add setting for debug assertions and disable by default. | bunnei | 2021-04-15 | 1 | -0/+4 |
* | Fix default bcat_backend init | Kelebek1 | 2021-03-02 | 1 | -1/+1 |
* | Merge pull request #4298 from FearlessTobi/remove-cache-setting | bunnei | 2021-02-16 | 1 | -3/+0 |
|\ |
|
| * | yuzu/configure_filesystem: Remove "Select Cache Directory" option | FearlessTobi | 2021-01-04 | 1 | -3/+0 |
* | | config: Make high GPU accuracy the default | ReinUsesLisp | 2021-02-13 | 1 | -1/+1 |
* | | Allow all touch inputs at the same time and remove config options that are not longer necesary | german | 2021-01-15 | 1 | -4/+0 |
* | | config: Enable docked mode by default | Morph | 2021-01-10 | 1 | -1/+1 |
|/ |
|
* | yuzu: Remove gdbstub configuration | FearlessTobi | 2020-12-19 | 1 | -3/+0 |
* | yuzu_cmd: Remove 'users_size' | comex | 2020-12-05 | 1 | -1/+0 |
* | Add multiple udp server support | german | 2020-11-26 | 1 | -4/+2 |
* | configure_input: Add per-player vibration | Morph | 2020-11-16 | 1 | -0/+2 |
* | settings: Remove global vibration strength modifier | Morph | 2020-11-16 | 1 | -2/+0 |
* | configure_input: Hook up the vibration percentage spinbox | Morph | 2020-11-16 | 1 | -0/+2 |
* | settings: Preparation for per-game input settings | Morph | 2020-11-16 | 1 | -12/+13 |
* | yuzu: settings: Enable multicore, asynch GPU, and assembly shaders by default. | bunnei | 2020-10-27 | 1 | -3/+3 |
* | configure_input: Hook up the motion button and checkbox | Morph | 2020-09-05 | 1 | -0/+2 |
* | Project Mjölnir: Part 1 | Morph | 2020-08-26 | 1 | -0/+2 |
* | common/fileutil: Convert namespace to Common::FS | Lioncash | 2020-08-16 | 1 | -18/+20 |
* | Rebase for per game settings | David Marcec | 2020-07-17 | 1 | -0/+4 |
* | Merge pull request #4294 from MerryMage/cpu-opt-settings | bunnei | 2020-07-14 | 1 | -2/+0 |
|\ |
|
| * | configuration: Add settings to enable/disable specific CPU optimizations | MerryMage | 2020-07-11 | 1 | -2/+0 |
* | | settings: Remove storage size options | Morph | 2020-07-10 | 1 | -9/+0 |
|/ |
|
* | configuration: implement per-game configurations (#4098) | lat9nq | 2020-07-10 | 1 | -37/+46 |
* | Merge pull request #3966 from Morph1984/hide-internal-resolution-ui | bunnei | 2020-06-16 | 1 | -2/+0 |
|\ |
|
| * | yuzu/frontend: Remove internal resolution option | Morph | 2020-06-06 | 1 | -2/+0 |
* | | Implement macro JIT | David Marcec | 2020-05-30 | 1 | -0/+2 |
|/ |
|
* | yuzu: Add frontend settings for assembly shaders | ReinUsesLisp | 2020-05-19 | 1 | -0/+2 |
* | core: settings: Add a setting for time zone. | bunnei | 2020-05-11 | 1 | -2/+3 |
* | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | 2020-04-23 | 1 | -0/+2 |
* | UI: Replasce accurate GPU option for GPU Accuracy Level | Fernando Sahmkow | 2020-04-22 | 1 | -2/+2 |
* | dynarmic: Add option to disable CPU JIT optimizations | MerryMage | 2020-04-20 | 1 | -0/+2 |
* | bcat: Disable Boxcat backend by default | FearlessTobi | 2020-03-17 | 1 | -1/+1 |
* | Create an "Advanced" tab in the graphics configuration tab and add anisotropic filtering levels. | Morph | 2020-02-28 | 1 | -0/+2 |
* | core: settings: Add setting to enable vsync, which is on by default. | bunnei | 2020-02-26 | 1 | -0/+2 |
* | Add following aspect ratios: 16:9, 21:9, Stretch to Window | Morph | 2020-02-14 | 1 | -0/+2 |
* | settings: Add settings for graphics backend | ReinUsesLisp | 2020-01-29 | 1 | -0/+6 |
* | Replace GetString with Get function | FearlessTobi | 2020-01-23 | 1 | -2/+2 |
* | Input: UDP Client to provide motion and touch controls | fearlessTobi | 2020-01-23 | 1 | -0/+5 |
* | settings: Add option to set BCAT backend | Zach Hilman | 2019-09-30 | 1 | -0/+5 |
* | settings: Add options for managing gamecard emulation | Zach Hilman | 2019-09-21 | 1 | -0/+14 |
* | settings: Add options for setting storage sizes | Zach Hilman | 2019-09-21 | 1 | -0/+9 |
* | Add frametime logging for tracking performance over time | fearlessTobi | 2019-09-10 | 1 | -0/+2 |
* | yuzu: Remove setting for using Unicorn | Lioncash | 2019-07-11 | 1 | -1/+0 |
* | Merge pull request #2669 from FearlessTobi/move-cpujit-setting | Zach Hilman | 2019-07-04 | 1 | -1/+1 |
|\ |
|
| * | yuzu: Remove CPU Jit setting from the UI | fearlessTobi | 2019-07-04 | 1 | -1/+1 |
* | | settings: Add config option for kiosk (quest) mode | Zach Hilman | 2019-06-29 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #2482 from DarkLordZach/prepo | bunnei | 2019-06-21 | 1 | -0/+2 |
|\ |
|
| * | settings: Add 'Reporting Services' config option | Zach Hilman | 2019-05-25 | 1 | -0/+2 |
* | | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | 2019-05-30 | 1 | -2/+0 |
* | | common/file_util: Make ReadFileToString and WriteStringToFile consistent | Lioncash | 2019-05-23 | 1 | -2/+2 |
|/ |
|
* | Allow picking a Compatibility Profile for OpenGL. | Fernando Sahmkow | 2019-04-20 | 1 | -0/+2 |
* | core/yuzu: Remove enable_nfc setting | fearlessTobi | 2019-03-29 | 1 | -1/+0 |
* | yuzu_cmd/config: Replace C casts with static_cast | ReinUsesLisp | 2019-03-09 | 1 | -4/+5 |
* | yuzu_cmd/config: Silent implicit cast warning | ReinUsesLisp | 2019-03-09 | 1 | -1/+1 |
* | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | bunnei | 2019-03-07 | 1 | -0/+2 |
* | settings: Hide shader cache behind a setting | ReinUsesLisp | 2019-02-07 | 1 | -0/+2 |
* | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | 2019-01-08 | 1 | -1/+2 |
* | settings: Add custom RTC settings | Zach Hilman | 2019-01-08 | 1 | -2/+9 |
* | config: Store and load disabled add-ons list | Zach Hilman | 2018-12-03 | 1 | -0/+18 |
* | Merge pull request #1747 from DarkLordZach/exefs-lfs | bunnei | 2018-11-24 | 1 | -0/+1 |
|\ |
|
| * | settings: Add option to dump ExeFS of games upon launch | Zach Hilman | 2018-11-20 | 1 | -0/+1 |
* | | configure_input_player: Set minimum width on controls | Zach Hilman | 2018-11-19 | 1 | -7/+6 |
* | | yuzu_cmd/config: Add config deserialization for multiplayer | Zach Hilman | 2018-11-19 | 1 | -37/+254 |
* | | Correctly sets default system language for yuzu-CLI (#1727) | Schplee | 2018-11-19 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #1618 from DarkLordZach/dump-nso | bunnei | 2018-11-15 | 1 | -0/+1 |
|\ |
|
| * | settings: Add setting to control NSO dumping | Zach Hilman | 2018-10-29 | 1 | -0/+1 |
* | | settings: Add config option to set RNG seed | Zach Hilman | 2018-11-12 | 1 | -0/+7 |
|/ |
|
* | acc: Fix account UUID duplication error | Zach Hilman | 2018-10-24 | 1 | -2/+3 |
* | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | 2018-10-24 | 1 | -18/+2 |
* | settings: Add users and current_user settings and remove username | Zach Hilman | 2018-10-24 | 1 | -3/+19 |
* | Added Amiibo support (#1390) | David | 2018-10-24 | 1 | -0/+1 |
* | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. | bunnei | 2018-10-16 | 1 | -2/+2 |
* | cmd: Support passing game arguments from command line | Zach Hilman | 2018-10-07 | 1 | -0/+1 |
* | Port web_service from Citra | fearlessTobi | 2018-10-02 | 1 | -0/+8 |
* | Update config.cpp | Valentin Vanelslande | 2018-09-21 | 1 | -1/+1 |
* | Invalid default value of username in yuzu_cmd (#1334) | Philippe Babin | 2018-09-19 | 1 | -0/+4 |
* | Add audio stretching support | fearlessTobi | 2018-09-08 | 1 | -0/+2 |
* | settings: Save and load NAND/SD dirs from config | Zach Hilman | 2018-09-04 | 1 | -0/+6 |
* | Port #3353 from Citra | fearlessTobi | 2018-08-21 | 1 | -2/+3 |
* | Remove files that are not used | Zach Hilman | 2018-08-01 | 1 | -0/+1 |
* | audio_core: Add configuration settings. | bunnei | 2018-08-01 | 1 | -0/+5 |
* | file_util: Use an enum class for GetUserPath() | Lioncash | 2018-07-21 | 1 | -1/+1 |
* | settings: Turn docked mode off by default. | bunnei | 2018-07-18 | 1 | -1/+1 |
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -3/+3 |
* | settings: Add a configuration for use_accurate_framebuffers. | bunnei | 2018-06-27 | 1 | -0/+2 |
* | core: Add a configuration setting for use_multi_core. | bunnei | 2018-05-11 | 1 | -0/+1 |
* | frontends: Move logging macros over to new fmt-capable ones | Lioncash | 2018-04-27 | 1 | -3/+3 |
* | config: Use simplified checkbox (from Citra) for CPU JIT. | bunnei | 2018-03-27 | 1 | -2/+1 |
* | config: Rename is_docked to use_docked_mode to be consistent with other config bools. | bunnei | 2018-03-27 | 1 | -1/+1 |
* | config: Add setting for whether the system is docked or not. | bunnei | 2018-03-27 | 1 | -0/+3 |
* | yuzu_cmd: change default cpu core to dynarmic | Valentin Vanelslande | 2018-03-23 | 1 | -1/+1 |
* | Format: Run the new clang format on everything | James Rowe | 2018-01-21 | 1 | -2/+10 |
* | config: Default log filter to trace. | bunnei | 2018-01-13 | 1 | -1/+1 |
* | Remove settings issues in sdl and fix a few files that broke in mingw | James Rowe | 2018-01-13 | 1 | -47/+0 |
* | Get yuzu sdl to start compiling | James Rowe | 2018-01-13 | 1 | -2/+3 |
* | Massive removal of unused modules | James Rowe | 2018-01-13 | 1 | -0/+160 |