mupen64plus-ui-python
mupen64plus-ui-python copied to clipboard
A frontend for Mupen64Plus
The option "Keep Aspect Ratio" is enabled, but even though the image is stretched when I switch to fullscreen.
I am using these plugins: mupen64plus-video-z64 and mupen64plus-rsp-cxd4-ssse3. And this is the result, which shows the unnecessarily blurred text:  *P.S. I think there should be at least a 4X...
When hitting either right or left ctrl (or shift), the game takes the input to be left ctrl (or shift) regardless. This is a problem since Mupen64Plus uses right ctrl...
Add command install from Kubuntu 14.04
(Instead of using a worker thread as is done currently.) Why would you want to do that? To fix no-vidext mode. In mupen64plus-core, main_check_inputs calls SDL_PumpEvents. SDL_PumpEvents checks if there...
M64Py doesn't scan subdirectories. It would be useful to add this option.
Resolution is still screwy in general for me (e.g. video is slightly too high; window is resizable even though video plugin doesn't want it to be...), but that happens regardless...
I installed the newest M64py version. Currently I am struggling with some issues concerning the settings. Independent of the plugin, the settings are always different. Means a special option is...
on freebsd i have installed devel/sdl20 devel/py-qt4 , the dependencies needed in order to install m64py next i Run _python setup.py install_ to install just below the result : "...
QGLWidget is deprecated. Some work is done in qopenglwidget branch to replace it with new widget. Currently there are issues with QOpenGLContext that is missing getProcAddress() in PyQt5, http://doc.qt.io/qt-5/qopenglcontext.html#getProcAddress ....