From c64c9a16ad445db16afa1dc5f115ec479f47a602 Mon Sep 17 00:00:00 2001 From: "avihal@gmail.com" Date: Mon, 18 Feb 2013 16:45:21 +0000 Subject: [PATCH] Typo fix. git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5563 96395faa-99c1-11dd-bbfe-3dabce05a288 --- pcsx2/Patch.cpp | 2 +- pcsx2/Patch.h | 2 +- pcsx2/gui/AppCoreThread.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pcsx2/Patch.cpp b/pcsx2/Patch.cpp index a8ef7ba3bf..6a899da4df 100644 --- a/pcsx2/Patch.cpp +++ b/pcsx2/Patch.cpp @@ -166,7 +166,7 @@ void inifile_process(wxTextFile &f1 ) } } -void ResetCeatsCount() +void ResetCheatsCount() { cheatnumber = 0; } diff --git a/pcsx2/Patch.h b/pcsx2/Patch.h index c049097cfe..ac696252f8 100644 --- a/pcsx2/Patch.h +++ b/pcsx2/Patch.h @@ -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); diff --git a/pcsx2/gui/AppCoreThread.cpp b/pcsx2/gui/AppCoreThread.cpp index 4a41ec00f0..dab97ce2e1 100644 --- a/pcsx2/gui/AppCoreThread.cpp +++ b/pcsx2/gui/AppCoreThread.cpp @@ -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);