-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Labels
Description
I have tried recording rendered video (with shift-alt-f12) with b983390 under Windows. It unfortunately does not appear to work. With bgfx opengl, dx11 a and dx12 backends black avi with nothing in it is recorded. With vulkan, mame window stops responding in addition (but a black video is rendered nonetheless). I built using the following parameters:
make SOURCES=src/mame/drivers/mitwunit.cpp,src/mame/drivers/naomi.cpp SYMBOLS=1 VERBOSE=1 -j12
and tested using the following ones:
mame64.exe -rompath foo -window -video bgfx -bgfx_screen_chains hlsl -bgfx_backend backend umk3
With d3d backed nothing happens when shift-alt-f12 is pressed but I am assuming this is expected.