Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
07660 Graphics Minor Always May 18, 2020, 09:55 Feb 1, 2023, 19:43
Tester Augusto View Status Public Platform MAME (Official Binary)
Assigned To cuavas Resolution Fixed OS Windows 10 (64-bit)
Status [?] Resolved Driver
Version 0.220 Fixed in Version 0.252 Build 64-bit
Fixed in Git Commit 6ff5138 Github Pull Request #
Summary 07660: Toggle Full Screen bgfx screen chains reset to default
Description If starting an game in full screen and selecting another bgfx screen effect ( none or others ) than the default in mame.ini when toggle full screen the bgfx screen effect is reset to screen effect selected in mame.ini in
# BGFX POST-PROCESSING OPTIONS
bgfx_screen_chains crt-geom

Happen the same issue if selecting an effect in windowed and toggle fullscreen.
Have an nice day.
Steps To Reproduce
Additional Information
Github Commit
Flags
Regression Version
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
3
User avatar
No.17680
Tafoid
Administrator
May 26, 2020, 23:48
Assume I know nothing about setting up and using BGFX shader chains.
Please using one step at a time detail how to duplicate this bug report.
User avatar
No.17683
Augusto
Tester
May 27, 2020, 06:50
Hello Tafoid :-)

1 ) Use video output BGFX and in mame.ini
# BGFX POST-PROCESSING OPTIONS
#
bgfx_path bgfx
bgfx_backend vulkan
bgfx_debug 0
bgfx_screen_chains crt-geom
bgfx_shadow_mask slot-mask.png
bgfx_lut
bgfx_avi_name auto

2 ) Start any game in full screen or windowed mode.
3 ) In Slider Controls change screen effects from crt-geom to any other or none.
4 ) Change full screen to windowed and the selected effect will reset to default in mame.ini.
User avatar
No.21056
cuavas
Administrator
Feb 1, 2023, 19:43
It wss partially addressed by 5671484fc87fc11b536a0b0f6cb0efb1e680d489 (PR #10858), but 6ff51387fa39a3a1b2a178b16ffcd687445dae83 is a more complete solution.