Open FazanaJ opened 2 days ago
[!IMPORTANT]
Review skipped
Auto reviews are disabled on base/target branches other than the default branch.
Please check the settings in the CodeRabbit UI or the
.coderabbit.yaml
file in this repository. To trigger a single review, invoke the@coderabbitai review
command.You can disable this status message by setting the
reviews.review_status
tofalse
in the CodeRabbit configuration file.
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
I am happy to revert but the question becomes that we need to test these scenarios:
backtrace: https://discordapp.com/channels/205520502922543113/1262536014623146125/1285662891781001279
And locate the original PR/commit that the change was introduced. https://github.com/Polprzewodnikowy/N64FlashcartMenu/commit/10a8fcab9e2231b9fa2fb9e7bbd48bd4a96fe475
I am happy to revert but the question becomes that we need to test these scenarios:
- RGB Mod (PAL console).
- HDMI Mod (PAL console).
- Stock MPAL console.
There's another scenario, that's a crystal modded PAL system, so x1 crystal speed matches that of the NTSC units, generating an in-spec NTSC speed rather than the 2% off PAL60 speed.
PIF is still PAL-region of course, composite will be NTSC colored proper NTSC speed, RGB mods like eTim's board work like normal ontop of that.
@FazanaJ I am wondering your thoughts on something like this: https://github.com/networkfusion/N64FlashcartMenu/commit/991739a1fdf28f2604df4a70193bfe5344f2c020
I'm personally more than fine with this too. Definitely worth an opinion check with others though, since it could potentially border on a little bloat.
I'm personally more than fine with this too. Definitely worth an opinion check with others though, since it could potentially border on a little bloat.
I am thinking that it covers @riggles1 comment (as might be the issue you are experiencing anyway). Feel free to test and merge into this PR.
I have updated my branch source with regard to the new info: #165 Currently tested on an Ultra HDMI modded PAL console using both HDMI and its analogue output.
Description
Changes the way PAL60 is handled back to the old method, as seen on the stable release.
Motivation and Context
The N64Digital hardware mod does not work with the inbuilt PAL60 VI mode libdragon offers. It's not known currently if other HDMI mods work with this VI mode.
How Has This Been Tested?
Made the changes and ran on my system, with the setting on and off.
Screenshots
Types of changes
Checklist:
Signed-off-by: FazanaJ