From 9892292d2785e10800faff986197e2fcfb3b08a3 Mon Sep 17 00:00:00 2001 From: etjanster Date: Mon, 3 Feb 2025 10:21:45 +0100 Subject: [PATCH] fixes --- .../mame/.mame-guide.md.kate-swp | Bin 108 -> 0 bytes .../docs/wiki_emulator_guides/mame/mame-guide.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 wiki-rtd/docs/wiki_emulator_guides/mame/.mame-guide.md.kate-swp diff --git a/wiki-rtd/docs/wiki_emulator_guides/mame/.mame-guide.md.kate-swp b/wiki-rtd/docs/wiki_emulator_guides/mame/.mame-guide.md.kate-swp deleted file mode 100644 index 50edd53e64a384a58090d9d36e6a5485128bcfab..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 108 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?VnS)D3=C-#D%%Sr#wmN8jnvdPhvroll# WnO-0U(ZR04o=99q9ap^4xvl`Bjuw~z diff --git a/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md b/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md index ab6517d..0ec3ea8 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md @@ -139,4 +139,4 @@ First read up on BGFX effects on [BGFX MAMEdev](https://docs.mamedev.org/advance 1. Go to `~/.var/app/net.retrodeck.retrodeck/config/mame/ini` 2. Open the `mame.ini` with your text editor of choice. 3. Find `OSD VIDEO OPTIONS` and edit the value: `video` from `opengl` to `bgfx`. -4. Find `GFX POST-PROCESSING OPTIONS` and edit the value: `bgfx_screen_chains` fron `nothing` to `` from the BGFX link. Example value from MAME: `bgfx_screen_chains`: `crt-geom`,`pillarbox_left_horizontal`,`pillarbox_right_horizontal`. +4. Find `GFX POST-PROCESSING OPTIONS` and edit the value: `bgfx_screen_chains` from `nothing` to `` from the BGFX link. Example value from MAME: `bgfx_screen_chains`: `crt-geom`,`pillarbox_left_horizontal`,`pillarbox_right_horizontal`.