diff --git a/wiki-rtd/docs/wip/December-2024.md b/wiki-rtd/docs/wip/December-2024.md index 46a4216..93aa72c 100644 --- a/wiki-rtd/docs/wip/December-2024.md +++ b/wiki-rtd/docs/wip/December-2024.md @@ -50,26 +50,35 @@ We wish them a happy journey ahead. Keep in touch, Itakatta! 🤌🍕🍝🍌 + ## Open with RetroDECK - New function - + -On the Linux Desktop (or desktop mode) we added the option of open and run various files directly with RetroDECK. -In these examples we will be using the [Little Medusa - Demo](https://megacatstudios.com/pages/little-medusa) a `.nes` file called `LittleMedusa_8bitdemo.nes` from Mega Cat Studios. +On the Linux Desktop (or desktop mode), we added the option to open and run various files directly with RetroDECK. -### Example 1: The game inside the correct roms folder + + +In these examples, we will use the [Little Medusa - Demo](https://megacatstudios.com/pages/little-medusa) a `.nes` file called `LittleMedusa_8bitdemo.nes` from Mega Cat Studios. + +### Example 1: The Game Inside the Correct Roms Folder -in this example the `LittleMedusa_8bitdemo.nes` file is inside the `retrodeck/roms/nes` folder and when clicking on it RetroDECK opens it with the Nintendo Entertainment System emulator and the game starts. +In this example, the `LittleMedusa_8bitdemo.nes` file is inside the `retrodeck/roms/nes` folder. -RetroDECK knows that because you opened it from the `/roms/nes` foler the game must correspond to that system. +When you click on it, RetroDECK opens it with the Nintendo Entertainment System emulator, and the game starts. -### Example 2: The game is outside the roms folder +RetroDECK knows that because you opened it from the `/roms/nes` folder, the game must correspond to that system. - +### Example 2: The Game Outside the Roms Folder + + + +In this example, the `LittleMedusa_8bitdemo.nes` file is not inside the `retrodeck/roms/nes` folder but in the `download` folder. + +When clicked, RetroDECK will prompt a dialog window asking which system the file belongs to and then run it. -In this example the `LittleMedusa_8bitdemo.nes` file is is not inside the `retrodeck/roms/nes` but in the ` download` folder. When clicked RetroDECK will prompt a dialog window and ask what system the file belongs to and then run it. --- diff --git a/wiki-rtd/docs/wip/littlemedusa.png b/wiki-rtd/docs/wip/littlemedusa.png new file mode 100644 index 0000000..0e45b35 Binary files /dev/null and b/wiki-rtd/docs/wip/littlemedusa.png differ