ppsspp/Core/MIPS/ARM
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
..
ArmAsm.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ArmCompALU.cpp jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
ArmCompBranch.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ArmCompFPU.cpp Core: Cleanup some sign extensions for clarity. 2023-04-05 17:16:51 -07:00
ArmCompLoadStore.cpp irjit: Implement ll/sc. 2023-07-29 17:57:44 -07:00
ArmCompReplace.cpp cmake: Detect features at compile time 2016-10-19 12:31:19 +02:00
ArmCompVFPU.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ArmCompVFPUNEON.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ArmCompVFPUNEONUtil.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ArmCompVFPUNEONUtil.h Namespacing cleanup (it's bad to do "using namespace" in a header) 2014-12-07 14:44:15 +01:00
ArmJit.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ArmJit.h irjit: Implement ll/sc. 2023-07-29 17:57:44 -07:00
ArmRegCache.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ArmRegCache.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00
ArmRegCacheFPU.cpp Logging API change (refactor) (#19324) 2024-07-14 14:42:59 +02:00
ArmRegCacheFPU.h jit: Reduce some include pollution. 2022-10-27 23:26:44 -07:00