git @ Cat's Eye Technologies linapple / c82471b
Merge branch 'pcm-files' of https://github.com/catseye/linapple into 2.1.1-catseye Chris Pressey 6 years ago
2 changed file(s) with 0 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
1111 #define LINAPPLE_VERSION 2
1212
1313 #include <curl/curl.h>
14
15 extern FILE * spMono,*spStereo;
1614
1715 extern char VERSIONSTRING[]; // Contructed in WinMain()
1816
782782 }
783783
784784
785 FILE *spMono, *spStereo;
786
787785 //---------------------------------------------------------------------------
788786
789787 int main(int argc, char * lpCmdLine[])
801799 bool bBoot = false;
802800
803801 registry = fopen(config.GetRegistryPath().c_str(), "rt"); // open conf file (linapple.conf by default)
804 spMono = fopen("speakersmono.pcm","wb");
805 spStereo = fopen("speakersstereo.pcm","wb");
806802
807803 LPSTR szImageName_drive1 = NULL; // file names for images of drive1 and drive2
808804 LPSTR szImageName_drive2 = NULL;
10951091 {
10961092 fclose(registry); //close conf file (linapple.conf by default)
10971093 }
1098 fclose(spMono);
1099 fclose(spStereo);
11001094
11011095 SDL_Quit();
11021096 // CURL routines