| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-04-23 | GPU: Add Fast GPU Time Option. | Fernando Sahmkow | |
| 2020-04-22 | Correct Linux Compile Error. | 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-03-19 | set: implement GetRegionCode | Dan | |
| 2020-03-17 | yuzu: Save sound output mode and set it to Stereo by default | FearlessTobi | |
| 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-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-09-30 | settings: Add option to set BCAT backend | 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-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-05-30 | rasterizer_opengl: Remove OpenGL core profile | ReinUsesLisp | |
| 2019-05-25 | settings: Add 'Reporting Services' config option | Zach Hilman | |
| Full enable/disable for all reports. | |||
| 2019-04-20 | Allow picking a Compatibility Profile for OpenGL. | Fernando Sahmkow | |
| This option allows picking the compatibility profile since a lot of bugs are fixed in it. We devs will use this option to easierly debug current problems in our Core implementation.:wq | |||
| 2019-04-09 | added a toggle to force 30fps mode | zarroboogs | |
| 2019-03-29 | core/yuzu: Remove enable_nfc setting | fearlessTobi | |
| This was initially added to prevent problems from stubbed/not implemented NFC services, but as we never encountered such and as it's only used in a deprecated function anyway, I guess we can just remove it to prevent more clutter of the settings. | |||
| 2019-03-06 | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | bunnei | |
| 2019-02-06 | settings: Hide shader cache behind a setting | ReinUsesLisp | |
| 2019-01-22 | citra_qt: Log settings on launch | zhupengfei | |
| 2019-01-07 | settings: Fix comment structure | Zach Hilman | |
| 2019-01-07 | settings: Use std::chrono::seconds instead of s64 for RTC | Zach Hilman | |
| 2019-01-07 | settings: Add custom RTC settings | Zach Hilman | |
| Stored as signed seconds since epoch. | |||
| 2018-12-03 | settings: Store list of disabled add-ons per title ID | Zach Hilman | |
| 2018-11-23 | Merge pull request #1747 from DarkLordZach/exefs-lfs | bunnei | |
| patch_manager: Add support for applying LayeredFS patches to ExeFS | |||
| 2018-11-20 | settings: Add option to dump ExeFS of games upon launch | Zach Hilman | |
| When enabled, all exefs(es) will be copied to yuzu/dump/<title_id>/exefs. | |||
| 2018-11-18 | hid: Use player-defined controller type as PREFERRED_CONTROLLER | Zach Hilman | |
| 2018-11-18 | settings: Add settings for multiple players and controllers | Zach Hilman | |
| Uses the PlayerInput struct to represent all of the data that constitutes a player. | |||
| 2018-11-18 | settings: Add Native type for keyboard | Zach Hilman | |
| 2018-11-18 | settings: Add Native type for mouse buttons | Zach Hilman | |
| 2018-11-15 | Merge pull request #1618 from DarkLordZach/dump-nso | bunnei | |
| patch_manager: Add support for dumping uncompressed NSOs | |||
| 2018-11-13 | svc: Use proper random entropy generation algorithm | Zach Hilman | |
| 2018-11-11 | settings: Add config option to set RNG seed | Zach Hilman | |
| 2018-11-06 | configure_system: Fix compiler warning | Frederic Laing | |
| 2018-10-29 | settings: Add setting to control NSO dumping | Zach Hilman | |
| Also adds UI option in Debug > Dump section, with the idea later things to be dumped (i.e. other game data or textures, etc) will use the same group box. | |||
| 2018-10-23 | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | |
| 2018-10-23 | settings: Add users and current_user settings and remove username | Zach Hilman | |
| 2018-10-23 | Added Amiibo support (#1390) | David | |
| * Fixed conflict with nfp * Few fixups for nfc * Conflict 2 * Fixed AttachAvailabilityChangeEvent * Conflict 3 * Fixed byte padding * Refactored amiibo to not reside in "System" * Removed remaining references of nfc from system * used enum for Nfc GetStateOld * Added missing newline * Moved file operations to front end * Conflict 4 * Amiibos now use structs and added mutexes * Removed amiibo_path | |||
| 2018-10-16 | config: Rename use_accurate_framebuffers -> use_accurate_gpu_emulation. | bunnei | |
| - This will be used as a catch-all for slow-but-accurate GPU emulation paths. | |||
| 2018-10-07 | settings: Add program_args string setting | Zach Hilman | |
