A frontend for Mupen64Plus
Go to file
Fayvel Victor cde1b7155a Don't installing conflicting mime type for *.*64
There is already an mime type for Nintendo64 roms called application/x-n64-rom.
This one has to be extended instead of installing a conflicting type. Otherwise
only one of the desktop entries for mupen64plus-ui-console or m64py works and
not both.
2014-09-06 09:58:07 +02:00
dist compress debian package only with gzip for older systems 2014-09-04 11:29:23 +02:00
src/m64py Handle missing dependencies of plugins during plugin_load_try 2014-09-05 21:08:18 +02:00
test Initial commit 2012-06-23 16:28:26 +02:00
xdg Don't installing conflicting mime type for *.*64 2014-09-06 09:58:07 +02:00
AUTHORS add contributor 2014-01-12 20:18:14 +01:00
ChangeLog prepare release 2014-03-09 18:59:22 +01:00
COPYING Initial commit 2012-06-23 16:28:26 +02:00
LICENSES replace icons 2014-01-11 19:46:44 +01:00
m64py PEP 8 2014-02-09 18:24:41 +01:00
MANIFEST.in replace CountPerOp spin with combo box 2014-01-23 14:29:58 +01:00
README.md newline 2014-01-22 23:44:12 +01:00
setup.py Don't installing conflicting mime type for *.*64 2014-09-06 09:58:07 +02:00

              _____ __ __
   ____ ___  / ___// // / ____  __  __
  / __ `__ \/ __ \/ // /_/ __ \/ / / /
 / / / / / / /_/ /__  __/ /_/ / /_/ /
/_/ /_/ /_/\____/  /_/ / .___/\__, /
                      /_/    /____/
    http://m64py.sourceforge.net
    A frontend for Mupen64Plus

About

M64Py is a Qt4 front-end (GUI) for Mupen64Plus 2.0, a cross-platform plugin-based Nintendo 64 emulator. Front-end is written in Python and it provides a user-friendly interface over Mupen64Plus shared library.

Features

  • ROMs list with preview images
  • Input bindings configuration
  • Cheats support
  • Support gzip, bzip2, zip, rar and 7z archives
  • Video extension (embedded OpenGL window)

Dependencies

  • PyQt4
  • SDL-1.2 or SDL-2.0

Install

Run python setup.py install to install

Run python setup.py build_qt before you can start ./m64py from source dir

License

M64Py is free/libre software released under the terms of the GNU GPL license, see the `COPYING' file for details.