mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-11-26 19:50:41 +00:00
Use C-style comments
This commit is contained in:
parent
6d2193bca8
commit
55410cf407
@ -17,9 +17,9 @@
|
||||
|
||||
#include <libretro.h>
|
||||
#include <lists/string_list.h>
|
||||
#include "../../verbosity.h"
|
||||
#include <string/stdstring.h>
|
||||
|
||||
#include "../../verbosity.h"
|
||||
#include "../midi_driver.h"
|
||||
|
||||
#define WINMM_MIDI_BUF_CNT 3
|
||||
@ -605,8 +605,8 @@ static bool winmm_midi_flush(void *p)
|
||||
#ifdef DEBUG
|
||||
RARCH_ERR("[MIDI]: midiStreamOut failed with error %d.\n", mmr);
|
||||
#endif
|
||||
// Core sent MIDI message not understood by the MIDI driver
|
||||
// Make this buffer available to be used again
|
||||
/* Core sent MIDI message not understood by the MIDI driver
|
||||
* Make this buffer available to be used again */
|
||||
buf->header.dwFlags |= MHDR_DONE;
|
||||
buf->header.dwFlags &= ~MHDR_INQUEUE;
|
||||
return false;
|
||||
|
Loading…
Reference in New Issue
Block a user