mirror of
https://git.suyu.dev/suyu/Yucom.git
synced 2025-12-29 02:34:55 +01:00
lsteamclient: Also convert paths from GetGlyphForXboxOrigin
CW-Bug-Id: #19517
This commit is contained in:
parent
f9eef72c88
commit
0b1db713ac
10 changed files with 63 additions and 30 deletions
|
|
@ -27,4 +27,11 @@ const char * cppISteamInput_SteamInput002_GetGlyphForActionOrigin(void *linux_si
|
|||
return steamclient_isteaminput_getglyph(eOrigin, path_result);
|
||||
}
|
||||
|
||||
const char * cppISteamInput_SteamInput002_GetGlyphForXboxOrigin(void *linux_side, EXboxOrigin eOrigin)
|
||||
{
|
||||
const char *path_result;
|
||||
path_result = ((ISteamInput*)linux_side)->GetGlyphForXboxOrigin((EXboxOrigin)eOrigin);
|
||||
return steamclient_isteaminput_getglyph_xbox(eOrigin, path_result);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue