08-27-2011, 10:23 AM
The spinning coins effect relies on a cpu based post-processing effect that requires the embedded frame buffer to be properly encoded and stored in main memory instead of video memory so that the cpu can access the efb contents. EFB ram emulation is slow mainly because we're trying to emulate something that a typical PC architecture is not at all designed for (that's an ultra simplified explanation).