added a note about how the hack breaks other things (nw)

This commit is contained in:
smf- 2013-04-06 13:13:56 +00:00
parent 45148f5143
commit 5566addb14

View File

@ -152,7 +152,7 @@ void psxdma_device::dma_finished( int index )
if( n_address == 0xffffff )
{
dma->n_base = n_address;
//HACK: fixes pse bios 2.x & other texture uploading issues.
//HACK: fixes pse bios 2.x & other texture uploading issues, breaks kdeadeye test mode.
//dma_start_timer( index, 19000 );
dma_start_timer( index, 500 );
return;