diff options
author | MonsterDruide1 <5958456@gmail.com> | 2022-01-21 19:21:47 +0100 |
---|---|---|
committer | MonsterDruide1 <5958456@gmail.com> | 2023-01-07 21:15:37 +0100 |
commit | 115bf204484d5ac058e7edaf5139974b22aa6f7e (patch) | |
tree | be57fd8bcdb8dbcdce0ef7aec9d95d92ebabc402 /src/input_common/drivers/tas_input.h | |
parent | 5bcbb8de45540bee7a64b7b1867f61c57f51ab88 (diff) |
TAS: Show all script lengths for multiplayer
Diffstat (limited to 'src/input_common/drivers/tas_input.h')
-rw-r--r-- | src/input_common/drivers/tas_input.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/drivers/tas_input.h b/src/input_common/drivers/tas_input.h index 38a27a2309..5be66d142f 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<TasState, size_t, size_t> GetStatus() const; + std::tuple<TasState, size_t, std::array<size_t, PLAYER_NUMBER>> GetStatus() const; private: enum class TasAxis : u8; |