From 6b7afd7f8ef3404757c30ea73861c0fc00a5407c Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 31 Jan 2025 14:30:19 +0100 Subject: [DOCS] Fixed BIGBLOCK is 2 by default now --- docs/gen/usage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/gen/usage.json') diff --git a/docs/gen/usage.json b/docs/gen/usage.json index 395eaf09..5f279841 100644 --- a/docs/gen/usage.json +++ b/docs/gen/usage.json @@ -194,12 +194,12 @@ { "key": "1", "description": "Build Dynarec block as big as possible.", - "default": true + "default": false }, { "key": "2", "description": "Build Dynarec block bigger, do not stop when block overlaps, but only for blocks in elf memory.", - "default": false + "default": true }, { "key": "3", -- cgit 1.4.1