diff options
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 7c2c4a21b..68970dcec 100644 --- a/src/input_common/drivers/tas_input.h +++ b/src/input_common/drivers/tas_input.h | |||
| @@ -150,7 +150,7 @@ private: | |||
| 150 | * Writes a TAS file from the recorded commands | 150 | * Writes a TAS file from the recorded commands |
| 151 | * @param file_name Name of the file to be written | 151 | * @param file_name Name of the file to be written |
| 152 | */ | 152 | */ |
| 153 | void WriteTasFile(std::u8string file_name); | 153 | void WriteTasFile(std::u8string_view file_name); |
| 154 | 154 | ||
| 155 | /** | 155 | /** |
| 156 | * Parses a string containing the axis values. X and Y have a range from -32767 to 32767 | 156 | * Parses a string containing the axis values. X and Y have a range from -32767 to 32767 |