Some more modification of texture dumping and loading.

They now use gameID instead of game name for the folders.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3247 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
death2droid
2009-05-16 01:21:57 +00:00
parent 14beb0ce7f
commit 254edc3813
3 changed files with 10 additions and 9 deletions

View File

@ -24,7 +24,7 @@
namespace HiresTextures
{
void Init(const char *gameCode,const char *gameName);
void Init(const char *gameCode);
void Shutdown();
PC_TexFormat GetHiresTex(const char *fileName, int *pWidth, int *pHeight, int texformat, u8 *data);
};