summaryrefslogtreecommitdiffstatshomepage
path: root/bgfx
diff options
context:
space:
mode:
author ImJezze <jezze@gmx.net>2016-06-17 21:22:22 +0200
committer ImJezze <jezze@gmx.net>2016-06-18 14:34:39 +0200
commit858560fb83346c213a645c58795e19c696d3c3d9 (patch)
tree3a5dc1967676a1cecfc95b3be4713f73716f0253 /bgfx
parent56214fef9cfdbd98a881cc420cb1a837566edc0e (diff)
Fixed target scale of HQ3x and HQ4x chains (nw)
Diffstat (limited to 'bgfx')
-rw-r--r--bgfx/chains/hqx/hq3x.json2
-rw-r--r--bgfx/chains/hqx/hq4x.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/bgfx/chains/hqx/hq3x.json b/bgfx/chains/hqx/hq3x.json
index 5d735f40f02..8932515362d 100644
--- a/bgfx/chains/hqx/hq3x.json
+++ b/bgfx/chains/hqx/hq3x.json
@@ -30,7 +30,7 @@
{
"name": "scaled_out",
"mode": "guest",
- "scale": 2,
+ "scale": 3,
"doublebuffer": true
},
{
diff --git a/bgfx/chains/hqx/hq4x.json b/bgfx/chains/hqx/hq4x.json
index 499fa23ac6a..720f229952d 100644
--- a/bgfx/chains/hqx/hq4x.json
+++ b/bgfx/chains/hqx/hq4x.json
@@ -30,7 +30,7 @@
{
"name": "scaled_out",
"mode": "guest",
- "scale": 2,
+ "scale": 4,
"doublebuffer": true
},
{