Yes I did.
The way SDL video works on the GP32, there's always a 320x240 buffer allocated.
The actual display is just centered if it's not the full size. As a work around, I always just clear the entire screen (using fast assembler memset).
In src/io/gfx/video.cpp:
void clearScreen (int...