Merge of force feedback branch r4039.
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403167
This commit is contained in:
parent
0eeb8c92b6
commit
f3a0aca8ff
4 changed files with 7 additions and 6 deletions
|
@ -85,7 +85,7 @@ static void
|
|||
SetDIerror(const char *function, HRESULT code)
|
||||
{
|
||||
SDL_SetError("%s() [%s]: %s", function,
|
||||
DXGetErrorString(code), DXGetErrorDescription(code));
|
||||
DXGetErrorString8A(code), DXGetErrorDescription8A(code));
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue