mirror of
https://github.com/ptitSeb/box64.git
synced 2025-10-14 02:38:54 +08:00
[BOX32][WRAPPER] Added 2 wrapped functions that are misnamed in some programs
This commit is contained in:
@@ -112,6 +112,8 @@ GO(glGetTexGeniv, vFuup)
|
||||
GO(glGetTexImage, vFuiuup)
|
||||
GO(glGetTexLevelParameterfv, vFuiup)
|
||||
GO(glGetTexLevelParameteriv, vFuiup)
|
||||
GO(glGetLevelParameterfv, vFuiup) //some old programs have typo...
|
||||
GO(glGetLevelParameteriv, vFuiup) //some old programs have typo...
|
||||
GO(glGetTexParameterfv, vFuup)
|
||||
GO(glGetTexParameteriv, vFuup)
|
||||
GO(glHint, vFuu)
|
||||
|
Reference in New Issue
Block a user