Trying a fix to floating point single (issue 1556), Sonic Unleashed now have correct projections, also re-enabled color buffer clear on OpenGL plugin (was causing flickering in fullscreen and garbage on sides...)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4441 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
sl1nk3.s
2009-10-20 23:09:44 +00:00
parent d40ce3f1e5
commit c600926710
4 changed files with 13 additions and 72 deletions

View File

@ -163,7 +163,7 @@ void CBreakPointWindow::OnAddBreakPointMany()
}
else
{
wxMessageBox(_T("You have no GameIni/BreakPoints.ini file"));
wxMessageBox(_T("Couldn't find User/GameConfig/BreakPoints.ini file"));
}
}