mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
9f257ee9f8
Removes minidx9 as a submodule Slims down minidx9 to have only the files XAudio2 (2.7) needs. The other dx9 related files weren't being used.
19 lines
468 B
C
19 lines
468 B
C
/*==========================================================================;
|
|
*
|
|
*
|
|
* File: dxsdkver.h
|
|
* Content: DirectX SDK Version Include File
|
|
*
|
|
****************************************************************************/
|
|
|
|
#ifndef _DXSDKVER_H_
|
|
#define _DXSDKVER_H_
|
|
|
|
#define _DXSDK_PRODUCT_MAJOR 9
|
|
#define _DXSDK_PRODUCT_MINOR 29
|
|
#define _DXSDK_BUILD_MAJOR 1962
|
|
#define _DXSDK_BUILD_MINOR 0
|
|
|
|
#endif // _DXSDKVER_H_
|
|
|