Fixed compile warning when compiling with SDL support.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@618 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
bbf7377544
commit
e8a14fc949
|
@ -76,7 +76,10 @@ void OpenGL_SetWindowText(const char *text)
|
|||
BOOL Callback_PeekMessages()
|
||||
{
|
||||
#if USE_SDL
|
||||
//TODO
|
||||
// TODO: There is no documentation of this function and the calling code
|
||||
// ignores the return value, so I have no idea what would be the
|
||||
// proper value to return.
|
||||
return FALSE;
|
||||
#elif defined(_WIN32)
|
||||
//TODO: peekmessage
|
||||
MSG msg;
|
||||
|
|
Loading…
Reference in New Issue