feat(profile): more bc routines

This commit is contained in:
phaneron 2025-03-06 16:40:31 -05:00
parent 1e6fb307de
commit fb267a5683
35 changed files with 818 additions and 2959 deletions

View file

@ -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)"

View file

@ -0,0 +1,2 @@
s_maxFPS 00C5DF7C l type="uint32_t"
s_maxFPSBk 00C5DF74 l type="uint32_t"