From ea8244301d2a968766bd5b171da4f29954282276 Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Thu, 5 Sep 2019 02:11:37 +0200 Subject: yuzu/configure: move speed limiter to general The speed limiter being a frame limiter is an implmentation detail and can be changed in the future. What user care about is that it limit the emulation speed in genenral (not just graphics but also audio+input) Co-Authored-By: Weiyi Wang --- src/yuzu/configuration/configure_general.ui | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'src/yuzu/configuration/configure_general.ui') diff --git a/src/yuzu/configuration/configure_general.ui b/src/yuzu/configuration/configure_general.ui index e747a4ce2..0bb91d64b 100644 --- a/src/yuzu/configuration/configure_general.ui +++ b/src/yuzu/configuration/configure_general.ui @@ -24,6 +24,33 @@ + + + + + + Limit Speed Percent + + + + + + + % + + + 1 + + + 9999 + + + 100 + + + + + -- cgit v1.2.3