Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow copy color buffer to RDRAM when current buffer is null.
Problem: JFG crosshair has incorrect color when FBInfo and Aux buffer copy are enabled. "Aux buffer copy" copies the buffer and removes it. If aux buffer is the current one, the current buffer set to null. FBInfo uses ColorBufferToRDRAM to copy color buffer ti RDRAM. ColorBufferToRDRAM does nothing when current frame buffer is null, so FBInfo can't copy the buffer. Solution: allow copy to RDRAM when current buffer is null. Note: copy to RDRAM when current buffer is null was disabled in commit bbc71c3 to fix problem "Snowboard Kids causes segmentation fault #477" Now Snowboard Kids does not crash here.
- Loading branch information