On Sat, 30 Oct 2004 11:06:49 +0200, Hans de Goede <[EMAIL PROTECTED]> wrote:
Christopher Stone wrote:
Hans:
Did some testing after you logged out with effect switching in DGA mode. It still skips some modes that worked before. It's skipping rgbstripe and rgbscan, these used to work for me before. Even if I try to start effect 3 from the command line it's telling me it can't find a suitable mode. I remember testing before, that every mode used to work except scan3.
I've just found a bug in the fix for effect changing not working with pacman + artwork, which might explain this atleast when hotkey changing, please try the latest CVS code.
It's still not letting me choose those modes. I coulda sworn they worked before, but I guess I could be wrong. Is there a debugging printf I can put in xmame that will tell me what minimum resolution is required for a given effect and then I can see if I have any modes that would fit.
In src/unix/video.c where ctrl + page-up/down is detected all effects are tested in a loop untill one that will fit is found. (do-while)
Just before the test in the while scaled_width and scaled_height get calculated printf those, that is what is needed. You will get multiple messages output if effects are skipped, the first iis the size needed for the effect you would have got if none are skipped.
Regards,
Hans
-- EuropeSwPatentFree http://EuropeSwPatentFree.hispalinux.es
_______________________________________________ Xmame mailing list [EMAIL PROTECTED] http://toybox.twisted.org.uk/mailman/listinfo/xmame
