Null video driver: Add driver parameter to run until exit
This commit is contained in:
@@ -17,7 +17,8 @@
|
||||
/** The null video driver. */
|
||||
class VideoDriver_Null : public VideoDriver {
|
||||
private:
|
||||
uint ticks; ///< Amount of ticks to run.
|
||||
int ticks; ///< Amount of ticks to run.
|
||||
bool until_exit;
|
||||
|
||||
public:
|
||||
const char *Start(const char * const *param) override;
|
||||
|
||||
Reference in New Issue
Block a user