Convert ACP strings from the OS that we show to the user.

This commit is contained in:
Glenn Maynard
2006-04-04 23:44:37 +00:00
parent 05c1ab44b9
commit 0d4e8b44c2
3 changed files with 12 additions and 9 deletions
@@ -24,6 +24,7 @@ struct DIDevice
{
DIDEVICEINSTANCE JoystickInst;
LPDIRECTINPUTDEVICE2 Device;
RString m_sName;
enum { KEYBOARD, JOYSTICK } type;