| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | settings: Clean up includes | 2023-06-27 | 1 | -2/+3 | |
| | | | | | | | Adds <version> since we are looking at C++ implementation version details. Also moves exception header includes into the if preprocessor command since we only use it there. | ||||
| * | settings: Catch runtime_error, fallback time zone | 2023-06-27 | 1 | -3/+15 | |
| | | | | | | | Windows will let you select time zones that will fail in their own C++ implementation library. Evidently from the stack trace, we get a runtime error to work with, so catch it and use the fallback. | ||||
| * | Merge pull request #10603 from lat9nq/tz-more-complete | 2023-06-13 | 1 | -11/+20 | |
| |\ | | | | | core,common: Implement missing time zone data/computations | ||||
| | * | common: Move system time zone string detection | 2023-06-05 | 1 | -72/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Moves it from Settings to Common::TimeZone, since this algorithm doesn't depend on the setting. It also lets us use it in other libraries. common: Various fixes time_zone: Don't double up the std::abs Too many absolute values were causing mirrored time zones to resolve as the same. | ||||
| | * | settings: Always report a valid time zone | 2023-06-05 | 1 | -2/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Prevents needing to deduce the non-Switch setting in core. Instead, we deduce the meaning of this setting where the heresy is committed, in common. settings: Remove strftime usage GetTimeZoneString: Use standard features Also forces GMT on MinGW due to broken strftime. | ||||
| * | | nvnflinger: allow locking framerate during video playback | 2023-06-08 | 1 | -0/+1 | |
| |/ | |||||
| * | textures: add BC1 and BC3 compressors and recompression setting | 2023-05-23 | 1 | -0/+2 | |
| | | |||||
| * | Merge pull request #10181 from lat9nq/intel-compute-toggle | 2023-05-15 | 1 | -0/+1 | |
| |\ | | | | | configure_graphics: Add option to enable compute pipelines for Intel proprietary | ||||
| | * | settings: Add enable compute pipelines | 2023-05-07 | 1 | -0/+1 | |
| | | | | | | | | | | | | | For the Intel proprietary driver's deficiencies. settings: Restore compute option global state | ||||
| * | | Settings: add option to enable / disable reactive flushing | 2023-05-07 | 1 | -0/+2 | |
| |/ | |||||
| * | Merge pull request #10125 from lat9nq/vsync-select | 2023-05-06 | 1 | -2/+1 | |
| |\ | | | | | configuration: Expose separate swap present modes | ||||
| | * | configuration: Expose separate swap present modes | 2023-05-02 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | | Previously, yuzu would try and guess which vsync mode to use given different scenarios, but apparently we didn't always get it right. This exposes the separate modes in a drop-down the user can select. If a mode isn't available in Vulkan, it defaults to FIFO. | ||||
| * | | settings: remove pessimistic flushing | 2023-05-03 | 1 | -1/+0 | |
| | | | |||||
| * | | Merge pull request #10124 from liamwhite/pebkac | 2023-05-03 | 1 | -1/+2 | |
| |\ \ | |/ |/| | settings: rename extended memory layout to unsafe, move from general to system | ||||
| | * | settings: rename extended memory layout to unsafe, move from general to system | 2023-04-30 | 1 | -1/+2 | |
| | | | |||||
| * | | vk_present_manager: Add toggle for async presentation | 2023-05-01 | 1 | -0/+1 | |
| |/ | |||||
| * | Merge pull request #9849 from ameerj/async-astc | 2023-02-26 | 1 | -0/+2 | |
| |\ | | | | | texture_cache: Add asynchronous ASTC texture decoding | ||||
| | * | configuration: Add async ASTC decode setting | 2023-02-22 | 1 | -0/+2 | |
| | | | |||||
| * | | settings: Add more input settings to the log | 2023-02-21 | 1 | -0/+7 | |
| |/ | |||||
| * | Update settings.cpp | 2023-02-12 | 1 | -0/+4 | |
| | | | | added missing graphical settings to RestoreGlobalState() | ||||
| * | CPP | 2023-01-13 | 1 | -0/+8 | |
| | | |||||
| * | 1.5X resolution scaler option | 2023-01-13 | 1 | -0/+4 | |
| | | |||||
| * | Merge pull request #9552 from liamwhite/turbo | 2023-01-06 | 1 | -0/+1 | |
| |\ | | | | | vulkan: implement 'turbo mode' clock booster | ||||
| | * | common: add setting for renderer clock workaround | 2023-01-04 | 1 | -0/+1 | |
| | | | |||||
| * | | config: Set the Vulkan driver pipeline cache option to be global | 2023-01-05 | 1 | -0/+1 | |
| |/ | |||||
| * | Set: Allow setting device nickname | 2022-12-13 | 1 | -0/+1 | |
| | | |||||
| * | settings: Reset FSR sharpening global state with the others | 2022-11-25 | 1 | -0/+1 | |
| | | |||||
| * | FSR Sharpening Slider part 1 - only a global slider | 2022-11-24 | 1 | -0/+1 | |
| | | |||||
| * | Add break statement in default cases | 2022-11-09 | 1 | -0/+1 | |
| | | | | | | | | According to the contributing page (https://github.com/yuzu-emu/yuzu/wiki/Contributing) the default cases should have a break statement default: // Yes, even break for the last case break; | ||||
| * | video_core: add option for pessimistic flushing | 2022-08-25 | 1 | -0/+1 | |
| | | |||||
| * | Allow audio volume up to 200% | 2022-08-12 | 1 | -1/+1 | |
| | | |||||
| * | Project Andio | 2022-07-22 | 1 | -1/+2 | |
| | | |||||
| * | yuzu: settings: Remove framerate cap and merge unlocked framerate setting. | 2022-07-16 | 1 | -1/+0 | |
| | | | | | - These were all somewhat redundant. | ||||
| * | common: Change semantics of UNREACHABLE to unconditionally crash | 2022-06-13 | 1 | -1/+1 | |
| | | |||||
| * | core/debugger: Implement new GDB stub debugger | 2022-06-01 | 1 | -0/+1 | |
| | | |||||
| * | GCC 12 fixes | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | general: Convert source file copyright comments over to SPDX | 2022-04-23 | 1 | -3/+2 | |
| | | | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later. | ||||
| * | dynarmic: Inline exclusive memory accesses | 2022-02-27 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | Inlines implementation of exclusive instructions into JITted code, improving performance of applications relying heavily on these instructions. We also fastmem these instructions for additional speed, with support for appropriate recompilation on fastmem failure. An unsafe optimization to disable the intercore global_monitor is also provided, should one wish to rely solely on cmpxchg semantics for safety. See also: merryhime/dynarmic#664 | ||||
| * | settings: Add a new "use_extended_memory_layout" setting. | 2022-02-21 | 1 | -0/+1 | |
| | | | | | - This will be used to enable emulation of a larger memory arrangement. | ||||
| * | configure_general: Allow framerate cap to be used in custom game configs | 2021-11-21 | 1 | -0/+1 | |
| | | |||||
| * | Settings: Add anti-aliasing method setting | 2021-11-16 | 1 | -0/+1 | |
| | | |||||
| * | VideoCore: Add more rescaling option. | 2021-11-16 | 1 | -0/+13 | |
| | | |||||
| * | Texture Cahe: Fix downscaling on SMO. | 2021-11-16 | 1 | -0/+2 | |
| | | |||||
| * | video_core: Misc resolution scaling related refactoring | 2021-11-16 | 1 | -1/+1 | |
| | | |||||
| * | Renderer: Implement Bicubic and ScaleForce filters. | 2021-11-16 | 1 | -9/+1 | |
| | | |||||
| * | common/settings: Remove unused scaling options | 2021-11-16 | 1 | -16/+7 | |
| | | |||||
| * | Settings: eliminate rescaling_factor. | 2021-11-16 | 1 | -1/+1 | |
| | | |||||
| * | Settings: Add resolution scaling to settings. | 2021-11-16 | 1 | -0/+51 | |
| | | |||||
| * | VideoCore: Initial Setup for the Resolution Scaler. | 2021-11-16 | 1 | -0/+1 | |
| | | |||||
| * | settings: Remove BCAT settings | 2021-09-29 | 1 | -2/+0 | |
| | | |||||