HybridXFB: Fix lint errors

This commit is contained in:
iwubcode
2017-11-17 22:11:31 -06:00
parent 725d14e4c6
commit 53684701fa
39 changed files with 207 additions and 204 deletions
@@ -12,6 +12,5 @@ struct EFBCopyParams;
namespace TextureEncoder
{
void Encode(u8* dst, const EFBCopyParams& params, u32 native_width, u32 bytes_per_row,
u32 num_blocks_y, u32 memory_stride, const EFBRectangle& src_rect,
bool scale_by_half);
u32 num_blocks_y, u32 memory_stride, const EFBRectangle& src_rect, bool scale_by_half);
}