Fixed RtlCompareString and RtlCompareStringN, they were very wrong, for CompareString the params are struct ptrs not char ptrs
Fixed a ton of clang-cl compiler warnings about unused variables, still many left. Fixed a lot of inconsistent override ones too
This commit is contained in:
@@ -433,7 +433,7 @@ void VdSwap_entry(
|
||||
return;
|
||||
}
|
||||
gpu_fetch.base_address = frontbuffer_physical_address >> 12;
|
||||
|
||||
XE_MAYBE_UNUSED
|
||||
auto texture_format = gpu::xenos::TextureFormat(texture_format_ptr.value());
|
||||
auto color_space = *color_space_ptr;
|
||||
assert_true(texture_format == gpu::xenos::TextureFormat::k_8_8_8_8 ||
|
||||
|
||||
Reference in New Issue
Block a user