mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-04-27 21:35:11 -06:00
gl: Silence compiler warning
This commit is contained in:
parent
5f86315ae0
commit
0869ef421d
@ -148,7 +148,7 @@ namespace gl
|
||||
}
|
||||
}
|
||||
|
||||
void dma_transfer(gl::command_context& cmd, gl::texture* src, const areai& src_area, const utils::address_range32& valid_range, u32 pitch)
|
||||
void dma_transfer(gl::command_context& cmd, gl::texture* src, const areai& src_area, const utils::address_range32& /*valid_range*/, u32 pitch)
|
||||
{
|
||||
init_buffer(src);
|
||||
glGetError();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user