mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Show values as floats in watch
This commit is contained in:
@ -50,4 +50,6 @@ private:
|
||||
QTableWidget* m_table;
|
||||
|
||||
bool m_updating = false;
|
||||
|
||||
static constexpr size_t NUM_COLUMNS = 6;
|
||||
};
|
||||
|
Reference in New Issue
Block a user