diff options
| -rw-r--r-- | src/xenia/gpu/shaders/resolve.xesli | 4 |
1 files 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 |
