Warning: Cannot use quest size 320x240: this quest only supports 256x144 to 256x144. Using 256x144 instead.
Every time I run VOADI, this warning shows:
Warning: Cannot use quest size 320x240: this quest only supports 256x144 to 256x144. Using 256x144 instead.
Here's my settings:
According to @hhromic, it's likely due to this:
context.geometry.wanted_quest_size = {
SOLARUS_DEFAULT_QUEST_WIDTH,
SOLARUS_DEFAULT_QUEST_HEIGHT
};
which is pre-defined at compile-time to 320x240 and to 320x400 on Pandora devices