mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 17:49:01 +00:00
Use IOFile for TextureToPng to support non-ascii
Changed save texture/screenshot uses to std::string Removed unneeded new/delete calls when dealing with temp data.
This commit is contained in:
parent
cce869ae01
commit
33d8166620
12 changed files with 28 additions and 46 deletions
|
@ -73,7 +73,7 @@ public:
|
|||
virtual ~TCacheEntryBase();
|
||||
|
||||
virtual void Bind(unsigned int stage) = 0;
|
||||
virtual bool Save(const char filename[], unsigned int level) = 0;
|
||||
virtual bool Save(const std::string filename, unsigned int level) = 0;
|
||||
|
||||
virtual void Load(unsigned int width, unsigned int height,
|
||||
unsigned int expanded_width, unsigned int level) = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue