mirror of
https://github.com/mupen64plus/mupen64plus-ui-python.git
synced 2025-04-02 10:51:53 -04:00
enable configuration for rsp plugins
This commit is contained in:
parent
c6d89aff5d
commit
44f91d78e5
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ class Settings(QDialog, Ui_Settings):
|
|||
self.combomap = {
|
||||
M64PLUGIN_RSP: (
|
||||
self.comboRSP, self.pushButtonRSP,
|
||||
None),
|
||||
Plugin(self.parent)),
|
||||
M64PLUGIN_GFX: (
|
||||
self.comboVideo, self.pushButtonVideo,
|
||||
Plugin(self.parent)),
|
||||
|
|
Loading…
Add table
Reference in a new issue