diff options
author | Lioncash <mathew1800@gmail.com> | 2021-12-13 17:10:56 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2021-12-13 17:45:18 +0100 |
commit | db9320e7541430dc487e85f40912725bd5b66c8a (patch) | |
tree | a38026cf553c336a9daf1c03ab2ef39183547152 | |
parent | tas_input: std::move strings into vector (diff) | |
download | yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.tar yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.tar.gz yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.tar.bz2 yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.tar.lz yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.tar.xz yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.tar.zst yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/input_common/drivers/tas_input.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/drivers/tas_input.h b/src/input_common/drivers/tas_input.h index 68970dcec..3996fe3a8 100644 --- a/src/input_common/drivers/tas_input.h +++ b/src/input_common/drivers/tas_input.h @@ -5,11 +5,11 @@ #pragma once #include <array> +#include <string> +#include <vector> #include "common/common_types.h" -#include "common/settings_input.h" #include "input_common/input_engine.h" -#include "input_common/main.h" /* To play back TAS scripts on Yuzu, select the folder with scripts in the configuration menu below |