mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-13 06:10:55 +00:00
driver->threaded_video never used - buildfix for Windows
This commit is contained in:
parent
06035875f2
commit
ffbaef13b9
1
driver.h
1
driver.h
@ -226,7 +226,6 @@ typedef struct driver
|
|||||||
menu_handle_t *menu;
|
menu_handle_t *menu;
|
||||||
const menu_ctx_driver_t *menu_ctx;
|
const menu_ctx_driver_t *menu_ctx;
|
||||||
#endif
|
#endif
|
||||||
bool threaded_video;
|
|
||||||
|
|
||||||
/* If set during context deinit, the driver should keep
|
/* If set during context deinit, the driver should keep
|
||||||
* graphics context alive to avoid having to reset all
|
* graphics context alive to avoid having to reset all
|
||||||
|
@ -16,6 +16,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <math.h>
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user