Software Support > GroovyMAME

CRT Emudriver vulkan and interlaced resolution

<< < (3/4) > >>

Dalba:
You were right about vulkan picking the first 640x480 resolution available ! With EDID emulation enabled, first 640x480 resolution is the one @30i, which seems incompatible with vulkan. If i chose another resolution like 704x480@60i there's no problem.
So thank you for highlighting this issue.
Is there a way to delete a modeline in windows ? 640x480@30i is the one generated by edid emulation, and i don't know how to remove this one...

psakhis:
I believe isn't posible...at least i didn't find how do it.

Not appears in vmmaker but seems it's internal windows resolution...if someone knows i will be delete all @30i modes too.

Dalba:
I guess Calamity could help finding an answer on this... If he's able to create a resolution 640x480@30i with Edid emulation, he should be able to explain how to remove it...  At least i hope !

psakhis:
I don't know why..but now my configuration enables vulkan 640x480@60 by default skipping @30...

Dolphin log
02:43:126 VideoBackends\Vulkan\VulkanContext.cpp:458 I[Video]: Enabling extension: VK_EXT_full_screen_exclusive
02:43:126 VideoBackends\Vulkan\VulkanContext.cpp:475 I[Video]: Using VK_EXT_full_screen_exclusive for exclusive fullscreen.

I'm playing with adapters with autohotkey script and now i can't reproduce the problem  :hissy:

VarSetCapacity(DM,156,0), NumPut(156,&DM,36, "UShort")
DllCall("EnumDisplaySettingsA", "Ptr", 0, "UInt", -1, "Ptr", &DM)
CS := NumGet(DM,108) "x" NumGet(DM,112) " / " NumGet(DM,104) "bit / " NumGet(DM,120) "Hz"
MsgBox, 64, Current Display Setting, %CS%
NumPut(60, DM, 120, "UInt")
DllCall("ChangeDisplaySettingsA", "Ptr", &DM, "UInt", 0)
DllCall("EnumDisplaySettingsA", "Ptr", 0, "UInt", -1, "Ptr", &DM)
CS := NumGet(DM,108) "x" NumGet(DM,112) " / " NumGet(DM,104) "bit / " NumGet(DM,120) "Hz"
MsgBox, 64, Current Display Setting, %CS%

EDIT: i checked supermodel emulator at 640x480@60 and works fine now too...i don't understand nothing...before i had to 704x480

Dalba:
If you find what you did i will take your advice with pleasure  :lol

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version