yuzu-fork/src/yuzu/debugger
Romain Failliot 818651909f Fix a few warnings
- 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
2021-10-11 19:21:17 -04:00
..
console.cpp logging: Simplify and make thread-safe 2021-08-13 18:39:45 +00:00
console.h Add configurable logging backends 2018-07-02 21:45:47 -04:00
controller.cpp UI: Relocate tas menu and add brief description 2021-09-18 23:23:03 +02:00
controller.h input_common/tas: new update method 2021-09-18 23:22:57 +02:00
profiler.cpp Fix a few warnings 2021-10-11 19:21:17 -04:00
profiler.h yuzu/debugger/profiler: Remove unnecessary includes 2019-04-03 10:07:12 -04:00
wait_tree.cpp hle: kernel: Migrate to KHandleTable. 2021-05-05 16:40:53 -07:00
wait_tree.h hle: kernel: Migrate to KHandleTable. 2021-05-05 16:40:53 -07:00