This repository has been archived on 2025-12-14. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
github.ong19th.Citron/src/yuzu
lat9nq 62c13e8318 configure_per_game: Initialize tabs after loading custom configuration
Changes tab initialization to happen after the configuration is loaded,
which means that it no longer happens as member initializers in the
ConfigurePerGame constructor. Removes the cluster of
??_tab->SetConfiguration's that I added earlier to get around this issue
initially.

Fixes a regression in #6774
2022-01-04 23:43:19 -05:00
..
applets controller_applet: Only populate supported controllers 2022-01-01 21:42:17 -06:00
configuration configure_per_game: Initialize tabs after loading custom configuration 2022-01-04 23:43:19 -05:00
debugger profiler: Use QWheelEvent position().toPoint() 2021-12-08 15:25:46 -05:00
util yuzu: Implement basic controller navigation 2021-12-02 15:17:44 -06:00
about_dialog.cpp configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04:00
about_dialog.h
aboutdialog.ui yuzu/main: Fix version info in logging and about dialog 2021-05-16 22:17:17 -04:00
bootmanager.cpp yuzu: Fix TAS from rebase 2021-11-24 20:30:29 -06:00
bootmanager.h yuzu: Fix TAS from rebase 2021-11-24 20:30:29 -06:00
CMakeLists.txt main: fix wake lock in Flatpak ... 2021-12-22 02:27:09 -07:00
compatdb.cpp yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
compatdb.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
compatdb.ui
compatibility_list.cpp
compatibility_list.h
discord.h
discord_impl.cpp discord_impl: Remove global system instances 2021-10-07 13:50:13 -04:00
discord_impl.h discord_impl: Remove global system instances 2021-10-07 13:50:13 -04:00
game_list.cpp game_list: Add persistent setting for the favorites row expanded state 2021-12-12 15:46:42 -05:00
game_list.h yuzu: Implement basic controller navigation 2021-12-02 15:17:44 -06:00
game_list_p.h game_list: Make game list folder icons smaller (#6762) 2021-08-01 12:59:36 -04:00
game_list_worker.cpp game_list: Remove global instances of Core::System 2021-10-07 13:50:13 -04:00
game_list_worker.h game_list: Remove global instances of Core::System 2021-10-07 13:50:13 -04:00
hotkeys.cpp hotkeys: Don't allow hotkeys to spam 2021-11-17 10:42:20 -06:00
hotkeys.h
Info.plist
install_dialog.cpp
install_dialog.h install_dialog: Make use of [[nodiscard]] where applicable 2020-09-23 13:22:04 -04:00
loading_screen.cpp general: Replace high_resolution_clock with steady_clock 2021-12-02 14:20:43 -05:00
loading_screen.h general: Replace high_resolution_clock with steady_clock 2021-12-02 14:20:43 -05:00
loading_screen.ui
main.cpp yuzu: Fix UI elements not updating correctly 2022-01-01 17:57:43 -06:00
main.h main: fix wake lock in Flatpak ... 2021-12-22 02:27:09 -07:00
main.ui Refactor menu states and shortcuts in GMainWindow. (#7419) 2021-11-24 21:27:25 -05:00
uisettings.cpp Replace "Light" theme by "Default" 2021-11-14 08:52:55 -05:00
uisettings.h game_list: Add persistent setting for the favorites row expanded state 2021-12-12 15:46:42 -05:00
yuzu.qrc yuzu: Various frontend improvements to avoid crashes and improve experience on Linux. 2021-02-14 00:20:41 -08:00
yuzu.rc