Declare nds_savestate and nds_loadstate in a proper place.

This commit is contained in:
riccardom 2009-07-18 13:02:53 +00:00
parent 894458bc53
commit 2d9bd66224
2 changed files with 3 additions and 3 deletions

View File

@ -294,6 +294,9 @@ void NDS_Reset();
int NDS_ImportSave(const char *filename);
bool NDS_ExportSave(const char *filename);
void nds_savestate(std::ostream* os);
bool nds_loadstate(std::istream* is, int size);
int NDS_WriteBMP(const char *filename);
int NDS_LoadFirmware(const char *filename);
int NDS_CreateDummyFirmware( struct NDS_fw_config_data *user_settings);

View File

@ -259,9 +259,6 @@ SFORMAT SF_MOVIE[]={
{ 0 }
};
void nds_savestate(std::ostream* os);
bool nds_loadstate(std::istream* is, int size);
static void mmu_savestate(std::ostream* os)
{
//version