Misc : label & comment fixes

Misc : remove old comments
labeler: Add labels for Translations
This commit is contained in:
Mrlinkwii 2023-01-22 11:35:12 +00:00 committed by refractionpcsx2
parent 7a6470a19d
commit b48fb0d4da
3 changed files with 2 additions and 3 deletions

2
.github/labeler.yml vendored
View File

@ -32,6 +32,8 @@
- '**/GameIndex.*'
'Installer | Package':
- 'build.sh'
'Translations':
- 'pcsx2-qt/Translations/*'
# Tools / Features
'Debugger':

View File

@ -1464,7 +1464,6 @@ void MainWindow::onGameListEntryContextMenuRequested(const QPoint& point)
if (m_ui.menuDebug->menuAction()->isVisible())
{
// TODO: Hook this up once it's implemented.
action = menu.addAction(tr("Boot and Debug"));
connect(action, &QAction::triggered, [this, entry]() { DebugInterface::setPauseOnEntry(true); startGameListEntry(entry); getDebuggerWindow()->show(); });
}

View File

@ -62,8 +62,6 @@ struct EECNT_MODE
u32 OverflowReached:1;
};
// fixme: Cycle and sCycleT members are unused.
// But they can't be removed without making a new savestate version.
struct Counter
{
u32 count;