dolphin/Source/Core
hyperiris 4649416822 linux build fix.
thanks nakee points out that wxChar is not char under Linux,
and I guess wxString::FromAscii will cut off > 127 characters, so I change it to wxString::From8BitData.
I hop it works, please check it under other platform.

BTW: If dolphin can not run, plz clean up your cache directory, delete all cache file.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2091 8ced0084-cf51-0410-be5f-012b33b47a6e
2009-02-03 16:04:23 +00:00
..
Common Wiimote: The first working IR recording, use Alt + the numerical HotKey to play back the IR data associated with a recording 2009-02-03 00:59:26 +00:00
Core PluginManager: Disabled LoadLibrary() and FreeLibrary() between Stop and Start for the Pad and Wiimote plugins. It's still present for the video and sound plugins as I explained in the comment in PluginManager.cpp. 2009-02-03 09:28:15 +00:00
DebuggerWX
DiscIO game name and description WIP: cache all 6 languages, so we don't need refresh cache after we changes language. 2009-02-03 15:03:34 +00:00
DolphinWX linux build fix. 2009-02-03 16:04:23 +00:00
InputCommon More WIP OGL EventHandler work by shuffle2 and myself. Wiimote isn't implemented yet and OGL window is too small (should take window borders into account when creating window). 2009-01-29 23:35:31 +00:00
VideoCommon