mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
VideoCommon: Use Common::SavePNG() to write textures.
This commit is contained in:
parent
33c1a5b941
commit
324de7fa02
2 changed files with 17 additions and 105 deletions
|
@ -9,4 +9,4 @@
|
|||
|
||||
bool SaveData(const std::string& filename, const std::string& data);
|
||||
bool TextureToPng(const u8* data, int row_stride, const std::string& filename, int width,
|
||||
int height, bool saveAlpha = true);
|
||||
int height, bool save_alpha = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue