nJoy SDL, linux: fix some warnings and a bug. untested :p

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2691 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-03-20 17:14:42 +00:00
parent ad76edd157
commit 0489ccd420
3 changed files with 20 additions and 12 deletions

View File

@ -170,7 +170,7 @@ void ConfigBox::SaveButtonMapping(int controller, bool DontChangeId, int FromSlo
// Update the textbox for the buttons
// <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
void ConfigBox::SetButtonText(int id, char text[128], int Page)
void ConfigBox::SetButtonText(int id, const char *text, int Page)
{
// Set controller value
int controller;