OpenGL: Added OSD menu from 3, 4, 5 keys

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3369 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
John Peterson
2009-06-08 02:48:38 +00:00
parent 97691461ca
commit 6691469164
5 changed files with 115 additions and 23 deletions

View File

@ -38,6 +38,7 @@ extern CGcontext g_cgcontext;
extern CGprofile g_cgvProf, g_cgfProf;
extern int frameCount;
extern int OSDChoice, OSDTime, OSDInternalW, OSDInternalH;
class Renderer
{