VU skipping works great in many cases, but I often miss a simple feature:
Only skip x% of the frames. E.g. skipping only every other frame.
Only skip x% of the frames. E.g. skipping only every other frame.
Well, certainly it is not feeding one's post count.Oooook...and the point of this thread is?...
I'm pretty sure that's what it does in the latest SVN's (361+ or so, don't remember). Let me dig in the IRC logs...but I often miss a simple feature:
Only skip x% of the frames. E.g. skipping only every other frame.
thats what i thought it did, thanks for clearing that up.Ok the deal with frame/vuskipping is this:
When the game is too slow we have 2 possibilities to speed it up.
One is freezing the gs registers for a while, effectively freeing GPU time.
If that doesnt help (we're prolly CPU limited), we can skip a VU1 instruction + Freeze the GS regs.
This will free CPU and GPU time at the same time.
Obviously this isn't going to be very smooth and can introduce problems![]()