Merge branch 'dx9'

thanks to the DirectX 9 testing team:
- crappyfilename.exe
- EpicTyphlosion
- Mr. Hassium
- wbcbz7
- Yuzu4K
This commit is contained in:
tildearrow 2024-05-16 21:28:54 -05:00
commit a0efe1ec2c
31 changed files with 1010 additions and 54 deletions

View file

@ -52,10 +52,10 @@ class DivWorkPool;
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
//#define DIV_UNSTABLE
#define DIV_UNSTABLE
#define DIV_VERSION "0.6.3"
#define DIV_ENGINE_VERSION 201
#define DIV_VERSION "DX9 Test X"
#define DIV_ENGINE_VERSION 211
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02