mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-12 13:08:50 +01:00
91a5123ad0
Not included by DXVK at all, but used by external applications.
9 lines
162 B
C
9 lines
162 B
C
#pragma once
|
|
|
|
#ifdef DXVK_WSI_WIN32
|
|
#error You shouldnt be using this code path.
|
|
#elif DXVK_WSI_SDL2
|
|
#include "wsi/native_sdl2.h"
|
|
#else
|
|
#error Unknown wsi!
|
|
#endif |