address more comments, fix dumping textures that already got dumped

This commit is contained in:
Khangaroo 2019-08-14 10:43:24 -04:00 committed by James Rowe
parent c2a32e942b
commit 8a98310a16
5 changed files with 22 additions and 42 deletions

View file

@ -4,7 +4,7 @@
#include <lodepng.h>
#include "common/logging/log.h"
#include "lodepng_image_interface.h"
#include "citra/lodepng_image_interface.h"
bool LodePNGImageInterface::DecodePNG(std::vector<u8>& dst, u32& width, u32& height,
const std::string& path) {