GS: Remove _d undef

WX nonsense I guess?
This commit is contained in:
Stenzek 2023-09-16 15:06:54 +10:00 committed by Connor McLaughlin
parent d93b137b85
commit 81a51d750c
1 changed files with 0 additions and 6 deletions

View File

@ -119,12 +119,6 @@ class GSVector8i;
#endif
// _d is defined for translations in our utilities, unfortunately we do some
// input concatenation on GSVectors and end up making new tokens named _d, so we
// undefine it and reinclude our utilities to redefine its original value right
// after
#undef _d
// Position and order is important
#include "GSVector4i.h"
#include "GSVector4.h"