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 50edd53..0000000 Binary files a/wiki-rtd/docs/wiki_emulator_guides/mame/.mame-guide.md.kate-swp and /dev/null differ 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`.