From 0167e9140e2a732c2267bdc4672ecd0360d49227 Mon Sep 17 00:00:00 2001 From: archshift Date: Sat, 6 Sep 2014 20:04:13 -0700 Subject: utils: cleaned up DumpTGA, removing redundancies --- src/video_core/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_core/utils.h') diff --git a/src/video_core/utils.h b/src/video_core/utils.h index 20d4ec9e..9cb3d4d4 100644 --- a/src/video_core/utils.h +++ b/src/video_core/utils.h @@ -59,6 +59,6 @@ struct TGAHeader { * @param raw_data Raw RGBA8 texture data to dump * @todo This should be moved to some general purpose/common code */ -void DumpTGA(std::string filename, int width, int height, u8* raw_data); +void DumpTGA(std::string filename, short width, short height, u8* raw_data); } // namespace -- cgit v1.2.3