add compatibility reporting to qt frontend

This commit is contained in:
BreadFish64 2018-01-01 19:25:38 -06:00
parent ae42267cc7
commit e768a92587
14 changed files with 353 additions and 8 deletions

View file

@ -126,6 +126,7 @@ private slots:
void OnStartGame();
void OnPauseGame();
void OnStopGame();
void OnMenuReportCompatibility();
/// Called whenever a user selects a game in the game list widget.
void OnGameListLoadFile(QString game_path);
void OnGameListOpenSaveFolder(u64 program_id);