mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
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
This commit is contained in:
+1
-1
@@ -170,7 +170,7 @@ enum class DebugOverlay : int {
|
||||
FRAME_PROFILE,
|
||||
#endif
|
||||
CONTROL,
|
||||
AUDIO,
|
||||
Audio,
|
||||
GPU_PROFILE,
|
||||
GPU_ALLOCATOR,
|
||||
FRAMEBUFFER_LIST,
|
||||
|
||||
Reference in New Issue
Block a user