mirror of
https://github.com/libretro/RetroArch
synced 2025-04-07 04:28:04 +00:00
(Drivers) Cleanups/style nits
This commit is contained in:
parent
9e2717e927
commit
94528ed28d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user