reticulatedpines

Results 33 comments of reticulatedpines

This isn't an area of code I know well, so I need to ask some questions to determine what this change is supposed to do, and why it might be...

I've spent some time trying to understand this code and something looks wrong here. You're adding a "continuous_af" field to the "lua_lens_fields" struct, but "continuous_af" isn't a property of the...

This pattern also means that multiple modules export the same symbols. E.g. because mlv_lite.o links in lossless.o, all the externally visible lossless.o symbols are provided by mlv_lite.mo and silent.mo. This...

Probably all uses of edmac_get_base() will want converting.

Hi, I'm good, thank you. ML project isn't firmware, and doesn't replace (or modify) the existing Canon firmware. So we can't provide firmware to do what you want. Sometimes ML...

Possibly related to hold SET at startup to stop ML "loading"? Might be why the key does anything at all, but that code doesn't want to do anything at the...

Likewise for module_menu, size 0c1600, 5.6kB, due to 64 entries: ``` 1927 static struct menu_entry module_menu[] = { 1928 MODULE_ENTRY(0) ``` It's less obvious how this gets populated, there's a...

I don't know Lua well at all. I've done a little reading and some benchmarking. When you say "will trigger a lua error that cannot be properly handled" - can...

Test merge worked. Bugs found: - pieces can spawn outside of the boundary, and then they cannot be moved into play. Seems to happen if piece was dropped at either...

The stubs look useful, but the commit history is quite messy. Cbasic stuff isn't required, LED blink tests and some changes to other files that will change behaviour of non-R6...