flyinghead
flyinghead
What's your `Internal Resolution` setting at? Does it help to reduce it?
You cannot compare per-triangle (Open GL) and per-pixel( Vulkan). Per-pixel is much more complex and more demanding. Also don't expect be able to run per-pixel with x9 internal resolution on...
Are you playing VF3tb or VF4? How is the performance with Open GL? What are you settings, video in particular?
> How is the performance with Open GL? > > What are your settings, video in particular?
How does this issue manifest itself?
I get a crash when closing the Flycast core but it happens after the core has been de-initialized and unloaded so it is not a Flycast issue. I did find...
Which version of RetroArch are you using? Can you get some logs (both core and RA)? 32 bits or 64 bits Android?
The core is properly closed: ``` [Core]: Unloading core.. [Core]: Unloading core symbols.. (...) [Core]: Unloading core.. [Core]: Unloading core symbols.. [Core]: Saved core options file to "/storage/emulated/0/RetroArch/config/Flycast/Flycast.opt". ``` At...
Also, the last log message indicates that the current Android activity has been paused. ``` Pause: 0xb49f5100 ``` It should be followed by the corresponding `Resume: 0xb49f5100` when it continues.