From 6072b22a0b9a1d84c389e8231fe4b6a97e60d55f Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 1 Dec 2022 22:48:43 -0500 Subject: core: add option to break on unmapped access --- src/yuzu/configuration/configure_cpu_debug.ui | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'src/yuzu/configuration/configure_cpu_debug.ui') diff --git a/src/yuzu/configuration/configure_cpu_debug.ui b/src/yuzu/configuration/configure_cpu_debug.ui index 2bc268810..3010f7fad 100644 --- a/src/yuzu/configuration/configure_cpu_debug.ui +++ b/src/yuzu/configuration/configure_cpu_debug.ui @@ -175,6 +175,19 @@ + + + + + <div style="white-space: nowrap">This optimization speeds up memory accesses by allowing invalid memory accesses to succeed.</div> + <div style="white-space: nowrap">Enabling it reduces the overhead of all memory accesses and has no impact on programs that don't access invalid memory.</div> + + + + Enable fallbacks for invalid memory accesses + + + -- cgit v1.2.3