Description
Hi,
I wanted to ask a question regarding wayland support of mgba but do not know if this is the correct place to ask such question.
In short, I would like to run mgba on a Raspberry Pi that has custom distro on it with weston/wayland desktop.
Since my system utilizes Qt6 and I assume mgba is Qt5, I wanted to avoid the Qt version and go with only SDL version.
Question is, has anybody ran mgba (SDL) on wayland before.
mgba is compiled with;
-DBUILD_QT=OFF
-DBUILD_SDL=ON
When I start like this,
pulseaudio --start
SDL_VIDEODRIVER=wayland mgba myrom.gb
I have the audio running correctly, but no window created on weston desktop.
There is no apparent error or warning on console.
That led me wondering if mgba-sdl is at all created with wayland in mind or has somebody ran it on a wayland desktop before.
NOTE: I will provide WAYLAND_DEBUG logs soon, but wanted to at least get some info if this is possible beforehand. Please guide me how to enable SDL logs as well, I can also attach them.
Activity