VolcaEM
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/yuzu/main.h
|
|
@ -182,7 +182,7 @@ private slots: |
|
|
void OnStopGame(); |
|
|
void OnStopGame(); |
|
|
void OnMenuReportCompatibility(); |
|
|
void OnMenuReportCompatibility(); |
|
|
void OnOpenModsPage(); |
|
|
void OnOpenModsPage(); |
|
|
void OnQuickstartGuide(); |
|
|
|
|
|
|
|
|
void OnOpenQuickstartGuide(); |
|
|
void OnFAQ(); |
|
|
void OnFAQ(); |
|
|
/// 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); |
|
|
void OnGameListLoadFile(QString game_path); |
|
|
|