[Build] Use clang 20 for clang format consistently across Win/Lin
This commit is contained in:
@@ -124,7 +124,7 @@ void HostExceptionReport::AddString(const char* s) {
|
||||
}
|
||||
|
||||
const char* HostExceptionReport::GetFormattedAddress(uintptr_t address) {
|
||||
char(¤t_buffer)[128] =
|
||||
char (¤t_buffer)[128] =
|
||||
formatted_addresses[address_format_ring_index++ % 16];
|
||||
|
||||
/* if (address >= g_xenia_exe_base &&
|
||||
|
||||
Reference in New Issue
Block a user