mirror of https://github.com/PCSX2/pcsx2.git
gsdx-png: add a fixme message for 16 bits by channel image
This commit is contained in:
parent
7f614401a6
commit
c01686d252
|
@ -23,6 +23,9 @@
|
|||
|
||||
namespace GSPng {
|
||||
|
||||
// FIXME gray_pixel_16 doesn't work. Integer image and depth image are all black
|
||||
// Maybe I can't open them correctly
|
||||
// A better solution must be found!
|
||||
void Save(GSPng::Format fmt, const string& file, char* image, int w, int h, int pitch)
|
||||
{
|
||||
#ifdef ENABLE_OGL_PNG
|
||||
|
|
Loading…
Reference in New Issue