Use C-style comments

This commit is contained in:
twinaphex 2021-02-03 10:04:42 +01:00
parent 6d2193bca8
commit 55410cf407

View file

@ -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;