Initial steps towards fog emulation in DX9

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@585 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2008-09-20 14:29:30 +00:00
parent 558f453dde
commit a5488ccf58
2 changed files with 52 additions and 7 deletions

View File

@ -291,6 +291,7 @@ void BPWritten(int addr, int changes, int newval)
case 6: // Backward exp
case 7: // Backward exp2
// TODO: Figure out how to do these in GL
//TEV_FSEL_BX, TEV_FSEL_BX2?
default:
printf("Non-Emulated Fog selection %d\n", bpmem.fog.c_proj_fsel.fsel);
break;