2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src
lat9nq 7515c502c5 shared_widget: Avoid calling QWidgetPrivate::setVisible
This particular setVisible function is unnecessary.
It also has horrible runtime performance, so much that it consumed maybe
80% of the time used to create a widget.
2023-07-21 10:56:54 -04:00
..
android android-config: Adapt settings rework 2023-07-21 10:56:07 -04:00
audio_core settings,general: Rename non-confirming enums 2023-07-21 10:56:54 -04:00
common general: Add typeinfo where needed 2023-07-21 10:56:54 -04:00
core settings,general: Rename non-confirming enums 2023-07-21 10:56:54 -04:00
dedicated_room
input_common input_common: set SDL_HINT_GAMECONTROLLER_USE_BUTTON_LABELS to 0 2023-07-07 21:59:47 +02:00
network
shader_recompiler shaders: Track local memory usage 2023-06-25 18:59:33 -04:00
tests
video_core settings,general: Rename non-confirming enums 2023-07-21 10:56:54 -04:00
web_service general: Silence -Wshadow{,-uncaptured-local} warnings 2023-07-18 19:31:35 -04:00
yuzu shared_widget: Avoid calling QWidgetPrivate::setVisible 2023-07-21 10:56:54 -04:00
yuzu_cmd configure_system: Implement with for loop 2023-07-21 10:56:07 -04:00
.clang-format
CMakeLists.txt