This commit is contained in:
Nishi 2025-11-22 17:56:29 +09:00
commit cd1efe40ad
Signed by: nishi
GPG key ID: 27EF69B208EB9343
5 changed files with 46 additions and 47 deletions

View file

@ -9,9 +9,9 @@ typedef struct driver {
int frames;
MDEAudioHandler handler;
void* user;
void* user;
int quit;
pthread_t thread;
int quit;
pthread_t thread;
pthread_mutex_t mutex;
} driver_t;