mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
correctly propagate video settings changes to all windows
This commit is contained in:
@ -37,6 +37,7 @@ enum
|
||||
InstCmd_Unpause,
|
||||
|
||||
InstCmd_UpdateRecentFiles,
|
||||
//InstCmd_UpdateVideoSettings,
|
||||
};
|
||||
|
||||
class MelonApplication : public QApplication
|
||||
@ -58,7 +59,7 @@ void deleteEmuInstance(int id);
|
||||
void deleteAllEmuInstances(int first = 0);
|
||||
int numEmuInstances();
|
||||
|
||||
void broadcastInstanceCommand(int cmd, int sourceinst);
|
||||
void broadcastInstanceCommand(int cmd, QVariant& param, int sourceinst);
|
||||
|
||||
void setMPInterface(melonDS::MPInterfaceType type);
|
||||
|
||||
|
Reference in New Issue
Block a user