mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Debugger MemoryViewWidget: Allow direct editing of memory cells.
This commit is contained in:
@ -20,21 +20,6 @@ class QRadioButton;
|
||||
class QShowEvent;
|
||||
class QSplitter;
|
||||
|
||||
enum class InputID : int
|
||||
{
|
||||
// Order does not matter here.
|
||||
S8 = 1,
|
||||
S16,
|
||||
S32,
|
||||
U8,
|
||||
U16,
|
||||
U32,
|
||||
HEXSTR,
|
||||
FLOAT,
|
||||
DOUBLE,
|
||||
ASCII
|
||||
};
|
||||
|
||||
class MemoryWidget : public QDockWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Reference in New Issue
Block a user