Files
citra/src/common
Théo B e0d2c1308e log: fix SOC_U::Accept LOG_DEBUG call, and ensure such mistakes get picked up at compile time (#7463)
* fix SOC_U::Accept invalid log function

* make logging get checked at compile time
- ensures log strings match the amount and type (if the format specifies an integer, for example) of the arguments
- if at any later point a runtime-generated string is used as the log format, FmtLogMessage might require an overload taking a fmt::runtime_format_string<> as the format argument type, everything else being equal. wrap the generated string with fmt::runtime() before passing to the LOG_X function

* formatting fix: aligning the arguments
2024-02-25 21:43:29 -08:00
..
2023-04-21 10:14:55 +03:00
2020-03-29 16:14:36 +01:00
2018-10-20 10:35:55 -04:00
2023-04-27 07:38:28 +03:00
2023-04-27 07:38:28 +03:00
2023-09-27 13:42:19 -03:00
2022-11-15 11:20:35 +01:00
2023-04-21 10:14:55 +03:00
2020-01-15 19:58:33 -07:00
2023-12-14 16:26:33 +02:00
2023-04-27 07:38:28 +03:00
2023-04-27 07:38:28 +03:00
2023-04-27 07:38:28 +03:00
2022-05-18 00:05:40 -04:00
2023-09-27 13:42:19 -03:00