summaryrefslogtreecommitdiffstats
path: root/src/video_core/utils.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2014-09-14 04:58:58 +0200
committerbunnei <bunneidev@gmail.com>2014-09-14 04:58:58 +0200
commit5481115e71b1e8a35bce002926be3db6b91955a5 (patch)
tree99e1b34c33840c1316850eae1d44a6fdec9a7fd5 /src/video_core/utils.h
parentMerge pull request #105 from kevinhartman/hid (diff)
parentrenderer_opengl.cpp: improved alignment for readability (diff)
downloadyuzu-5481115e71b1e8a35bce002926be3db6b91955a5.tar
yuzu-5481115e71b1e8a35bce002926be3db6b91955a5.tar.gz
yuzu-5481115e71b1e8a35bce002926be3db6b91955a5.tar.bz2
yuzu-5481115e71b1e8a35bce002926be3db6b91955a5.tar.lz
yuzu-5481115e71b1e8a35bce002926be3db6b91955a5.tar.xz
yuzu-5481115e71b1e8a35bce002926be3db6b91955a5.tar.zst
yuzu-5481115e71b1e8a35bce002926be3db6b91955a5.zip
Diffstat (limited to 'src/video_core/utils.h')
-rw-r--r--src/video_core/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/utils.h b/src/video_core/utils.h
index 20d4ec9e0..9cb3d4d43 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