From ebd13340530b958690d771ebe37af17d36db4ec7 Mon Sep 17 00:00:00 2001 From: etjanster Date: Mon, 3 Feb 2025 10:21:23 +0100 Subject: [PATCH] fixes --- .../mame/.mame-guide.md.kate-swp | Bin 0 -> 108 bytes .../wiki_emulator_guides/mame/mame-guide.md | 17 ++++++++--------- .../ruffle/ruffle-guide.md | 4 ++-- 3 files changed, 10 insertions(+), 11 deletions(-) create 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 new file mode 100644 index 0000000000000000000000000000000000000000..50edd53e64a384a58090d9d36e6a5485128bcfab GIT binary patch literal 108 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?VnS)D3=C-#D%%Sr#wmN8jnvdPhvroll# WnO-0U(ZR04o=99q9ap^4xvl`Bjuw~z literal 0 HcmV?d00001 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 abbb37d..ab6517d 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/mame/mame-guide.md @@ -116,22 +116,21 @@ Where different types of art assets and metadata are stored ## Maintaining ROM Sets -As MAME is updated so are the ROM Sets. - -It is important to keep using the same ROM Set as the current version shipped with RetroDECK. +As MAME updates, so do the ROM Sets. It's important to use the same ROM Set as the current version shipped with RetroDECK. Read more on: [MAME - Maintaning ROM Sets](https://docs.mamedev.org/usingmame/aboutromsets.html) ## How-to enable cheats? -RetroDECK already ships the cheat file from [Pugsy's Cheats](https://www.mamecheat.co.uk/) as part of the cheat folder. +RetroDECK already includes the cheat file from [Pugsy's Cheats](https://www.mamecheat.co.uk/) in the cheat folder. -To enable cheats open MAME via the Configurator or open the interface when inside a MAME game. +To enable cheats: -In the MAME interface go to -> `General Settings` -> `Miscellaneous Options` -> `Cheats` and toggle it to `On` -> go back and click `Save Settings` and leave MAME. - -When you launch a game open the `Quick Menu` and go to the `Cheat` menu to toggle cheats for that game. +1. Open MAME via the Configurator or while in a MAME game. +2. In the MAME interface, go to `General Settings` -> `Miscellaneous Options` -> `Cheats` and toggle it to On. +3. Go back, click `Save Settings`, and exit MAME. +When you launch a game, open the `Quick Menu` and go to the `Cheat Menu` to toggle cheats for that game. ## Applying effects such as Shaders and Scanlines @@ -140,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 `what ever value you want` 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` fron `nothing` to `` from the BGFX link. Example value from MAME: `bgfx_screen_chains`: `crt-geom`,`pillarbox_left_horizontal`,`pillarbox_right_horizontal`. diff --git a/wiki-rtd/docs/wiki_emulator_guides/ruffle/ruffle-guide.md b/wiki-rtd/docs/wiki_emulator_guides/ruffle/ruffle-guide.md index ea4bc8b..930b7f2 100644 --- a/wiki-rtd/docs/wiki_emulator_guides/ruffle/ruffle-guide.md +++ b/wiki-rtd/docs/wiki_emulator_guides/ruffle/ruffle-guide.md @@ -64,9 +64,9 @@ Suggestions on how to control games: ## Can I use Ruffle to play Flash videos and not just games? -Yes, as they are `.sfw` files you can just add flash videos to the `retrodeck/roms/flash/` folder to have them play as normal. +Yes, you can add Flash videos (.sfw files) to the `retrodeck/roms/flash/` folder to play them. -It might be a good thing to seperate out videos from games with subfolders, but that is up to you. +You might want to organize videos and games into separate subfolders, but it's optional. **Example:**