(Drivers) Cleanups/style nits

This commit is contained in:
twinaphex 2016-12-05 02:09:32 +01:00
parent 9e2717e927
commit 94528ed28d
2 changed files with 11 additions and 11 deletions

View File

@ -74,8 +74,8 @@ typedef struct video_pixel_scaler
* Used by e.g. input drivers which bind to a window.
* Drivers are responsible for setting these if an input driver
* could potentially make use of this. */
static uintptr_t video_driver_display;
static uintptr_t video_driver_window;
static uintptr_t video_driver_display = 0;
static uintptr_t video_driver_window = 0;
static rarch_softfilter_t *video_driver_state_filter = NULL;
static void *video_driver_state_buffer = NULL;