File diff r8170:2f75569b3a80 → r8171:ff11fcdf6589
src/video/dedicated_v.cpp
Show inline comments
 
@@ -165,13 +165,13 @@ void VideoDriver_Dedicated::Stop()
 
#endif
 
	free(_dedicated_video_mem);
 
}
 

	
 
void VideoDriver_Dedicated::MakeDirty(int left, int top, int width, int height) {}
 
bool VideoDriver_Dedicated::ChangeResolution(int w, int h) { return false; }
 
void VideoDriver_Dedicated::ToggleFullscreen(bool fs) {}
 
bool VideoDriver_Dedicated::ToggleFullscreen(bool fs) { return false; }
 

	
 
#if defined(UNIX) || defined(__OS2__) || defined(PSP)
 
static bool InputWaiting()
 
{
 
	struct timeval tv;
 
	fd_set readfds;