gsdx-png: add a fixme message for 16 bits by channel image

This commit is contained in:
Gregory Hainaut 2015-05-24 12:51:20 +02:00
parent 7f614401a6
commit c01686d252
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@
namespace GSPng { 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) void Save(GSPng::Format fmt, const string& file, char* image, int w, int h, int pitch)
{ {
#ifdef ENABLE_OGL_PNG #ifdef ENABLE_OGL_PNG