experimental ddraw code

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@340 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-01-29 19:25:35 +00:00
parent 8831ef19a0
commit 7c9e6899a2
5 changed files with 140 additions and 20 deletions

View file

@ -99,7 +99,7 @@ int TexScreenLinear()
for (x=0; x<EmuWidth; x++,addr+=2)
{
*(unsigned int *)(dest+addr)=0xf0f0f0f0;//*ps++;
*(unsigned int *)(dest+addr)=*ps++;
}
}