From 149d550f7ea58622e734e934baf98fb41e217320 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Sat, 7 Mar 2020 16:35:12 +0300 Subject: [PATCH] gl: Restore commented out line - Byte order step was disabled for debugging and not restored --- rpcs3/Emu/RSX/GL/GLTextureCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/RSX/GL/GLTextureCache.h b/rpcs3/Emu/RSX/GL/GLTextureCache.h index 385a26393d..61cd803014 100644 --- a/rpcs3/Emu/RSX/GL/GLTextureCache.h +++ b/rpcs3/Emu/RSX/GL/GLTextureCache.h @@ -170,7 +170,7 @@ namespace gl pixel_pack_settings pack_settings; pack_settings.alignment(1); - //pack_settings.swap_bytes(pack_unpack_swap_bytes); + pack_settings.swap_bytes(pack_unpack_swap_bytes); src->copy_to(nullptr, format, type, pack_settings); real_pitch = src->pitch();