specify graphics drivers
(This isn't the best place for this, but RageDisplay drivers probably aren't destined for arch.)
This commit is contained in:
@@ -7,6 +7,9 @@
|
|||||||
#define HAVE_CRYPTOPP
|
#define HAVE_CRYPTOPP
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define SUPPORT_OPENGL
|
||||||
|
#define SUPPORT_D3D
|
||||||
|
|
||||||
#if defined(__MINGW32__)
|
#if defined(__MINGW32__)
|
||||||
#define _WINDOWS // This isn't defined under MinGW
|
#define _WINDOWS // This isn't defined under MinGW
|
||||||
#define NEED_CSTDLIB_WORKAROUND // Needed for llabs() in MinGW
|
#define NEED_CSTDLIB_WORKAROUND // Needed for llabs() in MinGW
|
||||||
|
|||||||
@@ -13,6 +13,8 @@
|
|||||||
// Xbox base path
|
// Xbox base path
|
||||||
#define SYS_BASE_PATH "D:\\"
|
#define SYS_BASE_PATH "D:\\"
|
||||||
|
|
||||||
|
#define SUPPORT_D3D
|
||||||
|
|
||||||
/* Stubs: */
|
/* Stubs: */
|
||||||
inline HRESULT CoInitialize( LPVOID pvReserved ) { return S_OK; }
|
inline HRESULT CoInitialize( LPVOID pvReserved ) { return S_OK; }
|
||||||
inline void CoUninitialize() { }
|
inline void CoUninitialize() { }
|
||||||
|
|||||||
Reference in New Issue
Block a user