Kernelx Allocation impl + Logan/d3d11.x/etwplus stub

This commit is contained in:
Rodrigo Todescatto
2026-01-25 13:40:06 -03:00
parent 84afccff29
commit ac243cb503
125 changed files with 57720 additions and 40 deletions

15
CMakeSettings.json Normal file
View File

@@ -0,0 +1,15 @@
{
"configurations": [
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": ""
}
]
}