-
-
Notifications
You must be signed in to change notification settings - Fork 190
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unexpected crosshairs appear in arcade games #1363
Comments
Which renderer are you using? I tried OpenGL and Vulkan but can't reproduce the issue. |
I still can't reproduce it. I tried DX9, DX11 per triangle and per pixel. Tried various combinations of starting a dreamcast game, switching to light gun, stopping the game, switching back to controller, using 3 light guns, etc. Nothing makes the crosshair appear unless the arcade game is a lightgun or touchscreen game. |
I deleted the settings at that time, so I couldn't reproduce it, but after trial and error, I found that the additional bug condition other than "Using DX9 or DX11" was to check "Show VMU in-game". |
missing check for arcade games Issue #1363
Yep, that was the missing piece. Thanks! |
Thanks. It's fixed! |
Windows11 / i7-10700F / GTX 1660 SUPER
Github hash: 192838b
Set the light gun on device A and select a color that stands out, such as red, as the crosshair color.
Then, leave the crosshair check as is and change to the Sega controller.
When you launch any arcade game, a crosshair will appear.
The text was updated successfully, but these errors were encountered: