Some name edits for the new OpenGL hacks.

Made them more understandable.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3197 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
death2droid 2009-05-11 06:48:14 +00:00
parent 7011b9c1e4
commit 98b0bbedf3
1 changed files with 7 additions and 7 deletions

View File

@ -366,13 +366,13 @@ void ConfigDialog::CreateGUIControls()
//m_Hack = new wxCheckBox(m_PageAdvanced, ID_HACK, wxT("Mario Galaxy Hack"), wxDefaultPosition, wxDefaultSize, 0, wxDefaultValidator);
m_PhackvalueCB = new wxChoice(m_PageAdvanced, ID_PHACKVALUE, wxDefaultPosition, wxDefaultSize, arrayStringFor_PhackvalueCB, 0, wxDefaultValidator);
m_PhackvalueCB->Append(wxT("Zero"));
m_PhackvalueCB->Append(wxT("ZTP Bloom hack"));
m_PhackvalueCB->Append(wxT("SMG"));
m_PhackvalueCB->Append(wxT("MK"));
m_PhackvalueCB->Append(wxT("Sonic and Black"));
m_PhackvalueCB->Append(wxT("Bleach"));
m_PhackvalueCB->Append(wxT("FFCC-OE"));
m_PhackvalueCB->Append(wxT("None"));
m_PhackvalueCB->Append(wxT("Zelda Twighlight Princess Bloom hack"));
m_PhackvalueCB->Append(wxT("Super Mario Galaxy"));
m_PhackvalueCB->Append(wxT("Mario Kart Wii"));
m_PhackvalueCB->Append(wxT("Sonic and the Black Knight"));
m_PhackvalueCB->Append(wxT("Bleach Versus Crusade"));
m_PhackvalueCB->Append(wxT("Final Fantasy CC Echo of Time"));
m_PhackvalueCB->SetSelection(g_Config.iPhackvalue);
// Default values