Path: chuka.playstation.co.uk!news From: "Derek da Silva" Newsgroups: scee.yaroze.freetalk.english Subject: Re: More buggery title screens! Date: Mon, 3 Sep 2001 19:57:20 +0100 Organization: PlayStation Net Yaroze (SCEE) Lines: 49 Message-ID: <9n0k44$7dl1@www.netyaroze-europe.com> References: <9mvuv3$s3h10@www.netyaroze-europe.com> <9n0349$s3h12@www.netyaroze-europe.com> <9n0c89$s3h14@www.netyaroze-europe.com> NNTP-Posting-Host: usr34-haw.blueyonder.co.uk X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Ah, Omar's post reminded me. GsSortClear() does not work when the screen height is set to 512. If you've got the screen height set to 512, either change it to 511 so GsSortClear() works, or do as Omar suggested, and use isbg instead. Strange, but true. Regarding using DrawSync() in interlaced mode, see page 52 of the User Guide. cheers Derek "Max" wrote in message news:9n0c89$s3h14@www.netyaroze-europe.com... > That would cancel the current drawing which is not what I want at all. > > Max > > Derek da Silva wrote in message > news:9n0349$s3h12@www.netyaroze-europe.com... > > > > > DrawSync(0); > > > vsync = VSync(1); > > > VSync(0); // get the vertical sync interval > > > > In interlaced mode ResetGraph(1) is called after VSync(0). DrawSync() > isn't > > used. Perhaps this is the problem? > > > > VSync(0); > > ResetGraph(1); > > > > cheers > > Derek > > > > > > > > > > > > > > >