feat(gx): refresh CGxDevice studies

This commit is contained in:
phaneron 2025-04-29 16:26:36 -04:00
parent abcd88b4c1
commit 6a6d154b0a
63 changed files with 2685 additions and 549 deletions

View file

@ -5,9 +5,7 @@
// Types (include all files to expose them in the disassembler)
// external types (c-ified)
#include "external/d3d9/caps.h"
#include "external/d3d9/device.h"
#include "external/d3d9/d3d9.h"
#include "external/lua/lua.h"
#include "async/object.h"
@ -54,6 +52,7 @@
#include "gx/caps.h"
#include "gx/device.h"
#include "gx/format.h"
#include "gx/light.h"
#include "gx/matrix_stack.h"
#include "gx/monitor_mode.h"
#include "gx/opengl.h"
@ -78,6 +77,8 @@
#include "m2/shared.h"
#include "m2/types.h"
#include "nvapi/nvapi.h"
#include "os/processorfeatures.h"
#include "os/timemanager.h"