Browse Source

Correct function name (1/2)

pull/15/merge
VolcaEM 6 years ago
committed by GitHub
parent
commit
182ac8a504
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/yuzu/main.h

2
src/yuzu/main.h

@ -181,7 +181,7 @@ private slots:
void OnPauseGame();
void OnStopGame();
void OnMenuReportCompatibility();
void OnSwitchModsPage();
void OnOpenModsPage();
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path);
void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path);

Loading…
Cancel
Save