From d1ad10b98c4e661969c72c49cd3749daea4dc473 Mon Sep 17 00:00:00 2001 From: Triang3l Date: Tue, 31 May 2022 23:23:53 +0300 Subject: [PATCH] [GPU] Primitive reset comment typo correction [ci skip] --- src/xenia/gpu/primitive_processor.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/xenia/gpu/primitive_processor.cc b/src/xenia/gpu/primitive_processor.cc index 0e0a53c3f..5c91abaa8 100644 --- a/src/xenia/gpu/primitive_processor.cc +++ b/src/xenia/gpu/primitive_processor.cc @@ -703,9 +703,9 @@ bool PrimitiveProcessor::Process(ProcessingResult& result_out) { // Does not need indirection on backends not supporting full 32-bit // indices. if (guest_primitive_reset_index_guest_endian != UINT16_MAX) { - // If primitive reset is with a non-0xFFFF index is used, replace - // with 0xFFFF if 0xFFFF is not used as a real index, or with - // 0xFFFFFFFF if it is. + // If primitive reset with a non-0xFFFF index is used, replace with + // 0xFFFF if 0xFFFF is not used as a real index, or with 0xFFFFFFFF + // if it is. // Writing to the trace irrespective of the cache lookup result // because cache behavior depends on runtime configuration and // state.