driver->threaded_video never used - buildfix for Windows

This commit is contained in:
twinaphex 2015-11-23 22:29:27 +01:00
parent 06035875f2
commit ffbaef13b9
2 changed files with 2 additions and 1 deletions

View File

@ -226,7 +226,6 @@ typedef struct driver
menu_handle_t *menu;
const menu_ctx_driver_t *menu_ctx;
#endif
bool threaded_video;
/* If set during context deinit, the driver should keep
* graphics context alive to avoid having to reset all

View File

@ -16,6 +16,8 @@
*/
#include <string.h>
#include <math.h>
#include <string>
#include <vector>