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
network
shader_recompiler
tests
video_core settings,general: Rename non-confirming enums 2023-07-21 10:56:54 -04:00
web_service
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