[Kernel] Fix fetch field name that was changed.

This commit is contained in:
gibbed 2018-05-31 20:17:03 -05:00
parent e329649f2e
commit 9ac2bf0beb
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ void VdSwap(lpvoid_t buffer_ptr, // ptr into primary ringbuffer
texture_format == texture_format ==
gpu::TextureFormat::k_2_10_10_10_AS_16_16_16_16); gpu::TextureFormat::k_2_10_10_10_AS_16_16_16_16);
assert_true(color_space == 0); // RGB(0) assert_true(color_space == 0); // RGB(0)
assert_true(*frontbuffer_ptr == fetch.address << 12); assert_true(*frontbuffer_ptr == fetch.base_address << 12);
assert_true(*width == 1 + fetch.size_2d.width); assert_true(*width == 1 + fetch.size_2d.width);
assert_true(*height == 1 + fetch.size_2d.height); assert_true(*height == 1 + fetch.size_2d.height);