RSDKModding / RSDKv5-Decompilation

A complete decompilation of Retro Engine (v5)
Other
408 stars 142 forks source link

[Windows, DX11] Black screen/corruption and other issues #133

Open BurnBasher opened 2 years ago

BurnBasher commented 2 years ago

if you switch to another app/game while mania is running.Your screen will go black (this is on pc windows 11)

LittlePlanetCD commented 2 years ago

is this fullscreen or windowed

BurnBasher commented 2 years ago

fullscreen

stxticOVFL commented 2 years ago

What backend are you using? DX9, DX11, OGL, or SDL2? What's your resolution? What's your Settings.ini look like?

BurnBasher commented 2 years ago

[Video] ; NB: Fullscreen Resolution can be explicitly set with values fsWidth and fsHeight ; If not listed, fullscreen will just use the desktop resolution windowed=n border=y exclusiveFS=y vsync=y tripleBuffering=n winWidth=1272 winHeight=720 refreshRate=60 shaderSupport=y screenShader=0 ; Maximum width the screen will be allowed to be. A value of 0 will disable the maximum width maxPixWidth=424 (and my backend is DX11)