File diff r26253:da15255c652b → r26254:4dd185cf8a2d
src/video/video_driver.hpp
Show inline comments
 
@@ -178,6 +178,11 @@ public:
 
		return ZOOM_LVL_OUT_4X;
 
	}
 

	
 
	virtual const char *GetInfoString() const
 
	{
 
		return this->GetName();
 
	}
 

	
 
	/**
 
	 * Queue a function to be called on the main thread with game state
 
	 * lock held and video buffer locked. Queued functions will be