reticulatedpines / magiclantern_simplified

A Git based version of Magic Lantern, for those unwilling or unable to work using Mercurial. The vast majority of branches have been removed, with those thought to be important brought in individually and merged.
GNU General Public License v2.0
142 stars 50 forks source link

Check if D678 wants digic_iso_step() moving #68

Open reticulatedpines opened 1 year ago

reticulatedpines commented 1 year ago

In crop_rec_4k branch, state-object.c, we have this new guard, should it also apply to D678?

if !defined(CONFIG_DIGIC_V)

digic_iso_step() This is because digic_iso_step() has moved for CONFIG_DIGIC_V, but still we want to know which D678 should be. Maybe it will help with something?

What should the guard really be?