mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-22 05:07:01 +02:00
fixup
This commit is contained in:
parent
c28736fe6c
commit
8e765abfcb
4 changed files with 8 additions and 8 deletions
|
|
@ -858,7 +858,7 @@
|
||||||
<string name="loader_error_file_not_found">ROM file does not exist</string>
|
<string name="loader_error_file_not_found">ROM file does not exist</string>
|
||||||
|
|
||||||
<string name="loader_requires_firmware">Game Requires Firmware</string>
|
<string name="loader_requires_firmware">Game Requires Firmware</string>
|
||||||
<string name="loader_requires_firmware_description"><![CDATA[The game you are trying to launch requires firmware to work. Press \"OK\" to launch anyways.]]></string>
|
<string name="loader_requires_firmware_description"><![CDATA[This game may require firmware to function properly, and you don't have any installed. Please install firmware before launching, or press \"OK\" to launch anyways.]]></string>
|
||||||
|
|
||||||
<!-- Intent Launch strings -->
|
<!-- Intent Launch strings -->
|
||||||
<string name="searching_for_game">Searching for game...</string>
|
<string name="searching_for_game">Searching for game...</string>
|
||||||
|
|
|
||||||
|
|
@ -232,7 +232,7 @@
|
||||||
</property>
|
</property>
|
||||||
<addaction name="action_Report_Compatibility"/>
|
<addaction name="action_Report_Compatibility"/>
|
||||||
<addaction name="action_Open_Mods_Page"/>
|
<addaction name="action_Open_Mods_Page"/>
|
||||||
<addaction name="action_Open_FAQ"/>
|
<addaction name="action_Open_UserHandbook"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="action_About"/>
|
<addaction name="action_About"/>
|
||||||
<addaction name="action_Eden_Dependencies"/>
|
<addaction name="action_Eden_Dependencies"/>
|
||||||
|
|
@ -416,9 +416,9 @@
|
||||||
<string>Open &Mods Page</string>
|
<string>Open &Mods Page</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_Open_FAQ">
|
<action name="action_Open_UserHandbook">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&FAQ</string>
|
<string>&User Handbook</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="action_Capture_Screenshot">
|
<action name="action_Capture_Screenshot">
|
||||||
|
|
|
||||||
|
|
@ -1505,7 +1505,7 @@ void MainWindow::ConnectMenuEvents() {
|
||||||
connect_menu(ui->action_Stop, &MainWindow::OnStopGame);
|
connect_menu(ui->action_Stop, &MainWindow::OnStopGame);
|
||||||
connect_menu(ui->action_Report_Compatibility, &MainWindow::OnMenuReportCompatibility);
|
connect_menu(ui->action_Report_Compatibility, &MainWindow::OnMenuReportCompatibility);
|
||||||
connect_menu(ui->action_Open_Mods_Page, &MainWindow::OnOpenModsPage);
|
connect_menu(ui->action_Open_Mods_Page, &MainWindow::OnOpenModsPage);
|
||||||
connect_menu(ui->action_Open_FAQ, &MainWindow::OnOpenFAQ);
|
connect_menu(ui->action_Open_UserHandbook, &MainWindow::OnOpenUserHandbook);
|
||||||
connect_menu(ui->action_Restart, &MainWindow::OnRestartGame);
|
connect_menu(ui->action_Restart, &MainWindow::OnRestartGame);
|
||||||
connect_menu(ui->action_Configure, &MainWindow::OnConfigure);
|
connect_menu(ui->action_Configure, &MainWindow::OnConfigure);
|
||||||
connect_menu(ui->action_Configure_Current_Game, &MainWindow::OnConfigurePerGame);
|
connect_menu(ui->action_Configure_Current_Game, &MainWindow::OnConfigurePerGame);
|
||||||
|
|
@ -1839,7 +1839,7 @@ bool MainWindow::LoadROM(const QString& filename, Service::AM::FrontendAppletPar
|
||||||
case Core::SystemResultStatus::ErrorVideoCore:
|
case Core::SystemResultStatus::ErrorVideoCore:
|
||||||
QMessageBox::critical(
|
QMessageBox::critical(
|
||||||
this, tr("An error occurred initializing the video core."),
|
this, tr("An error occurred initializing the video core."),
|
||||||
tr("This is usually caused by outdated GPU drivers, including integrated ones. "
|
tr("This is usually caused by outdated GPU drivers. "
|
||||||
"Please see the log for more details. See: "
|
"Please see the log for more details. See: "
|
||||||
"<a href='https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/user/HowToAccessLogs.md'>"
|
"<a href='https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/user/HowToAccessLogs.md'>"
|
||||||
"How to access log files</a>."));
|
"How to access log files</a>."));
|
||||||
|
|
@ -3164,7 +3164,7 @@ void MainWindow::OnOpenModsPage() {
|
||||||
OpenURL(QUrl(QStringLiteral("https://github.com/eden-emulator/yuzu-mod-archive")));
|
OpenURL(QUrl(QStringLiteral("https://github.com/eden-emulator/yuzu-mod-archive")));
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainWindow::OnOpenFAQ() {
|
void MainWindow::OnOpenUserHandbook() {
|
||||||
OpenURL(QUrl(QStringLiteral("https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/user/README.md")));
|
OpenURL(QUrl(QStringLiteral("https://git.eden-emu.dev/eden-emu/eden/src/branch/master/docs/user/README.md")));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -337,7 +337,7 @@ private slots:
|
||||||
void OnPrepareForSleep(bool prepare_sleep);
|
void OnPrepareForSleep(bool prepare_sleep);
|
||||||
void OnMenuReportCompatibility();
|
void OnMenuReportCompatibility();
|
||||||
void OnOpenModsPage();
|
void OnOpenModsPage();
|
||||||
void OnOpenFAQ();
|
void OnOpenUserHandbook();
|
||||||
|
|
||||||
/// Called whenever a user selects a game in the game list widget.
|
/// Called whenever a user selects a game in the game list widget.
|
||||||
void OnGameListLoadFile(QString game_path, u64 program_id);
|
void OnGameListLoadFile(QString game_path, u64 program_id);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue