mirror of https://github.com/PCSX2/pcsx2.git
Misc : label & comment fixes
Misc : remove old comments labeler: Add labels for Translations
This commit is contained in:
parent
7a6470a19d
commit
b48fb0d4da
|
@ -32,6 +32,8 @@
|
||||||
- '**/GameIndex.*'
|
- '**/GameIndex.*'
|
||||||
'Installer | Package':
|
'Installer | Package':
|
||||||
- 'build.sh'
|
- 'build.sh'
|
||||||
|
'Translations':
|
||||||
|
- 'pcsx2-qt/Translations/*'
|
||||||
|
|
||||||
# Tools / Features
|
# Tools / Features
|
||||||
'Debugger':
|
'Debugger':
|
||||||
|
|
|
@ -1464,7 +1464,6 @@ void MainWindow::onGameListEntryContextMenuRequested(const QPoint& point)
|
||||||
|
|
||||||
if (m_ui.menuDebug->menuAction()->isVisible())
|
if (m_ui.menuDebug->menuAction()->isVisible())
|
||||||
{
|
{
|
||||||
// TODO: Hook this up once it's implemented.
|
|
||||||
action = menu.addAction(tr("Boot and Debug"));
|
action = menu.addAction(tr("Boot and Debug"));
|
||||||
connect(action, &QAction::triggered, [this, entry]() { DebugInterface::setPauseOnEntry(true); startGameListEntry(entry); getDebuggerWindow()->show(); });
|
connect(action, &QAction::triggered, [this, entry]() { DebugInterface::setPauseOnEntry(true); startGameListEntry(entry); getDebuggerWindow()->show(); });
|
||||||
}
|
}
|
||||||
|
|
|
@ -62,8 +62,6 @@ struct EECNT_MODE
|
||||||
u32 OverflowReached:1;
|
u32 OverflowReached:1;
|
||||||
};
|
};
|
||||||
|
|
||||||
// fixme: Cycle and sCycleT members are unused.
|
|
||||||
// But they can't be removed without making a new savestate version.
|
|
||||||
struct Counter
|
struct Counter
|
||||||
{
|
{
|
||||||
u32 count;
|
u32 count;
|
||||||
|
|
Loading…
Reference in New Issue