mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-20 09:48:27 +00:00
Turn rarch_threaded_video_send_and_wait to static function
This commit is contained in:
parent
1ea3b54411
commit
bae51fb3bd
@ -1305,7 +1305,7 @@ const char *rarch_threaded_video_get_ident(void)
|
||||
return thr->driver->ident;
|
||||
}
|
||||
|
||||
void rarch_threaded_video_send_and_wait(thread_video_t *thr, thread_packet_t *pkt)
|
||||
static void rarch_threaded_video_send_and_wait(thread_video_t *thr, thread_packet_t *pkt)
|
||||
{
|
||||
if (!thr || !pkt)
|
||||
return;
|
||||
|
@ -73,8 +73,6 @@ typedef struct thread_packet thread_packet_t;
|
||||
|
||||
typedef struct thread_video thread_video_t;
|
||||
|
||||
void rarch_threaded_video_send_and_wait(thread_video_t *thr, thread_packet_t *pkt);
|
||||
|
||||
/**
|
||||
* rarch_threaded_video_init:
|
||||
* @out_driver : Output video driver
|
||||
|
Loading…
Reference in New Issue
Block a user