Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-02-24 | Revert "settings: Enable auto-stub by default" | Zephyron | |
This reverts commit 7903415fa4369fbf0e8f415fbe9eb0017e0f7b3e. | |||
2025-02-22 | settings: Enable auto-stub by default | Zephyron | |
Changes the default value of use_auto_stub from false to true in the settings. This setting controls whether unimplemented functions should be automatically stubbed during execution. | |||
2025-01-14 | Revert incorrect copyright attribution for non-contributed files | Zephyron | |
- In commit b3facaa6bb30cdc39f2b7d632fef1e3bfeee7785, the copyright header was updated to include "Citron Homebrew Project" across multiple files, regardless of whether any contributions were made. - This commit removes the incorrect attribution and reverts the copyright header to its previous state. - Copyright attribution should only be added when meaningful contributions have been made to the file. - This commit ensures proper compliance with copyright standards and maintains correct attribution to the respective contributors. - Special thanks to Tachi for pointing out the need for these corrections and ensuring that proper attribution practices are followed. | |||
2025-01-04 | core: Add support for 10GB and 12GB memory configurations | Zephyron | |
- Add Memory_10Gb and Memory_12Gb to MemoryLayout enum - Update memory layout settings to support up to 12GB - Add SMC enums for 10GB and 12GB memory sizes and arrangements - Increase MainMemorySizeMax from 8GB to 12GB - Add memory pool size calculations for 10GB and 12GB configurations - Update UI translations for new memory options | |||
2025-01-02 | impl(Multiplayer): Switched API To Enable Multiplayer | Zephyron | |
2024-12-31 | chore: update project references and add Citron copyright | Zephyron | |
- Replaced all references to the old project name with Citron. - Added Citron copyright information alongside existing notices in all files. | |||
2024-02-26 | Merge pull request #13159 from liamwhite/web-error | liamwhite | |
core: enable error applet, add stubs for web applet | |||
2024-02-26 | settings: remove global override for smash on amdvlk | Liam | |
2024-02-24 | settings: enable error applet | Liam | |
2024-02-18 | vulkan_device: don't use fixed cap for memory limits | Liam | |
2024-02-09 | general: add default configurations for applet mode | Liam | |
2024-01-31 | settings: Allow audio sink, input, and output to be set per game | t895 | |
2024-01-24 | Rework time service to fix time passing offline. | Kelebek1 | |
2023-12-12 | settings: Allow vsync to be changed per-game | t895 | |
2023-12-12 | settings: Allow CPU Debug and Fastmem to be changed per-game | t895 | |
2023-12-08 | settings: Enable NCE by default on capable systems | t895 | |
2023-11-30 | Merge pull request #12074 from GPUCode/yuwu-on-the-metal | liamwhite | |
Implement Native Code Execution (NCE) | |||
2023-11-29 | Merge pull request #11946 from flodavid/gamemode | liamwhite | |
Enable (Feral Interactive) Gamemode on Linux | |||
2023-11-26 | qt: add cpu_backend configuration | amazingfate | |
2023-11-26 | Merge pull request #11535 from GPUCode/upload_cmdbuf | Fernando S | |
renderer_vulkan: Introduce separate cmd buffer for uploads | |||
2023-11-25 | yuzu: create linux group in general settings | flodavid | |
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules | |||
2023-11-25 | yuzu: integrate gamemode support on linux | xcfrg | |
2023-11-25 | Address some review comments | GPUCode | |
2023-11-25 | arm: Implement native code execution backend | Liam | |
2023-11-25 | device_memory: Enable direct mapped addresses for nce | GPUCode | |
2023-11-25 | settings: Add cpu backend setting | GPUCode | |
2023-11-21 | common: settings: Add ifdefs to define android's default settings | t895 | |
2023-11-12 | renderer_vulkan: Introduce separate cmd buffer for uploads | GPUCode | |
2023-11-10 | yuzu: Make mute audio persistent | Narr the Reg | |
2023-10-29 | Merge pull request #11689 from liamwhite/breakpad | liamwhite | |
qt: implement automatic crash dump support | |||
2023-10-12 | yuzu: Use new setting method for stop emulation | Florian | |
2023-10-08 | qt: implement automatic crash dump support | Liam | |
2023-09-28 | Merge pull request #11402 from FernandoS27/depth-bias-control | liamwhite | |
Vulkan: Implement Depth Bias Control | |||
2023-09-23 | Query Cachge: Fully rework Vulkan's query cache | Fernando Sahmkow | |
2023-09-16 | Vulkan: add temporary workaround for AMDVLK | Fernando Sahmkow | |
2023-09-14 | debug: Add renderdoc capture hotkey | GPUCode | |
2023-08-22 | settings: Add docked mode helper function | lat9nq | |
2023-08-22 | general: Convert use_docked_mode to an enumeration | lat9nq | |
Allows some special interactions with it in the Qt frontend. | |||
2023-08-15 | settings: Add AspectRatio enum, split res scale function | lat9nq | |
2023-07-25 | (ui)settings: Add more runtime_modifiable settings | lat9nq | |
2023-07-24 | settings: Set GPU as default ASTC decoder | lat9nq | |
2023-07-21 | common: Move global configuration state modifiers back to settings | lat9nq | |
2023-07-21 | core,common: Give memory layout setting an enum | lat9nq | |
Allows for 6GB and 8GB layouts to be selected. | |||
2023-07-21 | settings: Require time zone setting value for stirng | lat9nq | |
2023-07-21 | settings,configuration: Add a default suffix | lat9nq | |
2023-07-21 | settings: Define paired settings | lat9nq | |
settings_common: Remove unused optional | |||
2023-07-21 | settings: Define specializations for settings | lat9nq | |
Suggests to a frontend how to represent each setting. | |||
2023-07-21 | settings,uisettings: Remove leading underscore | lat9nq | |
2023-07-21 | settings: Move speed_limit to core | lat9nq | |
2023-07-21 | common,yuzu-qt: Avoid explicit instantiation on old clang | lat9nq | |
Clang versions < 15 have compile issues with explicit instantiation. Disable it for these versions. |