bugfix for SIMPLE_WRITE_SOUND
[picodrive.git] / platform / win32 / GenaDrive / Loop.cpp
index 305c27d..b19539a 100644 (file)
@@ -17,7 +17,7 @@ int LoopInit()
   PsndRate=44100;\r
 \r
   // Init Direct3D:\r
-  ret=DirectInit(); if (ret) { error("Direct3D init failed"); return 1; }\r
+  ret=DirectInit(); if (ret) { error("DirectX video init failed"); return 1; }\r
   InputInit();\r
 \r
   // Init DirectSound:\r
@@ -108,7 +108,7 @@ static int ModeUpdate()
 \r
   if (LoopMode==8) { DoGame(); return 0; }\r
 \r
-  if (DSoundNext) memset(DSoundNext,0,PsndLen<<2);\r
+//  if (DSoundNext) memset(DSoundNext,0,PsndLen<<2);\r
 \r
 //  if (LoopMode==2) { FileMenu.scan(); LoopMode++; return 0; }\r
 //  if (LoopMode==3) { MenuUpdate(); return 0; }\r