Skip to content
AmatCoder edited this page Nov 10, 2021 · 6 revisions

Welcome to the mednaffe FAQ (Incomplete/WIP)


  • How to remove a folder?

    Edit->Manage Folders->Delete


  • How to setup screenshots in games list?

    Edit->Manage Folders->Setup

    Here you can set the paths to screenshots directories.

    Images must be png files and they must have the same name as the game selected.


  • How to show only .cue/.zip/.xxx files in list?

    You can set filters per folder to show only files with those extensions:

    Edit -> Manage Folders -> Setup -> Space-separated filter


    mednaffe_filter2



  • Sega Saturn doesn't work and/or is disabled

    Most likely you are using 32-bit version of mednafen emulator.

    From documentation:

     By default and for the official releases for Windows, Saturn emulation is only compiled in for builds for some 64-bit architectures.
    

  • How to assign multiple physical inputs to the same emulated input?

    Just right-click on the widget and choose 'Add another input (OR)' item:


    mednaffe_multiple_input_2



  • Some folders are inaccessible with Flatpak version

    Applications that are run with Flatpak have limited access to the host environment.

    By default, Mednaffe as Flatpak only allows access to the user’s home directory.

    But users can override this with --filesystem=FILESYSTEM option. Examples:

    flatpak --filesystem=host run com.github.AmatCoder.mednaffe
    

    or if you only want access to /run/media:

    flatpak --filesystem=/run/media run com.github.AmatCoder.mednaffe
    

    or even better, read-only:

    flatpak --filesystem=/run/media:ro run com.github.AmatCoder.mednaffe
    
Clone this wiki locally