libretroadmin 285d89b7d9 (win32_common.c) Optimize win32_save_positions - is always called whenever the window moves around (WM_MOVE) so is worth optimizing
- Get rid of memset, set the member variables to 0 manually instead. Note - rcDevice is behind a _MAC ifdef in the headers (some hypothetical Mac port
of Windows which never happened and therefore the ifdef is useless), so rcDevice is not set and will just be unused anyway
- Variable scoping, move variables to where they are needed
2022-07-09 16:16:23 +02:00
..
2020-08-03 15:51:07 +02:00
2022-05-16 14:19:17 +02:00
2022-05-19 22:32:03 +02:00
2020-07-07 03:02:55 +02:00
2021-03-31 13:13:27 +02:00
2021-03-31 13:13:27 +02:00
2022-03-30 17:30:20 +02:00
2021-09-26 22:28:28 +02:00
2020-01-06 00:33:28 +01:00
2020-03-07 17:30:56 +01:00
2021-09-29 17:48:58 +02:00
2021-09-26 22:28:28 +02:00
2020-07-18 16:54:14 +02:00
2022-05-21 16:31:10 +02:00
2021-03-25 16:19:42 +00:00
2021-03-25 16:19:42 +00:00
2020-07-18 16:54:14 +02:00
2020-08-03 16:33:54 +02:00
2022-05-31 20:04:33 +02:00
2022-05-17 13:21:56 +02:00
2020-07-07 03:02:55 +02:00
2019-01-17 19:39:38 -08:00