mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
[OGL] Textures now save to PNG not TGA
This commit is contained in:
parent
15bb974224
commit
3a13dfdd9b
8 changed files with 35 additions and 99 deletions
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include "Common.h"
|
||||
|
||||
bool SaveTGA(const char* filename, int width, int height, void* pdata);
|
||||
bool SaveData(const char* filename, const char* pdata);
|
||||
bool TextureToPng(u8* data, int row_stride, const char* filename, int width, int height, bool saveAlpha = true);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue