mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-03-25 14:00:30 -04:00
DolphinQt: Stub Host_* functions & Resource system.
This commit is contained in:
11
Source/Core/DolphinQt/VideoInterface/VideoInterface.cpp
Normal file
11
Source/Core/DolphinQt/VideoInterface/VideoInterface.cpp
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2014 Dolphin Emulator Project
|
||||
// Licensed under GPLv2
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include "VideoBackends/OGL/GLInterfaceBase.h"
|
||||
|
||||
cInterfaceBase* HostGL_CreateGLInterface()
|
||||
{
|
||||
// TODO
|
||||
return nullptr;
|
||||
}
|
||||
Reference in New Issue
Block a user