mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-28 20:54:46 +00:00
Typo fix.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5563 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8cc03b1e2a
commit
c64c9a16ad
@ -166,7 +166,7 @@ void inifile_process(wxTextFile &f1 )
|
||||
}
|
||||
}
|
||||
|
||||
void ResetCeatsCount()
|
||||
void ResetCheatsCount()
|
||||
{
|
||||
cheatnumber = 0;
|
||||
}
|
||||
|
@ -57,7 +57,7 @@ namespace PatchFunc
|
||||
PATCHTABLEFUNC cheat;
|
||||
}
|
||||
|
||||
extern void ResetCeatsCount();
|
||||
extern void ResetCheatsCount();
|
||||
extern int LoadCheats(const wxString& name, const wxString& folderName, const wxString& friendlyName);
|
||||
extern void inifile_command(bool isCheat, const wxString& cmd);
|
||||
extern void inifile_trim(wxString& buffer);
|
||||
|
@ -350,7 +350,7 @@ void AppCoreThread::ApplySettings( const Pcsx2Config& src )
|
||||
gameName = L"Booting PS2 BIOS... ";
|
||||
}
|
||||
|
||||
ResetCeatsCount();
|
||||
ResetCheatsCount();
|
||||
if (EmuConfig.EnableCheats) {
|
||||
if (int cheats = LoadCheats(gameCRC, L"cheats", L"Cheats")) {
|
||||
gameCheats.Printf(L" [%d Cheats]", cheats);
|
||||
|
Loading…
Reference in New Issue
Block a user