From f517d37a4d5621d00d3b3a26b5fcbbccbcfa8a63 Mon Sep 17 00:00:00 2001 From: VolcaEM <63682805+VolcaEM@users.noreply.github.com> Date: Sat, 11 Jul 2020 16:15:50 +0200 Subject: [PATCH] Add missing function declaration --- src/yuzu/main.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/yuzu/main.h b/src/yuzu/main.h index 13bd76afa2..0f4a4dd07c 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -188,6 +188,7 @@ private slots: void OnGameListLoadFile(QString game_path); void OnGameListOpenFolder(GameListOpenTarget target, const std::string& game_path); void OnTransferableShaderCacheOpenFile(u64 program_id); + void OnConfigurationOpenFile(u64 program_id); void OnGameListDumpRomFS(u64 program_id, const std::string& game_path); void OnGameListCopyTID(u64 program_id); void OnGameListNavigateToGamedbEntry(u64 program_id,