# | Line 66 | Line 66 | extern void SysMediaRemoved(const char * | |
---|---|---|
66 | ||
67 | void DarwinSysInit(void) | |
68 | { | |
69 | < | media_thread_active = (pthread_create(&media_thread, NULL, media_poll_func, NULL) == 0); |
70 | < | D(bug("Media poll thread installed (%ld)\n", media_thread)); |
69 | > | if (!PrefsFindBool("nocdrom")) { |
70 | > | media_thread_active = (pthread_create(&media_thread, NULL, media_poll_func, NULL) == 0); |
71 | > | D(bug("Media poll thread installed (%ld)\n", media_thread)); |
72 | > | } |
73 | } | |
74 | ||
75 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |