Qt/CheatManager: Add manual watch address
This commit is contained in:
@@ -71,4 +71,7 @@ void FillComboBoxWithMSAAModes(QComboBox* cb);
|
||||
/// Fills a combo box with emulation speed options.
|
||||
void FillComboBoxWithEmulationSpeeds(QComboBox* cb);
|
||||
|
||||
/// Prompts for an address in decimal, octal, or hex.
|
||||
std::optional<unsigned> PromptForAddress(QWidget* parent, const QString& title, const QString& label);
|
||||
|
||||
} // namespace QtUtils
|
||||
Reference in New Issue
Block a user