updating win32 port

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@338 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-01-27 23:57:20 +00:00
parent 10d84cb275
commit 4b2b67ebc7
8 changed files with 125 additions and 129 deletions

View file

@ -75,7 +75,7 @@ int DirectInit()
ret=TexScreenInit(); if (ret) return 1;
FontInit();
//FontInit();
Device->SetRenderState(D3DRS_LIGHTING,0); // Turn off lighting
@ -87,8 +87,8 @@ int DirectInit()
void DirectExit()
{
FontExit();
TexScreenExit();
//FontExit();
//TexScreenExit();
RELEASE(VertexBuffer)
RELEASE(DirectBack)