2
0
mirror of https://github.com/ValveSoftware/Proton synced 2025-08-30 22:25:34 +00:00

lsteamclient: Fixup paths for GetGlyph*() also in SteamInput006.

This commit is contained in:
Arkadiusz Hiler
2022-06-10 12:28:21 +03:00
parent 46a427e8d0
commit 05efcef3fa
3 changed files with 34 additions and 20 deletions

View File

@@ -248,6 +248,12 @@ manually_handled_methods = {
"GetGlyphForActionOrigin_Legacy",
"GetGlyphForXboxOrigin"
],
"cppISteamInput_SteamInput006": [
"GetGlyphPNGForActionOrigin",
"GetGlyphSVGForActionOrigin",
"GetGlyphForActionOrigin_Legacy",
"GetGlyphForXboxOrigin"
],
"cppISteamController_SteamController005": [
"GetGlyphForActionOrigin"
],