ppsspp/Common/Render/Text
Henrik Rydgård e01ca5b057
Logging API change (refactor) (#19324)
* Rename LogType to Log

* Explicitly use the Log:: enum when logging. Allows for autocomplete when editing.

* Mac/ARM64 buildfix

* Do the same with the hle result log macros

* Rename the log names to mixed case while at it.

* iOS buildfix

* Qt buildfix attempt, ARM32 buildfix
2024-07-14 14:42:59 +02:00
..
draw_text.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
draw_text.h Remove duplicate code from the text rendering backends 2024-06-01 09:58:58 +02:00
draw_text_android.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
draw_text_android.h Remove duplicate code from the text rendering backends 2024-06-01 09:58:58 +02:00
draw_text_cocoa.h Remove duplicate code from the text rendering backends 2024-06-01 09:58:58 +02:00
draw_text_cocoa.mm Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
draw_text_qt.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
draw_text_qt.h Remove duplicate code from the text rendering backends 2024-06-01 09:58:58 +02:00
draw_text_sdl.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
draw_text_sdl.h Remove duplicate code from the text rendering backends 2024-06-01 09:58:58 +02:00
draw_text_uwp.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
draw_text_uwp.h Remove duplicate code from the text rendering backends 2024-06-01 09:58:58 +02:00
draw_text_win.cpp Remove duplicate code from the text rendering backends 2024-06-01 09:58:58 +02:00
draw_text_win.h Remove duplicate code from the text rendering backends 2024-06-01 09:58:58 +02:00