mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Remove unused variable.
This commit is contained in:
parent
bc4b503601
commit
e898043249
1 changed files with 0 additions and 3 deletions
|
@ -28,9 +28,6 @@ static HWND hWnd; // Holds Our Window Handle
|
|||
static D3DPRESENT_PARAMETERS pp;
|
||||
static HMODULE hD3D9;
|
||||
|
||||
// TODO: Make config?
|
||||
static bool enableGLDebug = true;
|
||||
|
||||
void D3D9_SwapBuffers() {
|
||||
if (has9Ex) {
|
||||
deviceEx->EndScene();
|
||||
|
|
Loading…
Add table
Reference in a new issue