eden-miror/src/yuzu/configuration
SchweGELBin a022560991
[desktop] tas: add option to disable file overwrite dialog (#3657)
Hello everybody, thank you for letting me participate in the development of the Eden emulator!

I've been playing around with the TAS functionality and didn't want to always click "Yes" in the dialog that askes if I want to "Overwrite file of player 1?" after recording the inputs.
So I can't record and play TAS files with keybinds only, because I'd still need to switching from my contoller to my keyboard and back.

So I added the option "Show recording dialog" into the configure_tas screen.
(The final naming and string can be changed of course.)
It's a checkbox that is enabled by default (so no changes if ignored), but can be unchecked to disable the popup.
The change has been tested on top of the current master branch.

I've also created a commit to add the relevant translation data, where german is translated and the rest unfinished.
I'm not sure how this would be handled as this project uses transifex for it localization, so I can remove this commit if preferred.

Have a great day!
- Michi

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3657
Reviewed-by: crueter <crueter@eden-emu.dev>
Reviewed-by: CamilleLaVey <camillelavey99@gmail.com>
Co-authored-by: SchweGELBin <abramjannikmichael06@gmail.com>
Co-committed-by: SchweGELBin <abramjannikmichael06@gmail.com>
2026-03-07 20:08:47 +01:00
..
addon [desktop] Add mod importer from folder and zip (#3472) 2026-02-06 06:37:30 +01:00
system [desktop] Disable generate UUID button when editing user (#3428) 2026-01-30 18:05:26 +01:00
configuration_shared.cpp common,qt-config: Remove usage of forward_list 2023-07-21 23:09:09 -04:00
configuration_shared.h common,qt-config: Remove usage of forward_list 2023-07-21 23:09:09 -04:00
configure.ui [desktop] fix random qt annoyances (#226) 2025-08-08 01:25:00 +02:00
configure_applets.cpp settings: enable error applet 2024-02-24 22:56:08 -05:00
configure_applets.h general: add default configurations for applet mode 2024-02-09 09:20:53 -05:00
configure_applets.ui general: add default configurations for applet mode 2024-02-09 09:20:53 -05:00
configure_audio.cpp [desktop] fix audio output engine not saving (#3083) 2025-11-25 00:20:16 +01:00
configure_audio.h settings: Allow audio sink, input, and output to be set per game 2024-01-31 09:31:19 -05:00
configure_audio.ui configure_audio: Implement ui generation 2023-07-21 10:56:07 -04:00
configure_camera.cpp [desktop] port IR Camera to Qt6 & fix camera saving on windows (#3630) 2026-02-28 01:06:59 +01:00
configure_camera.h [desktop] port IR Camera to Qt6 & fix camera saving on windows (#3630) 2026-02-28 01:06:59 +01:00
configure_camera.ui
configure_cpu.cpp [qt] remove VTable bouncing from unsafe options in CPU settings (#3320) 2026-01-17 03:40:09 +01:00
configure_cpu.h [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
configure_cpu.ui Fast CPU Time & Improved Fast GPU Time (#109) 2025-05-29 08:19:51 +00:00
configure_cpu_debug.cpp
configure_cpu_debug.h
configure_cpu_debug.ui
configure_debug.cpp [common] autogenerate unique console serial for every install (#3550) 2026-02-15 04:11:39 +01:00
configure_debug.h [android, qt] 16 bit debug knob set for quick development toggles (#3076) 2025-11-25 00:41:45 +01:00
configure_debug.ui [android, qt] 16 bit debug knob set for quick development toggles (#3076) 2025-11-25 00:41:45 +01:00
configure_debug_controller.cpp hid_core: Move hid to it's own subproject 2024-01-05 11:41:15 -06:00
configure_debug_controller.h
configure_debug_controller.ui
configure_debug_tab.cpp
configure_debug_tab.h
configure_debug_tab.ui
configure_dialog.cpp [fs/core] Load external content without NAND install (#2862) 2026-02-06 14:05:44 +01:00
configure_dialog.h [fs/core] Load external content without NAND install (#2862) 2026-02-06 14:05:44 +01:00
configure_filesystem.cpp [desktop] Add basic Frametime/FPS overlay (#3537) 2026-02-15 19:22:19 +01:00
configure_filesystem.h [fs/core] Load external content without NAND install (#2862) 2026-02-06 14:05:44 +01:00
configure_filesystem.ui [qt, android] Implement custom save path setting and migration + Implement custom path settings for Android (#3154) 2025-12-31 21:20:30 +01:00
configure_general.cpp [fs/core] Load external content without NAND install (#2862) 2026-02-06 14:05:44 +01:00
configure_general.h [fs/core] Load external content without NAND install (#2862) 2026-02-06 14:05:44 +01:00
configure_general.ui [fs/core] Load external content without NAND install (#2862) 2026-02-06 14:05:44 +01:00
configure_graphics.cpp [common] merge RenderBackend and ShaderBackend options (#3313) 2026-01-18 12:33:00 +01:00
configure_graphics.h [common] merge RenderBackend and ShaderBackend options (#3313) 2026-01-18 12:33:00 +01:00
configure_graphics.ui configure_graphics: Reimplement bg_color 2023-07-21 10:56:07 -04:00
configure_graphics_advanced.cpp [desktop, settings] new RendererHacks category, move to Extensions -> Extras, fix GPU accuracy naming (#3245) 2025-12-31 23:45:58 +01:00
configure_graphics_advanced.h yuzu: Add per-game linux gamemode configuration 2024-01-02 21:21:40 +01:00
configure_graphics_advanced.ui [desktop, settings] new RendererHacks category, move to Extensions -> Extras, fix GPU accuracy naming (#3245) 2025-12-31 23:45:58 +01:00
configure_graphics_extensions.cpp [desktop, settings] new RendererHacks category, move to Extensions -> Extras, fix GPU accuracy naming (#3245) 2025-12-31 23:45:58 +01:00
configure_graphics_extensions.h Add dynamic state extension configs 2025-04-23 20:57:53 -04:00
configure_graphics_extensions.ui [desktop, settings] new RendererHacks category, move to Extensions -> Extras, fix GPU accuracy naming (#3245) 2025-12-31 23:45:58 +01:00
configure_hotkeys.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
configure_hotkeys.h yuzu: Make controller keys easier to assign 2024-02-06 16:51:39 -06:00
configure_hotkeys.ui
configure_input.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
configure_input.h [chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398) 2025-12-26 02:55:52 +01:00
configure_input.ui
configure_input_advanced.cpp [desktop] port IR Camera to Qt6 & fix camera saving on windows (#3630) 2026-02-28 01:06:59 +01:00
configure_input_advanced.h core: hid: Signal color updates 2023-11-04 14:13:18 -06:00
configure_input_advanced.ui [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
configure_input_per_game.cpp hid_core: Move hid to it's own subproject 2024-01-05 11:41:15 -06:00
configure_input_per_game.h [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
configure_input_per_game.ui
configure_input_player.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
configure_input_player.h Convert files to LF eol 2023-11-04 18:25:40 +00:00
configure_input_player.ui fix a large variety of issues (#101) 2025-05-11 23:58:25 +00:00
configure_input_player_widget.cpp [chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398) 2025-12-26 02:55:52 +01:00
configure_input_player_widget.h [chore] Fixed a couple memory leaks using up ~15 MB each iteration (#398) 2025-12-26 02:55:52 +01:00
configure_input_profile_dialog.cpp
configure_input_profile_dialog.h
configure_input_profile_dialog.ui
configure_motion_touch.cpp [meta] remove stale/dead links in help/about (#3064) 2025-11-22 21:08:55 +01:00
configure_motion_touch.h yuzu: Add per-game linux gamemode configuration 2024-01-02 21:21:40 +01:00
configure_motion_touch.ui [meta] remove stale/dead links in help/about (#3064) 2025-11-22 21:08:55 +01:00
configure_mouse_panning.cpp yuzu: Ensure mouse panning can't be enabled with real mouse emulation 2023-06-30 18:59:39 -06:00
configure_mouse_panning.h yuzu: Add per-game linux gamemode configuration 2024-01-02 21:21:40 +01:00
configure_mouse_panning.ui yuzu: Ensure mouse panning can't be enabled with real mouse emulation 2023-06-30 18:59:39 -06:00
configure_network.cpp Add Airplane Mode + Host Network Interface Details (#204) 2025-06-26 18:55:34 +00:00
configure_network.h
configure_network.ui Add Airplane Mode + Host Network Interface Details (#204) 2025-06-26 18:55:34 +00:00
configure_per_game.cpp [Configuration] Add Applets Tab to Per-Game Configurations (#3623) 2026-02-24 22:25:28 +01:00
configure_per_game.h [Configuration] Add Applets Tab to Per-Game Configurations (#3623) 2026-02-24 22:25:28 +01:00
configure_per_game.ui c_per_game: Inform when settings might not be configurable 2023-07-21 10:56:07 -04:00
configure_per_game_addons.cpp [desktop] addons: open mod folder in rc menu (#3662) 2026-03-06 16:38:21 +01:00
configure_per_game_addons.h [desktop] Allow deletion of add-ons from the add-on menu (#3626) 2026-02-25 03:38:13 +01:00
configure_per_game_addons.ui [desktop] Add mod importer from folder and zip (#3472) 2026-02-06 06:37:30 +01:00
configure_profile_manager.cpp [desktop] Fix double profile deletion (#3422) 2026-01-30 14:35:05 +01:00
configure_profile_manager.h [desktop] Fix double profile deletion (#3422) 2026-01-30 14:35:05 +01:00
configure_profile_manager.ui [desktop] refactor profile management and fix some misc bugs with it (#3415) 2026-01-29 17:17:28 +01:00
configure_ringcon.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
configure_ringcon.h Convert files to LF eol 2023-11-04 18:25:40 +00:00
configure_ringcon.ui Hyphenate Joy-Con and clarify further 2023-06-25 12:51:16 -04:00
configure_system.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
configure_system.h Merge pull request #12555 from flodavid/fix-gamemode-setting 2024-01-28 15:02:34 -05:00
configure_system.ui yuzu: create linux group in general settings 2023-11-25 19:30:37 +01:00
configure_tas.cpp [desktop] tas: add option to disable file overwrite dialog (#3657) 2026-03-07 20:08:47 +01:00
configure_tas.h Convert files to LF eol 2023-11-04 18:25:40 +00:00
configure_tas.ui [desktop] tas: add option to disable file overwrite dialog (#3657) 2026-03-07 20:08:47 +01:00
configure_touch_from_button.cpp [cmake] enable clang-cl and WoA builds (#348) 2025-09-09 20:47:49 +02:00
configure_touch_from_button.h
configure_touch_from_button.ui
configure_touch_widget.h
configure_touchscreen_advanced.cpp config: Unify config handling under frontend_common 2023-11-21 01:58:13 -05:00
configure_touchscreen_advanced.h Convert files to LF eol 2023-11-04 18:25:40 +00:00
configure_touchscreen_advanced.ui [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
configure_ui.cpp [desktop] Add icon-only mode to grid and improve design (#3485) 2026-02-07 22:48:39 +01:00
configure_ui.h yuzu-qt: Screenshots depend more on the graphics settings 2023-08-16 16:12:42 -04:00
configure_ui.ui [desktop] Add icon-only mode to grid and improve design (#3485) 2026-02-07 22:48:39 +01:00
configure_vibration.cpp service: hid: Fully implement abstract vibration 2024-01-15 23:15:40 -06:00
configure_vibration.h
configure_vibration.ui
configure_web.cpp [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00
configure_web.h [frontend, web] refactor: web service frontend rewrite (#221) 2025-07-01 01:44:12 +00:00
configure_web.ui [desktop, core] yuzu -> Eden, eden -> Eden 2025-07-19 00:12:21 -04:00
input_profiles.cpp User Data Migration from Citron, Sudachi, and Yuzu (#91) 2025-05-08 22:16:07 +00:00
input_profiles.h [*] change all std::unordered_map and std::unordered_set into ankerl::unordered_dense::map/set variants (#3442) 2026-02-10 03:34:07 +01:00
shared_widget.cpp [cmake, common] allow build with -fno-rtti and /GR-, to disable gen of rtti and save some bytes in vtables (#359) 2026-02-22 03:09:03 +01:00
shared_widget.h [qt_common] reorg + checkstate abstraction (#2735) 2025-10-15 05:05:03 +02:00