From 40bb9974f21878e64fb03d70e717cb996bf13a29 Mon Sep 17 00:00:00 2001 From: spycrab Date: Thu, 12 Apr 2018 14:18:04 +0200 Subject: Reformat all the things! --- Source/Core/VideoBackends/Software/TextureEncoder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/Core/VideoBackends/Software/TextureEncoder.cpp') diff --git a/Source/Core/VideoBackends/Software/TextureEncoder.cpp b/Source/Core/VideoBackends/Software/TextureEncoder.cpp index c6f9f1b504..751b148e18 100644 --- a/Source/Core/VideoBackends/Software/TextureEncoder.cpp +++ b/Source/Core/VideoBackends/Software/TextureEncoder.cpp @@ -1216,7 +1216,7 @@ static void EncodeZ24(u8* dst, const u8* src, EFBCopyFormat format) ENCODE_LOOP_SPANS break; - // FIXME: handle RA8? + // FIXME: handle RA8? case EFBCopyFormat::RGBA8: SetBlockDimensions(2, 2, &sBlkCount, &tBlkCount, &sBlkSize, &tBlkSize); @@ -1326,7 +1326,7 @@ static void EncodeZ24halfscale(u8* dst, const u8* src, EFBCopyFormat format) ENCODE_LOOP_SPANS break; - // FIXME: handle RA8? + // FIXME: handle RA8? case EFBCopyFormat::RGBA8: SetBlockDimensions(2, 2, &sBlkCount, &tBlkCount, &sBlkSize, &tBlkSize); -- cgit v1.2.3