2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/input_common/mouse
lat9nq a949ee0410 general: Code formatting improvements
Slight improvements to readability.

Dropped suggestions for string_view (settings.h:101), pass by value
(settings.h:82), reverting double to a float (config.cpp:316), and other
smaller ones, some out of scope.

Addresses review feedback.

Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
2021-07-08 14:07:10 -04:00
..
mouse_input.cpp input_common/mouse_input: Fix data race 2021-06-22 02:31:39 -03:00
mouse_input.h input_common/mouse_input: Fix data race 2021-06-22 02:31:39 -03:00
mouse_poller.cpp general: Code formatting improvements 2021-07-08 14:07:10 -04:00
mouse_poller.h