From 2ba0ebb4cb6c50e23151c6fff312b993327db278 Mon Sep 17 00:00:00 2001 From: DrChat Date: Sun, 6 Aug 2017 16:55:02 -0500 Subject: [PATCH] GPU: Add back k_1_REVERSE --- src/xenia/gpu/texture_info_formats.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/gpu/texture_info_formats.cc b/src/xenia/gpu/texture_info_formats.cc index eea1e953c..95b207c05 100644 --- a/src/xenia/gpu/texture_info_formats.cc +++ b/src/xenia/gpu/texture_info_formats.cc @@ -20,7 +20,7 @@ using namespace xe::gpu::xenos; {TextureFormat::texture_format, FormatType::format, block_width, block_height, bits_per_pixel} const FormatInfo* FormatInfo::Get(uint32_t gpu_format) { static const FormatInfo format_infos[] = { - FORMAT_INFO(kUnknown , kUncompressed, 0, 0, 0), // k_1_REVERSE + FORMAT_INFO(k_1_REVERSE , kUncompressed, 1, 1, 1), FORMAT_INFO(k_1 , kUncompressed, 1, 1, 1), FORMAT_INFO(k_8 , kUncompressed, 1, 1, 8), FORMAT_INFO(k_1_5_5_5 , kUncompressed, 1, 1, 16),