mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Remove one redundant comment
This commit is contained in:
parent
f412095047
commit
409a6136b8
1 changed files with 3 additions and 3 deletions
|
@ -85,9 +85,9 @@ typedef struct
|
|||
IAudioClient *client;
|
||||
IAudioRenderClient *renderer;
|
||||
HANDLE write_event;
|
||||
fifo_buffer_t *buffer; /* NULL in unbuffered shared mode */
|
||||
size_t engine_buffer_size; /* WASAPI engine buffer size */
|
||||
size_t frame_size; /* 4 or 8 only */
|
||||
fifo_buffer_t *buffer; /* NULL in unbuffered shared mode */
|
||||
size_t frame_size; /* 4 or 8 only */
|
||||
size_t engine_buffer_size;
|
||||
bool exclusive;
|
||||
bool blocking;
|
||||
bool running;
|
||||
|
|
Loading…
Add table
Reference in a new issue