mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): add more symbols for CGxDevice::Log, CGxDevice::VLog
This commit is contained in:
parent
00b2eccb4c
commit
966629794b
6 changed files with 8 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ CGxDevice__CursorUnlock 00684B50 f end=00684B99 type="void __thiscall func(CGxDe
|
|||
CGxDevice__Log 00684C20 f end=00684C3E type="void __stdcall func(char* format, ...)"
|
||||
CGxDevice__Log 00684C40 f end=00684D07 type="void __stdcall func(CGxCaps* caps)" ; CGxDevice::Log(CGxCaps const&) const
|
||||
CGxDevice__Log 00684D10 f end=00684D6C type="void __stdcall func(CGxFormat* format)"
|
||||
CGxDevice__VLog 00684BA0 f end=00684C15 type="void __stdcall func(char* format, va_list args)"
|
||||
CGxDevice__DeviceOverride 00684FE0 f end=00685036 type="void __thiscall func(CGxDevice* this, EGxOverride override, uint32_t value)"
|
||||
CGxDevice__AddDeviceRestoredCallback 006853B0 f end=006853C6 type="void __thiscall func(CGxDevice* this, DEVICERESTOREDCALLBACK fn)"
|
||||
CGxDevice__RemoveDeviceRestoredCallback 006853D0 f end=0068545C type="int32_t __thiscall func(CGxDevice* this, DEVICERESTOREDCALLBACK fn)"
|
||||
|
|
|
|||
|
|
@ -3,4 +3,5 @@ CGxDevice__vtable 00A2DDC0 l type="CGxDevice__vtable"
|
|||
CGxDevice__s_shadowConstants 00C5DFE0 l
|
||||
CGxDevice__s_uiVertexShader 00C5DFDC l
|
||||
CGxDevice__s_uiPixelShader 00C5FFFC l
|
||||
CGxDevice__m_logBytes 00C5FFF4 l type="uint32_t"
|
||||
CGxDevice__m_log 00C5FFF8 l type="HSLOG"
|
||||
Loading…
Add table
Add a link
Reference in a new issue