mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
gl: Remove debug message
This commit is contained in:
parent
1b305bf789
commit
a5d73f41b5
1 changed files with 0 additions and 1 deletions
|
@ -796,7 +796,6 @@ namespace gl
|
|||
{
|
||||
g_deswizzle_scratch_buffer.remove();
|
||||
g_deswizzle_scratch_buffer.create(gl::buffer::target::ssbo, image_linear_size, nullptr, gl::buffer::memory_type::local);
|
||||
rsx_log.error("DESWZ BUF @0x%x", g_deswizzle_scratch_buffer.id());
|
||||
}
|
||||
|
||||
upload_scratch_mem->copy_to(&g_deswizzle_scratch_buffer, 0, 0, image_linear_size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue