Skip to content

Commit 7736095

Browse files
committed
Update for CXX_BUILD
1 parent 4f70c5a commit 7736095

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

audio/microphone_driver.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ struct retro_microphone
150150
*
151151
* @see microphone_state_flags
152152
*/
153-
enum microphone_state_flags flags;
153+
int flags;
154154

155155
/**
156156
* Samples that will be sent to the core.
@@ -525,7 +525,7 @@ typedef struct microphone_driver_state
525525
*/
526526
retro_microphone_t microphone;
527527

528-
enum microphone_driver_state_flags flags;
528+
int flags;
529529

530530
enum resampler_quality resampler_quality;
531531

0 commit comments

Comments
 (0)