yuzu-fork/src/core/hw
Yuri Kunde Schlesner 98e3274935 GPU: Fire GPU interrupts at the correct places.
PDC0 and PDC1 are both VBlank interrupts. PDC0 was being treated as a
HBlank interrupt and fired many more times than it should. They now both
fire together at 60 Hz. This puzzlingly *improves* apparent framerate on
many applications.

A few other interrupts were being fired inside the GSP command
processing instead of on the actual GPU register writes, so they were
moved there, which should cover direct writes tho those registers not
going through the GX command queue.
2015-01-14 05:07:35 -02:00
..
gpu.cpp GPU: Fire GPU interrupts at the correct places. 2015-01-14 05:07:35 -02:00
gpu.h GPU: Pseudo-implement horizontal scaling. 2014-12-31 16:32:55 +01:00
hw.cpp License change 2014-12-20 21:20:24 -08:00
hw.h License change 2014-12-20 21:20:24 -08:00