mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Remove EmuWindow.
All it did was raise complexity.
This commit is contained in:
@ -41,6 +41,7 @@ void Close();
|
||||
extern ID3D11Device* device;
|
||||
extern ID3D11DeviceContext* context;
|
||||
extern IDXGISwapChain* swapchain;
|
||||
extern HWND hWnd;
|
||||
extern bool bFrameInProgress;
|
||||
|
||||
void Reset();
|
||||
|
Reference in New Issue
Block a user