mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
Debugger: Fix some incorrect comments
This commit is contained in:
parent
e9977f2a2c
commit
4acf27234e
@ -23,7 +23,7 @@ public:
|
|||||||
CLONE_LAYOUT,
|
CLONE_LAYOUT,
|
||||||
};
|
};
|
||||||
|
|
||||||
// Bundles together a creation mode and inital state.
|
// Bundles together a creation mode and a default dock layout index.
|
||||||
using InitialState = std::pair<CreationMode, size_t>;
|
using InitialState = std::pair<CreationMode, size_t>;
|
||||||
|
|
||||||
// Create a "New Layout" dialog.
|
// Create a "New Layout" dialog.
|
||||||
|
|||||||
@ -55,7 +55,7 @@ public:
|
|||||||
const ccc::SymbolDatabase& database,
|
const ccc::SymbolDatabase& database,
|
||||||
const SymbolTreeDisplayOptions& display_options);
|
const SymbolTreeDisplayOptions& display_options);
|
||||||
|
|
||||||
// Write the value back to the VM memory. Returns true on success.
|
// Write the value back to the VM memory. Returns true if the data changed.
|
||||||
bool writeToVM(
|
bool writeToVM(
|
||||||
QVariant value,
|
QVariant value,
|
||||||
DebugInterface& cpu,
|
DebugInterface& cpu,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user