mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
WGL: Don't depend on Core/VideoCommon
This commit is contained in:
parent
95f3c956a8
commit
93f6563789
4 changed files with 9 additions and 27 deletions
|
@ -84,6 +84,12 @@ Make AA apply instantly during gameplay if possible
|
|||
namespace OGL
|
||||
{
|
||||
|
||||
// Draw messages on top of the screen
|
||||
unsigned int VideoBackend::PeekMessages()
|
||||
{
|
||||
return GLInterface->PeekMessages();
|
||||
}
|
||||
|
||||
std::string VideoBackend::GetName() const
|
||||
{
|
||||
return "OGL";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue