mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-04 23:40:07 +00:00
818651909f
- configure_input_player_widget.cpp: always better to use `const auto &` whenever possible - profiler.cpp: `ev->pos()` is deprecated, replace with `ev->position()`, which returns floats, thus the addition of `.toPoint()` (same as what's happening in `pos()`) - game_list.cpp: `QString::SplitBehavior` is deprecate, use `Qt::` namespace instead |
||
---|---|---|
.. | ||
console.cpp | ||
console.h | ||
controller.cpp | ||
controller.h | ||
profiler.cpp | ||
profiler.h | ||
wait_tree.cpp | ||
wait_tree.h |