summaryrefslogtreecommitdiff
path: root/src/yuzu/configuration/shared_translation.cpp
AgeCommit message (Collapse)Author
2024-02-13Merge pull request #12941 from FearlessTobi/setting-tooltipsliamwhite
shared_translation: Add tooltips for yuzu settings
2024-02-09general: add default configurations for applet modeLiam
2024-02-08shared_translation: Add tooltips for general settingsFearlessTobi
2024-02-06shared_translation: Add tooltips for advanced graphics and system settingsFearlessTobi
2024-02-06shared_translation: Add tooltips for core and graphics settingsFearlessTobi
2024-01-24Rework time service to fix time passing offline.Kelebek1
2023-12-21Settings: Indicate AMD's compatibility with SPIR-V on OGLAmeer J
2023-11-30Merge pull request #12074 from GPUCode/yuwu-on-the-metalliamwhite
Implement Native Code Execution (NCE)
2023-11-26qt: add cpu_backend configurationamazingfate
2023-11-25yuzu: create linux group in general settingsflodavid
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
2023-11-25yuzu: integrate gamemode support on linuxxcfrg
2023-11-08shared_translation: Call tr for each stringlat9nq
Qt can't parse tr called within a macro, so we must call it on each string. shared_translation: Remove redundant include
2023-10-31qt: remove duplicate exit confirmation settingLiam
2023-10-12yuzu: Use new setting method for stop emulationFlorian
2023-10-12yuzu: Enable to use controller to close a gameflodavid
- Add General setting to choose if a confirm dialog is shown when stopping - Show the right confirm dialog if wanted - Reuse dialog window that ask to close the game - Add "L + Plus + Minus" default shortcut to Stop emulation - Create generic question dialog based on TAS dialog - It allows controller interaction on most dialogs
2023-10-03yuzu: Fix mute when in background settingNarr the Reg
2023-08-22shared_translation: Define use_docked_mode textslat9nq
2023-07-21shared_translation: Update memory layout mode stringslat9nq
2023-07-21settings: Require time zone setting value for stirnglat9nq
2023-07-21shared_translation: Add missing time zoneslat9nq
2023-07-21shared_translation: Add controller_applet_disabledlat9nq
2023-07-21shared_translation: Add barrier_feedback_loopslat9nq
2023-07-21configuration: Use enum indexlat9nq
2023-07-21shared_translation: Deobfuscate auto time zonelat9nq
2023-07-21shared_translation: Fix context usagelat9nq
Currently unused, but I don't want to start headaches when someone decides to use it the first time.
2023-07-21settings,translation: Fix time zone enumlat9nq
Renames enum values to conform to naming convention.
2023-07-21configuration: Move speed_limit to corelat9nq
2023-07-21settings: Delete cpu_accuracy_first_timelat9nq
Almost a 2 year old migration setting now
2023-07-21configuration/shared: Clean up includes [IWYU]lat9nq
2023-07-21general: Add typeinfo where neededlat9nq
Using typeid without including typeinfo first produces an ill-formed program.
2023-07-21shared_translation: Populate combobox enums with macrolat9nq
2023-07-21shared_translation: Add translation for use video framratelat9nq
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-07-21settings,general: Rename/reorder setting idslat9nq
2023-07-21shared_translation: Add translation for AstcRecompressionlat9nq
2023-07-21shared_translation: Add missing tooltipslat9nq
2023-07-21configuration: Use a mapping of setting value to namelat9nq
Makes comboboxes always correspond to the value of the setting they're modifying.
2023-07-21configure_audio: Implement ui generationlat9nq
Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation configure_audio: Implement ui generation Needs a considerable amount of management specific to some of the comoboboxes due to the audio engine configuration. general: Partial audio config implmentation settings: Make audio settings as enums
2023-07-21shared_widget: Refactor helperslat9nq
Makes checkbox creation an option as opposed to a label.
2023-07-21configure_system: Implement with for looplat9nq
2023-07-21shared_translation: Add UI widget translationslat9nq
2023-07-21configuration: Use buttons instead of highlightslat9nq
Only for updated configs at the moment
2023-07-21shared_translations: Re flow stringslat9nq
2023-07-21settings: Add anisotropy mode enumlat9nq
2023-07-21shared_translation: Finish using int idslat9nq
2023-07-21configure_graphics: Partial runtime implementationlat9nq
2023-07-21shared_translation: Add the rest of the settingslat9nq
2023-07-21shared_translation: Add copyright and licenselat9nq
2023-07-21configure_graphics_advance: Generate UI at runtimelat9nq
We can iterate through the AdvancedGraphics settings and generate the UI during runtime. This doesn't help runtime efficiency, but it helps a ton in reducing the amount of work a developer needs in order to add a new setting.