summaryrefslogtreecommitdiffstats
path: root/src/input_common/drivers/tas_input.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-01-10 21:26:36 +0100
committerGitHub <noreply@github.com>2023-01-10 21:26:36 +0100
commit9f974ea8189c255ff3ab8fcad6ae310a5e50d296 (patch)
tree865bd949208a7dad04a4eb45e9f353588df589d6 /src/input_common/drivers/tas_input.h
parentmacOS: Make Yuzu show up in the Launchpad Games folder (#9594) (diff)
parentTAS: Show all script lengths for multiplayer (diff)
downloadyuzu-9f974ea8189c255ff3ab8fcad6ae310a5e50d296.tar
yuzu-9f974ea8189c255ff3ab8fcad6ae310a5e50d296.tar.gz
yuzu-9f974ea8189c255ff3ab8fcad6ae310a5e50d296.tar.bz2
yuzu-9f974ea8189c255ff3ab8fcad6ae310a5e50d296.tar.lz
yuzu-9f974ea8189c255ff3ab8fcad6ae310a5e50d296.tar.xz
yuzu-9f974ea8189c255ff3ab8fcad6ae310a5e50d296.tar.zst
yuzu-9f974ea8189c255ff3ab8fcad6ae310a5e50d296.zip
Diffstat (limited to 'src/input_common/drivers/tas_input.h')
-rw-r--r--src/input_common/drivers/tas_input.h2
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 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<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;