remove unused functions from config
This commit is contained in:
parent
b8a197eae4
commit
719edfa4ae
1 changed files with 0 additions and 14 deletions
14
config.lua
14
config.lua
|
@ -1,19 +1,5 @@
|
||||||
local preset = 'snes'
|
local preset = 'snes'
|
||||||
|
|
||||||
local function approx_cossim(dim)
|
|
||||||
return math.pow(1.521 * dim - 0.521, -0.5026)
|
|
||||||
end
|
|
||||||
|
|
||||||
local function intmap(x)
|
|
||||||
-- 0 -> 1.0
|
|
||||||
-- -1 -> 0.316
|
|
||||||
-- -2 -> 0.1
|
|
||||||
-- -3 -> 0.0316
|
|
||||||
-- -4 -> 0.01
|
|
||||||
-- etc.
|
|
||||||
return math.pow(10, x / 2)
|
|
||||||
end
|
|
||||||
|
|
||||||
local common_cfg = {
|
local common_cfg = {
|
||||||
-- read-only modes:
|
-- read-only modes:
|
||||||
playable_mode = false,
|
playable_mode = false,
|
||||||
|
|
Loading…
Add table
Reference in a new issue