KieronJ / rpsx

A PlayStation emulator written in Rust.
MIT License
41 stars 2 forks source link

Missing geometry in Tony Hawk's Pro Skater #11

Closed KieronJ closed 11 months ago

KieronJ commented 11 months ago

The geometry is disappearing in a way that looks like bad frustum culling. I thought the GTE implementation was reasonable correct at this point, so this might require a bit of investigation.

One area of investigation might be delay slots on reads from GTE registers.