Move most GPU things to Common.

It works after the move, on Windows and Android at least.

Deletes the D3DX9 shader compiler loader, which was not used.
This commit is contained in:
Henrik Rydgård 2020-10-04 23:24:14 +02:00
parent 71ecd62ab4
commit 0e3a84b4a8
216 changed files with 742 additions and 1162 deletions

View file

@ -26,7 +26,7 @@
#include "Common/File/FileUtil.h"
#include "Common/File/DirListing.h"
#include "Common/File/VFS/VFS.h"
#include "gfx_es2/gpu_features.h"
#include "Common/GPU/OpenGL/GLFeatures.h"
#include "Common/StringUtils.h"
#include "Core/Config.h"