comparison render_sdl.c @ 1949:5a76a7373823

Get WIP net play code compiling on Windows and cleanup some unistd.h includes
author Michael Pavone <pavone@retrodev.com>
date Thu, 30 Apr 2020 23:15:50 -0700
parents 16a795cababd
children 42c12d141f6e
comparison
equal deleted inserted replaced
1948:d01527615c7c 1949:5a76a7373823
1134 1134
1135 render_set_video_standard(VID_NTSC); 1135 render_set_video_standard(VID_NTSC);
1136 1136
1137 atexit(render_quit); 1137 atexit(render_quit);
1138 } 1138 }
1139 #include<unistd.h>
1140 static int in_toggle; 1139 static int in_toggle;
1141 1140
1142 void render_config_updated(void) 1141 void render_config_updated(void)
1143 { 1142 {
1144 uint8_t old_sync_to_audio = sync_to_audio; 1143 uint8_t old_sync_to_audio = sync_to_audio;