mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 05:45:03 -06:00
Unused var
This commit is contained in:
parent
94a3b1cfe8
commit
4df1a938b1
@ -133,7 +133,7 @@ namespace rsx
|
|||||||
return gcm_format;
|
return gcm_format;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline u32 get_sized_blit_format(bool is_32_bit, bool depth_format, bool is_format_convert)
|
static inline u32 get_sized_blit_format(bool is_32_bit, bool depth_format, bool /*is_format_convert*/)
|
||||||
{
|
{
|
||||||
if (is_32_bit)
|
if (is_32_bit)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user