forked from dolphin-emu/dolphin
Kill off replaceable usages of s[n]printf.
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include "Common/Common.h"
|
||||
|
||||
bool SaveData(const char* filename, const char* pdata);
|
||||
bool SaveData(const std::string& filename, const char* pdata);
|
||||
bool TextureToPng(u8* data, int row_stride, const std::string& filename, int width, int height, bool saveAlpha = true);
|
||||
|
||||
Reference in New Issue
Block a user