From 115bf204484d5ac058e7edaf5139974b22aa6f7e Mon Sep 17 00:00:00 2001 From: MonsterDruide1 Date: Fri, 21 Jan 2022 19:21:47 +0100 Subject: TAS: Show all script lengths for multiplayer --- src/input_common/drivers/tas_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/input_common/drivers/tas_input.h') diff --git a/src/input_common/drivers/tas_input.h b/src/input_common/drivers/tas_input.h index 38a27a230..5be66d142 100644 --- a/src/input_common/drivers/tas_input.h +++ b/src/input_common/drivers/tas_input.h @@ -124,7 +124,7 @@ public: * Current playback progress ; * Total length of script file currently loaded or being recorded */ - std::tuple GetStatus() const; + std::tuple> GetStatus() const; private: enum class TasAxis : u8; -- cgit v1.2.3