mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 17:52:29 +00:00
feat(profile): more bc routines
This commit is contained in:
parent
1e6fb307de
commit
fb267a5683
35 changed files with 818 additions and 2959 deletions
|
|
@ -24,4 +24,8 @@ GxQueryCreate 00681630 f end=0068165B type="void __stdcall func(CGxQuery** query
|
|||
GxLogOpen 006817C0 f end=006817C5 type="void __stdcall func()"
|
||||
GxAdapterMonitorModes 00681210 f end=00681219 type="int32_t __stdcall func(TSGrowableArray_CGxMonitorMode* modes)"
|
||||
GxAdapterDesktopMode 00681220 f type="int32_t __stdcall func(CGxMonitorMode* mode)"
|
||||
GxDefaultApi 008C8DE0 f type="EGxApi __stdcall func()"
|
||||
GxDefaultApi 008C8DE0 f type="EGxApi __stdcall func()"
|
||||
GxApiSupported 006811D0 f end=006811F0 type="int32_t __stdcall func(EGxApi api)" ; 00005410
|
||||
GxSetMaxFPS 00681770 f end=0068177D type="void __stdcall func(uint32_t maxFPS)"
|
||||
GxSetMaxFPSBk 00681790 f end=0068179D type="void __stdcall func(uint32_t maxFPSBk)"
|
||||
CGxMonitorModeSort 00689E80 f type="int32_t __stdcall func(void* a, void* b)"
|
||||
2
profile/3.3.5a-windows-386/symbol/gx/label.sym
Normal file
2
profile/3.3.5a-windows-386/symbol/gx/label.sym
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
s_maxFPS 00C5DF7C l type="uint32_t"
|
||||
s_maxFPSBk 00C5DF74 l type="uint32_t"
|
||||
Loading…
Add table
Add a link
Reference in a new issue