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/USAGE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/USAGE.md') diff --git a/docs/USAGE.md b/docs/USAGE.md index bc4a69cd..accf29f2 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -542,8 +542,8 @@ Generate aligned atomics only (only available on Arm64 for now). Enable building bigger DynaRec code blocks for better performance. * 0: Do not try to build block as big as possible, suitable for programs using lots of threads and JIT, like Unity. - * 1: Build Dynarec block as big as possible. [Default] - * 2: Build Dynarec block bigger, do not stop when block overlaps, but only for blocks in elf memory. + * 1: Build Dynarec block as big as possible. + * 2: Build Dynarec block bigger, do not stop when block overlaps, but only for blocks in elf memory. [Default] * 3: Build Dynarec block bigger, do not stop when block overlaps, for all type of memory, useful for wine programs. ### BOX64_DYNAREC_CALLRET -- cgit 1.4.1