Romain Vimont 1d713d7598 Do not parse --max-fps float in the client
Many parsing and formatting C functions like strtof() and asprintf() are
locale-dependent. Forcing a C locale just for the conversions in a way
that works on all platforms is a mess.

In practice, this is not a problem, scrcpy always uses the C locale,
because it never calls:

    setlocale(LC_ALL, "");

But the max-fps option should not depend on the locale configuration
anyway.

Since the value is parsed by the client in Java anyway, just forward the
string value as is.
2024-09-14 14:37:30 +02:00
..
2024-07-19 17:48:39 +02:00
2024-08-01 18:15:37 +02:00
2024-03-01 00:52:13 +01:00
2024-08-02 22:32:04 +02:00
2024-08-05 16:13:02 +02:00