Removed the Lua script console and Externals/Lua. The script console was incomplete and no one was working on it.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7051 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Jordan Woyak
2011-02-03 20:41:23 +00:00
parent 1619e176ff
commit dfe84ce0ac
83 changed files with 26 additions and 23410 deletions

View File

@ -148,9 +148,9 @@ void CPHackSettings::OnClose(wxCloseEvent& WXUNUSED (event))
void CPHackSettings::SavePHackData(wxCommandEvent& WXUNUSED (event))
{
PHack_Data.PHackSZNear = (bool)PHackSZNear->Get3StateValue();
PHack_Data.PHackSZFar = (bool)PHackSZFar->Get3StateValue();
PHack_Data.PHackExP = (bool)PHackExP->Get3StateValue();
PHack_Data.PHackSZNear = PHackSZNear->GetValue();
PHack_Data.PHackSZFar = PHackSZFar->GetValue();
PHack_Data.PHackExP = PHackExP->GetValue();
PHack_Data.PHZNear = PHackZNear->GetValue().char_str();
PHack_Data.PHZFar = PHackZFar->GetValue().char_str();