mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 07:13:35 +00:00
(video_thread_wrapper.c) Fix 'declaration shadows local variable'
This commit is contained in:
parent
f7a735bf11
commit
03fb979730
@ -288,7 +288,7 @@ static void thread_loop(void *data)
|
||||
slock_lock(thr->frame.lock);
|
||||
|
||||
thread_update_driver_state(thr);
|
||||
bool ret = false;
|
||||
ret = false;
|
||||
bool alive = false;
|
||||
bool focus = false;
|
||||
bool has_windowed = true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user