MCPcopy Create free account
hub / github.com/aenu1/aps3e / make_float_range

Method make_float_range

app/src/main/cpp/rpcs3/Utilities/Config.cpp:167–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167std::vector<std::string> cfg::make_float_range(f64 min, f64 max)
168{
169 return {std::to_string(min), std::to_string(max)};
170}
171
172bool try_to_float(f64* out, std::string_view value, f64 min, f64 max)
173{

Callers

nothing calls this directly

Calls 1

to_stringFunction · 0.70

Tested by

no test coverage detected