From 0a5a5d90efd2dbc7b402ab61f1021922dbf7496f Mon Sep 17 00:00:00 2001 From: Luke Street Date: Tue, 7 Jul 2026 21:24:34 -0600 Subject: [PATCH] Test stub fix --- tests/gx_test_stubs.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/gx_test_stubs.cpp b/tests/gx_test_stubs.cpp index 7ac81c0..66b537b 100644 --- a/tests/gx_test_stubs.cpp +++ b/tests/gx_test_stubs.cpp @@ -180,8 +180,8 @@ void write_texture(TextureRef& ref, ArrayRef data) noexcept {} void queue_texture_upload(TextureUpload upload) {} void queue_texture_upload_data(const uint8_t* data, size_t length, uint32_t bytesPerRow, uint32_t rowsPerImage, wgpu::TexelCopyTextureInfo tex, wgpu::Extent3D size) {} -void resolve_pass(TextureHandle texture, ClipRect rect, bool clearColor, bool clearAlpha, bool clearDepth, - Vec4 clearColorValue, float clearDepthValue, GXTexFmt resolveFormat) {} +void resolve_pass_into(TextureHandle texture, ClipRect rect, bool clearColor, bool clearAlpha, bool clearDepth, + Vec4 clearColorValue, float clearDepthValue, GXTexFmt resolveFormat) {} void queue_palette_conv(tex_palette_conv::ConvRequest req) {} void begin_offscreen(uint32_t width, uint32_t height) {} void end_offscreen() {}