mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-10-28 05:48:52 +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:
parent
10d84cb275
commit
4b2b67ebc7
8 changed files with 125 additions and 129 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue