mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
linux compile fixes
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2377 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
927815bc9b
commit
9ec81d4bf0
4 changed files with 11 additions and 13 deletions
|
@ -22,6 +22,7 @@
|
|||
|
||||
#include "OnScreenDisplay.h"
|
||||
#include "Render.h"
|
||||
#include "Timer.h"
|
||||
|
||||
namespace OSD
|
||||
{
|
||||
|
@ -83,4 +84,4 @@ void DrawMessages()
|
|||
glDisable(GL_BLEND);
|
||||
}
|
||||
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue