Common: Move GetDeviceProperty() into its own header

Otherwise we include Windows headers in the entire codebase through CommonFuncs.h
This commit is contained in:
Admiral H. Curtiss
2025-07-19 14:02:43 +02:00
parent 5cc0a5a3be
commit 68713e08b4
8 changed files with 77 additions and 34 deletions

View File

@ -309,6 +309,8 @@ if(WIN32)
CompatPatches.cpp
GL/GLInterface/WGL.cpp
GL/GLInterface/WGL.h
WindowsDevice.cpp
WindowsDevice.h
WindowsRegistry.cpp
)
elseif(APPLE)