From 115bf204484d5ac058e7edaf5139974b22aa6f7e Mon Sep 17 00:00:00 2001 From: MonsterDruide1 <5958456@gmail.com> Date: Fri, 21 Jan 2022 19:21:47 +0100 Subject: TAS: Show all script lengths for multiplayer --- src/yuzu/main.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/yuzu/main.h') diff --git a/src/yuzu/main.h b/src/yuzu/main.h index f25ce65a8..0f61abc7a 100644 --- a/src/yuzu/main.h +++ b/src/yuzu/main.h @@ -12,6 +12,7 @@ #include "common/announce_multiplayer_room.h" #include "common/common_types.h" +#include "input_common/drivers/tas_input.h" #include "yuzu/compatibility_list.h" #include "yuzu/hotkeys.h" @@ -266,6 +267,9 @@ private: void changeEvent(QEvent* event) override; void closeEvent(QCloseEvent* event) override; + std::string CreateTASFramesString( + std::array frames) const; + #ifdef __unix__ void SetupSigInterrupts(); static void HandleSigInterrupt(int); -- cgit v1.2.3