mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-27 14:23:06 +00:00
thread_get_frame_count - return 0 instead of NULL
This commit is contained in:
parent
f08db710ac
commit
3d6b29e97b
@ -957,7 +957,7 @@ static uint64_t thread_get_frame_count(void *data)
|
||||
{
|
||||
thread_video_t *thr = (thread_video_t*)data;
|
||||
if (!thr || !thr->poke)
|
||||
return NULL;
|
||||
return 0;
|
||||
return thr->poke->get_frame_count(thr->driver_data);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user