mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Show values as floats in watch
This commit is contained in:
parent
58c78a495d
commit
ae0843f53d
2 changed files with 19 additions and 17 deletions
|
@ -50,4 +50,6 @@ private:
|
|||
QTableWidget* m_table;
|
||||
|
||||
bool m_updating = false;
|
||||
|
||||
static constexpr size_t NUM_COLUMNS = 6;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue