mirror of
https://github.com/libretro/RetroArch
synced 2025-01-04 02:50:05 +00:00
(android_ctx.c) Initialize these variables
This commit is contained in:
parent
0bd43bc885
commit
805c4c2d12
@ -232,7 +232,8 @@ static void android_gfx_ctx_get_video_size(void *data,
|
||||
static void android_gfx_ctx_check_window(void *data, bool *quit,
|
||||
bool *resize, unsigned *width, unsigned *height, unsigned frame_count)
|
||||
{
|
||||
unsigned new_width, new_height;
|
||||
unsigned new_width = 0;
|
||||
unsigned new_height = 0;
|
||||
android_ctx_data_t *and = (android_ctx_data_t*)data;
|
||||
|
||||
(void)frame_count;
|
||||
|
Loading…
Reference in New Issue
Block a user