mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 16:18:02 -05:00
utils: cleaned up DumpTGA, removing redundancies
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user