Qt/CheatManager: Add manual watch address

This commit is contained in:
Connor McLaughlin
2020-12-18 19:04:31 +10:00
parent a6a0b660d2
commit 980aa0a8bc
7 changed files with 66 additions and 38 deletions

View File

@@ -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