Skip to content

Commit

Permalink
Added code to support (some) DX9 (SM1-3) features.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nintynuts committed May 10, 2022
1 parent 46112be commit 98fa778
Show file tree
Hide file tree
Showing 4 changed files with 284 additions and 198 deletions.
2 changes: 2 additions & 0 deletions D3D_Shaders/Assembler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#include "float.h"
#include <stdexcept>

#define MIGOTO_DX 9

#if MIGOTO_DX == 9
#include <d3dx9shader.h>
#endif
Expand Down
Loading

0 comments on commit 98fa778

Please sign in to comment.