diff options
Diffstat (limited to 'games/mednaffe/README')
-rw-r--r-- | games/mednaffe/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/mednaffe/README b/games/mednaffe/README new file mode 100644 index 0000000000000..ffa06d8ddeb05 --- /dev/null +++ b/games/mednaffe/README @@ -0,0 +1,15 @@ +mednaffe (frontend for mednafen) + +Mednaffe is a GUI front-end for the mednafen emulator. + +Its main features are: + + * It is written in C. + * Available for Linux and Windows. + * The only dependency is GTK+2 (or GTK+3). + * GPLv3 licensed. + +Note: Mednaffe only works with 1.21.1 or higher versions of mednafen. + +By default, mednaffe is built with GTK+2. If you prefer GTK+3, export +GTK3=yes in the script's environment. |