Increase the LA10->15 response
This commit is contained in:
parent
ae4abdf11f
commit
48c459e208
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ void la10c_mode_change(LA10C_MODE mode)
|
||||||
// Approximate a LA10 value to a LA15 equivalent.
|
// Approximate a LA10 value to a LA15 equivalent.
|
||||||
static float la10c_convert(float k)
|
static float la10c_convert(float k)
|
||||||
{
|
{
|
||||||
float new_K = k * 0.004 - 0.06;
|
float new_K = k * 0.004 - 0.05;
|
||||||
return (new_K < 0? 0: new_K);
|
return (new_K < 0? 0: new_K);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue