wheremyfoodat / Panda3DS

HLE 3DS emulator
https://panda3ds.com/
GNU General Public License v3.0
790 stars 57 forks source link

no video when loading game #467

Open B-Nerd opened 3 months ago

B-Nerd commented 3 months ago

when i change the setting DSPEmulation = "null" to DSPEmulation = "lle" i get a black screen with no video i tried it on the qt & sdl version both the same FYI i use the appimage here is the config.toml file content github does not like toml

[Audio] DSPEmulation = "lle" EnableAudio = true

[Battery] BatteryPercentage = 3 ChargerPlugged = true

[GPU] EnableShaderJIT = true EnableVSync = true Renderer = "opengl"

[General] EnableDiscordRPC = false UsePortableBuild = false

[SD] UseVirtualSD = true WriteProtectVirtualSD = false