mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 06:26:49 +00:00
Implemented small tool for generating id of HLE-Function. Fixed small issue in PADManager dialog.
This commit is contained in:
parent
8183ee4d56
commit
770ebaf271
10 changed files with 148 additions and 12 deletions
|
|
@ -6,7 +6,7 @@ class TextInputDialog : public wxDialog
|
|||
std::string m_result;
|
||||
|
||||
public:
|
||||
TextInputDialog(wxWindow* parent, const std::string& defvalue = "");
|
||||
TextInputDialog(wxWindow* parent, const std::string& defvalue = "", const std::string& label = "Input text");
|
||||
void OnOk(wxCommandEvent& event);
|
||||
|
||||
std::string GetResult();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue