mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-28 23:02:47 +01:00
updating win32 port
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@338 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user