mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-08-08 04:25:59 +00:00
Comment pthread_join()
- Blocks Android rendering - Unnecessary for GLUT/Linux renderer - Might need to be worked around for Mac tests
This commit is contained in:
@@ -1081,7 +1081,7 @@ void test_disk(int argc, char **argv) {
|
||||
if (begin_video) {
|
||||
video_main_loop();
|
||||
}
|
||||
pthread_join(p, NULL);
|
||||
//pthread_join(p, NULL);
|
||||
}
|
||||
|
||||
#if !defined(__APPLE__)
|
||||
|
@@ -469,7 +469,7 @@ void test_display(int argc, char **argv) {
|
||||
if (begin_video) {
|
||||
video_main_loop();
|
||||
}
|
||||
pthread_join(p, NULL);
|
||||
//pthread_join(p, NULL);
|
||||
}
|
||||
|
||||
#if !defined(__APPLE__)
|
||||
|
@@ -3485,7 +3485,7 @@ void test_vm(int argc, char **argv) {
|
||||
if (begin_video) {
|
||||
video_main_loop();
|
||||
}
|
||||
pthread_join(p, NULL);
|
||||
//pthread_join(p, NULL);
|
||||
}
|
||||
|
||||
#if !defined(__APPLE__)
|
||||
|
Reference in New Issue
Block a user