mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
D3D: Remove BeginFrame/EndFrame
These functions did not do anything anyway. There is also no need to present the backbuffer when shutting down.
This commit is contained in:
parent
d9400f708a
commit
c5a89b6483
3 changed files with 0 additions and 30 deletions
|
@ -63,8 +63,6 @@ extern HWND hWnd;
|
|||
extern bool bFrameInProgress;
|
||||
|
||||
void Reset();
|
||||
bool BeginFrame();
|
||||
void EndFrame();
|
||||
void Present();
|
||||
|
||||
unsigned int GetBackBufferWidth();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue