From 7db772bfeb1e1f7a4c3de7f4aa0f8b879c138440 Mon Sep 17 00:00:00 2001 From: Triang3l Date: Tue, 13 Jan 2026 23:22:30 +0300 Subject: [PATCH] [GPU] XeResolveLocalXAddressXor comment typo correction --- src/xenia/gpu/shaders/resolve.xesli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xenia/gpu/shaders/resolve.xesli b/src/xenia/gpu/shaders/resolve.xesli index f220503ab..c0837c322 100644 --- a/src/xenia/gpu/shaders/resolve.xesli +++ b/src/xenia/gpu/shaders/resolve.xesli @@ -194,8 +194,8 @@ uint XeResolveEdramPixelStrideInts(XeResolveInfo resolve_info) { } // XOR to apply to the byte address to flip the bits corresponding to the - // given X coordinate bits the macro tile width, or with resolution scaling, - // within XeniaTextureResolutionScaledGroupElements.x. + // given X coordinate bits within the macro tile width, or with resolution + // scaling, within XeniaTextureResolutionScaledGroupElements.x. uint XeResolveLocalXAddressXor(const uint x, const uint bytes_per_element_log2) { #ifdef XE_RESOLVE_RESOLUTION_SCALED