mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
Debugger: Fix some incorrect comments
This commit is contained in:
@@ -23,7 +23,7 @@ public:
|
||||
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>;
|
||||
|
||||
// Create a "New Layout" dialog.
|
||||
|
||||
@@ -55,7 +55,7 @@ public:
|
||||
const ccc::SymbolDatabase& database,
|
||||
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(
|
||||
QVariant value,
|
||||
DebugInterface& cpu,
|
||||
|
||||
Reference in New Issue
Block a user