diff --git a/.forgejo/workflows/update-deps.yml b/.forgejo/workflows/update-deps.yml
deleted file mode 100644
index 154328f906..0000000000
--- a/.forgejo/workflows/update-deps.yml
+++ /dev/null
@@ -1,54 +0,0 @@
-name: update-deps
-
-on:
- # saturday at noon
- schedule:
- - cron: '0 12 * * 6'
- workflow_dispatch:
-
-jobs:
- tx-update:
- runs-on: source
- steps:
- - uses: actions/checkout@v4
- with:
- fetch-depth: 0
-
- - name: Update deps
- run: |
- git config --local user.name "Eden CI"
- git config --local user.email "ci@eden-emu.dev"
- git config --local user.signingkey "D57652791BB25D2A"
- git config --local push.autoSetupRemote true
-
- git remote set-url origin ci:eden-emu/eden.git
-
- DATE=$(date +"%b %d")
- echo "DATE=$DATE" >> "$GITHUB_ENV"
-
- git switch -c update-deps-$DATE
- tools/cpmutil.sh package update -ac
- git push
-
- - name: Create PR
- run: |
- TITLE="[externals] Dependency update for $DATE"
- BODY="$(git show -s --format='%b')"
- BASE=master
- HEAD=update-deps-$DATE
-
- cat << EOF > data.json
- {
- "base": "$BASE",
- "body": "$BODY",
- "head": "$HEAD",
- "title": "$TITLE"
- }
- EOF
-
- curl -X 'POST' \
- 'https://git.eden-emu.dev/api/v1/repos/eden-emu/eden/pulls' \
- -H 'accept: application/json' \
- -H 'Authorization: Bearer ${{ secrets.CI_FJ_TOKEN }}' \
- -H 'Content-Type: application/json' \
- -d "@data.json" --fail
diff --git a/dist/languages/ar.ts b/dist/languages/ar.ts
index 72195d7f4a..2f2cb0a061 100644
--- a/dist/languages/ar.ts
+++ b/dist/languages/ar.ts
@@ -600,111 +600,121 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
تعيين قيمة مخصصة لدقات وحدة المعالجة المركزية. القيم الأعلى يمكن أن تزيد الأداء، ولكنها قد تسبب حالات توقف تام. يوصى باستخدام نطاق 77-21000.
-
+
+ Virtual Table Bouncing
+ Virtual Table Bouncing
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+ يرفض (عن طريق محاكاة عودة بقيمة 0) أي وظائف تؤدي إلى إيقاف عملية التخزين المسبق
+
+
+ Enable Host MMU Emulation (fastmem)(fastmem) المضيف MMU تمكين محاكاة
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.يُسرّع هذا التحسين وصول برنامج الضيف إلى الذاكرة. يؤدي تفعيله إلى قراءة/كتابة ذاكرة الضيف مباشرةً في الذاكرة، واستخدام وحدة ذاكرة الجهاز المضيف MMU. أما تعطيله، فيُجبر جميع عمليات الوصول إلى الذاكرة على استخدام محاكاة وحدة ذاكرة الجهاز البرمجية MMU.
-
+ Unfuse FMA (improve performance on CPUs without FMA)إلغاء استخدام FMA (تحسين الأداء على وحدات المعالجة المركزية بدون FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support. أصلاً FMA يعمل هذا الخيار على تحسين السرعة عن طريق تقليل دقة تعليمات الضرب والإضافة المدمجة على وحدات المعالجة المركزية التي لا تدعم
-
+ Faster FRSQRTE and FRECPEFRSQRTE و FRECPE أسرع
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.يعمل هذا الخيار على تحسين سرعة بعض وظائف النقاط العائمة التقريبية باستخدام تقريبات أصلية أقل دقة.
-
+ Faster ASIMD instructions (32 bits only)أسرع (32 بت فقط) ASIMD تعليمات
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.يعمل هذا الخيار على تحسين سرعة وظائف النقطة العائمة ASIMD ذات 32 بت من خلال التشغيل باستخدام أوضاع تقريب غير صحيحة.
-
+ Inaccurate NaN handlingNaN معالجة غير دقيقة لـ
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.NaN يعمل هذا الخيار على تحسين السرعة عن طريق إزالة فحص.
يرجى ملاحظة أن هذا يقلل أيضًا من دقة بعض تعليمات النقاط العائمة.
-
+ Disable address space checksتعطيل عمليات التحقق من مساحة العنوان
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.يعمل هذا الخيار على تحسين السرعة من خلال إلغاء فحص الأمان قبل كل عملية ذاكرة.
قد يؤدي تعطيله إلى السماح بتنفيذ تعليمات برمجية عشوائية.
-
+ Ignore global monitorتجاهل الشاشة العالمية
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.يُحسّن هذا الخيار السرعة بالاعتماد فقط على دلالات cmpxchg لضمان سلامة تعليمات الوصول الحصري. يُرجى ملاحظة أن هذا قد يؤدي إلى توقفات وحالات تسابق أخرى.
-
+ API:واجهة برمجة التطبيقات:
-
+ Changes the output graphics API.
Vulkan is recommended.يُغيّر واجهة برمجة تطبيقات الرسومات الناتجة.
Vulkan يُنصح باستخدام
-
+ Device:جهاز:
-
+ This setting selects the GPU to use (Vulkan only).(Vulkan فقط) يحدد هذا الإعداد وحدة معالجة الرسومات التي سيتم استخدامها
-
+ Resolution:الدقة:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -713,27 +723,27 @@ Options lower than 1X can cause artifacts.
قد تؤدي الخيارات الأقل من 1X إلى حدوث تشوهات.
-
+ Window Adapting Filter:مرشح تكييف النافذة:
-
+ FSR Sharpness:FSR حدة:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.FSR يقوم بتحديد مدى وضوح الصورة باستخدام التباين الديناميكي لـ
-
+ Anti-Aliasing Method:طريقة مضاد التعرج:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -742,12 +752,12 @@ FXAA can produce a more stable picture in lower resolutions.
يُمكن لـ FXAA إنتاج صورة أكثر ثباتًا بدقة أقل.
-
+ Fullscreen Mode:وضع ملء الشاشة:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -756,12 +766,12 @@ Exclusive fullscreen may offer better performance and better Freesync/Gsync supp
قد يوفر وضع ملء الشاشة الحصري أداءً أفضل ودعمًا أفضل لتقنيتي Freesync/Gsync.
-
+ Aspect Ratio:نسبة العرض إلى الارتفاع:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -770,24 +780,24 @@ Also controls the aspect ratio of captured screenshots.
كما يتحكم في نسبة العرض إلى الارتفاع للقطات الشاشة الملتقطة.
-
+ Use persistent pipeline cacheاستخدام ذاكرة التخزين المؤقتة الدائمة للأنابيب
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.يسمح بحفظ التظليلات في وحدة التخزين لتحميلها بشكل أسرع عند تشغيل اللعبة في المرات التالية.
لا يُقصد من تعطيله سوى تصحيح الأخطاء.
-
+ Optimize SPIRV outputSPIRV تحسين مخرجات
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -798,24 +808,24 @@ This feature is experimental.
هذه الميزة تجريبية.
-
+ NVDEC emulation:NVDEC محاكاة:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.يُحدد كيفية فك تشفير الفيديوهات.يمكن استخدام وحدة المعالجة المركزية CPU أو وحدة معالجة الرسومات GPU لفك التشفير، أو عدم فك التشفير إطلاقًا (شاشة سوداء على الفيديوهات).في معظم الحالات، يُوفر فك تشفير وحدة معالجة الرسومات GPU أفضل أداء.
-
+ ASTC Decoding Method:ASTC طريقة فك تشفير:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -827,12 +837,12 @@ stuttering but may present artifacts.
وحدة المعالجة المركزية بشكل غير متزامن: استخدمها لفك تشفير قوام ASTC عند الطلب. يزيل هذا الخيار تقطع فك تشفير ASTC، ولكنه قد يُظهر بعض العيوب.
-
+ ASTC Recompression Method:ASTC طريقة إعادة ضغط:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -840,44 +850,44 @@ BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
BC1/BC3: سيتم إعادة ضغط الصيغة الوسيطة إلى صيغة BC1 أو BC3، مما يوفر مساحة على ذاكرة الوصول العشوائي للفيديو VRAM ولكنه يُضعف جودة الصورة.
-
+ Frame Pacing Mode (Vulkan only)(Vulkan فقط) وضع توقيت الإطارات
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.يتحكم في كيفية إدارة المحاكي لسرعة الإطارات لتقليل التقطع وجعل معدل الإطارات أكثر سلاسة واتساقًا.
-
+ VRAM Usage Mode:VRAM وضع استهلاك:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.يُحدد ما إذا كان ينبغي على المُحاكي تفضيل توفير الذاكرة أو الاستفادة القصوى من ذاكرة الفيديو المُتاحة لتحسين الأداء.
قد يؤثر الوضع المُكثّف على أداء تطبيقات أخرى، مثل برامج التسجيل.
-
+ Skip CPU Inner Invalidationتخطي إبطال وحدة المعالجة المركزية الداخلية
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.يتخطى بعض عمليات إبطال ذاكرة التخزين المؤقتة أثناء تحديثات الذاكرة، مما يقلل من استخدام وحدة المعالجة المركزية ويحسّن زمن الوصول. قد يؤدي هذا إلى أعطال مؤقتة.
-
+ VSync Mode:VSync وضع:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -888,12 +898,12 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
يُظهر الوضع الفوري (بدون مزامنة) كل ما هو متاح، وقد يُظهر تمزقًا.
-
+ Sync Memory Operationsمزامنة عمليات الذاكرة
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -902,99 +912,99 @@ Unreal Engine 4 games often see the most significant changes thereof.
التغييرات الأكثر أهمية Unreal Engine 4 غالبًا ما تشهد ألعاب.
-
+ Enable asynchronous presentation (Vulkan only)(Vulkan فقط) تمكين العرض التقديمي غير المتزامن
-
+ Slightly improves performance by moving presentation to a separate CPU thread.تحسين الأداء بشكل طفيف عن طريق نقل العرض التقديمي إلى مؤشر ترابط منفصل في وحدة المعالجة المركزية.
-
+ Force maximum clocks (Vulkan only)(Vulkan فقط) فرض الحد الأقصى للساعات
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.يعمل في الخلفية أثناء انتظار أوامر الرسومات لمنع وحدة معالجة الرسومات من خفض سرعة الساعة.
-
+ Anisotropic Filtering:الترشيح المتباين الخواص:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.يتحكم بجودة عرض الملمس بزوايا مائلة.
من الآمن ضبطه على 16x على معظم وحدات معالجة الرسومات.
-
+ GPU Mode:وضع وحدة معالجة الرسومات:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.يتحكم في وضع محاكاة وحدة معالجة الرسومات.تُعرض معظم الألعاب بشكل جيد في الوضعين السريع أو المتوازن، ولكن الوضع الدقيق لا يزال مطلوبًا لبعض الألعاب.تميل الجسيمات إلى العرض بشكل صحيح فقط في الوضع الدقيق.
-
+ DMA Accuracy:DMA دقة:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance. الدقة الآمنة تعمل على إصلاح المشكلات في بعض الألعاب ولكنها قد تؤدي إلى انخفاض الأداء DMA يتحكم في دقة
-
+ Enable asynchronous shader compilationتفعيل تجميع التظليل غير المتزامن
-
+ May reduce shader stutter.قد يقلل من تقطع التظليل.
-
+ Fast GPU Timeوقت معالجة الرسومات السريع
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.يزيد من سرعة وحدة معالجة الرسومات المحاكية لزيادة الدقة الديناميكية ومسافة العرض.استخدم 256 للحصول على أقصى أداء و 512 للحصول على أقصى دقة للرسومات.
-
+ GPU Unswizzleإلغاء ترتيب بيانات وحدة معالجة الرسومات
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.باستخدام حوسبة وحدة معالجة الرسومات BCn 3D يسرع فك تشفير نسيج.
قم بتعطيله في حالة حدوث أعطال أو مشاكل في الرسومات.
-
+ GPU Unswizzle Max Texture Sizeالحد الأقصى لحجم النسيج في وحدة معالجة الرسومات بعد إعادة ترتيب البيانات
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
@@ -1003,48 +1013,48 @@ Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Sizeحجم تدفق إلغاء ترتيب بيانات وحدة معالجة الرسومات
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.يحدد الحد الأقصى لكمية بيانات النسيج (بالميغابايت) التي تتم معالجتها لكل إطار.
يمكن أن تقلل القيم الأعلى من التقطع أثناء تحميل النسيج، ولكنها قد تؤثر على اتساق الإطارات.
-
+ GPU Unswizzle Chunk Sizeحجم كتلة إلغاء ترتيب بيانات وحدة معالجة الرسومات
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.يُحدد هذا الخيار عدد شرائح العمق التي تتم معالجتها في عملية إرسال واحدة.
زيادة هذا الخيار قد تُحسّن الإنتاجية على وحدات معالجة الرسومات المتطورة، ولكنها قد تُسبب أخطاء في إعادة تعيين وقت الاستجابة أو انقطاع الاتصال ببرنامج التشغيل على الأجهزة ذات المواصفات الأقل.
-
+ Use Vulkan pipeline cacheVulkan استخدام ذاكرة التخزين المؤقتة لخط أنابيب
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.يُفعّل ذاكرة التخزين المؤقت لخطوط الأنابيب الخاصة ببائع وحدة معالجة الرسومات.
بتخزين ملفات ذاكرة التخزين المؤقتة للخطوط الداخلية Vulkan يمكن أن يؤدي هذا الخيار إلى تحسين وقت تحميل التظليل بشكل كبير في الحالات التي لا يقوم فيها برنامج تشغيل.
-
+ Enable Compute Pipelines (Intel Vulkan Only)(Intel Vulkan فقط) تمكين خطوط أنابيب الحوسبة
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1053,182 +1063,182 @@ Compute pipelines are always enabled on all other drivers.
خطوط أنابيب الحوسبة مفعلة دائمًا على جميع برامج التشغيل الأخرى.
-
+ Enable Reactive Flushingتمكين التنظيف التفاعلي
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.يستخدم التنظيف التفاعلي بدلاً من التنظيف التنبئي، مما يسمح بمزامنة الذاكرة بشكل أكثر دقة.
-
+ Sync to framerate of video playbackالمزامنة مع معدل الإطارات لتشغيل الفيديو
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.قم بتشغيل اللعبة بالسرعة العادية أثناء تشغيل الفيديو، حتى عندما يكون معدل الإطارات مفتوحًا.
-
+ Barrier feedback loops
- حلقات التغذية الراجعة للحواجز
+ حلقات ردود الفعل الحاجزة
-
+ Improves rendering of transparency effects in specific games.يحسن عرض تأثيرات الشفافية في بعض الألعاب المحددة.
-
+ Enable buffer historyتمكين سجل التخزين المؤقت
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.يُتيح هذا الخيار الوصول إلى حالات التخزين المؤقت السابقة. وقد يُحسّن جودة العرض وثبات الأداء في بعض الألعاب.
-
+ Fix bloom effectsإصلاح تأثيرات التوهج
-
+ Removes bloom in Burnout.يزيل التوهج في وضع الاحتراق.
-
+ Enable Legacy Rescale Passتفعيل ميزة إعادة التحجيم القديمة
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.قد يصلح مشاكل إعادة القياس في بعض الألعاب بالاعتماد على سلوك من التنفيذ السابق.
حل لسلوك قديم يصلح تشوهات الخطوط على بطاقات AMD وIntel الرسومية، ووميض النسيج الرمادي على بطاقات Nvidia الرسومية في لعبة Luigi's Mansion 3.
-
+ Extended Dynamic Stateالحالة الديناميكية الموسعة
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.يتحكم في عدد الميزات التي يمكن استخدامها في الحالة الديناميكية الموسعة.تسمح الحالات الأعلى بمزيد من الميزات ويمكن أن تزيد من الأداء، ولكنها قد تسبب مشكلات رسومية إضافية.
-
+ Vertex Input Dynamic Stateحالة ديناميكية لإدخال الرأس
-
+ Enables vertex input dynamic state feature for better quality and performance.يتيح ميزة الحالة الديناميكية لإدخال الرأس لتحسين الجودة والأداء.
-
+ Sample Shadingتظليل العينة
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.يسمح لمظلل الأجزاء بالتنفيذ لكل عينة في جزء متعدد العينات بدلاً من مرة واحدة لكل جزء. يحسن جودة الرسومات على حساب الأداء.
القيم الأعلى تحسن الجودة ولكنها تقلل من الأداء.
-
+ RNG Seedمولد الأرقام العشوائية
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.يتحكم في بذرة مولد الأرقام العشوائية.
يُستخدم بشكل رئيسي في سباقات السرعة.
-
+ Device Nameاسم الجهاز
-
+ The name of the console.اسم وحدة التحكم.
-
+ Custom RTC Date:المخصص RTC تاريخ:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.يتيح لك هذا الخيار تغيير ساعة وحدة التحكم.
يمكن استخدامه للتحكم بالوقت في الألعاب.
-
+ The number of seconds from the current unix timeعدد الثواني من وقت يونكس الحالي
-
+ Language:اللغة:
-
+ This option can be overridden when region setting is auto-selectيمكن تجاوز هذا الخيار عند تحديد إعداد المنطقة تلقائيًا
-
+ Region:المنطقة:
-
+ The region of the console.منطقة وحدة التحكم.
-
+ Time Zone:المنطقة الزمنية:
-
+ The time zone of the console.المنطقة الزمنية لوحدة التحكم.
-
+ Sound Output Mode:وضع إخراج الصوت:
-
+ Console Mode:وضع وحدة التحكم:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1237,1048 +1247,1048 @@ Setting to Handheld can help improve performance for low end systems.
يُمكن أن يُساعد الضبط على الوضع المحمول على تحسين أداء الأجهزة منخفضة المواصفات.
-
+ Unit Serialالرقم التسلسلي للوحدة
-
+ Battery Serialالرقم التسلسلي للبطارية
-
+ Debug knobsمقابض تصحيح الأخطاء
-
+ Prompt for user profile on bootالمطالبة بملف تعريف المستخدم عند التشغيل
-
+ Useful if multiple people use the same PC.مفيد إذا كان هناك عدة أشخاص يستخدمون نفس الكمبيوتر.
-
+ Pause when not in focusتوقف عند عدم التركيز
-
+ Pauses emulation when focusing on other windows.يوقف المحاكاة عند التركيز على نوافذ أخرى.
-
+ Confirm before stopping emulationتأكيد قبل إيقاف المحاكاة
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.يتجاوز المطالبات التي تطلب تأكيد إيقاف المحاكاة.
يؤدي تمكينه إلى تجاوز هذه المطالبات والخروج مباشرة من المحاكاة.
-
+ Hide mouse on inactivityإخفاء الماوس عند عدم النشاط
-
+ Hides the mouse after 2.5s of inactivity.يخفي الماوس بعد 2.5 ثانية من عدم النشاط.
-
+ Disable controller appletتعطيل تطبيق التحكم
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.يُعطّل استخدام أداة التحكم في البرامج المُحاكاة قسرًا.
عند محاولة أي برنامج فتح أداة التحكم، تُغلق فورًا.
-
+ Check for updatesالتحقق من توفر التحديثات
-
+ Whether or not to check for updates upon startup.ما إذا كان يجب التحقق من التحديثات عند بدء التشغيل أم لا.
-
+ Enable Gamemodeتمكين وضع اللعبة
-
+ Force X11 as Graphics Backendكخلفية رسومات X11 فرض
-
+ Custom frontendالواجهة الأمامية المخصصة
-
+ Real appletتطبيق صغير حقيقي
-
+ Neverأبداً
-
+ On Loadعند التحميل
-
+ Alwaysدائماً
-
+ CPUوحدة المعالجة المركزية
-
+ GPUوحدة معالجة الرسومات
-
+ CPU Asynchronousوحدة المعالجة المركزية غير المتزامنة
-
+ Uncompressed (Best quality)Uncompressed (أفضل جودة)
-
+ BC1 (Low quality)BC1 (جودة منخفضة)
-
+ BC3 (Medium quality)BC3 (جودة متوسطة)
-
-
+
+ Autoتلقائي
-
+ 30 FPS30 إطارًا في الثانية
-
+ 60 FPS60 إطارًا في الثانية
-
+ 90 FPS90 إطارًا في الثانية
-
+ 120 FPS120 إطارًا في الثانية
-
+ Conservativeمحافظ
-
+ Aggressiveعدواني
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ Nullلا شيء
-
+ Fastسريع
-
+ Balancedمتوازن
-
-
+
+ Accurateدقه
-
-
+
+ Defaultافتراضي
-
+ Unsafe (fast)غير آمن (سريع)
-
+ Safe (stable)آمن (مستقر)
-
+ Unsafeغير آمن
-
+ Paranoid (disables most optimizations)جنون العظمة (يعطل معظم التحسينات)
-
+ Debuggingتصحيح الأخطاء
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless Windowedنافذة بلا حدود
-
+ Exclusive Fullscreenشاشة كاملة حصرية
-
+ No Video Outputلا يوجد إخراج فيديو
-
+ CPU Video Decodingفك تشفير فيديو وحدة المعالجة المركزية
-
+ GPU Video Decoding (Default)فك تشفير فيديو وحدة معالجة الرسومات (افتراضي)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [تجريبي]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [تجريبي]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [تجريبي]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [تجريبي]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [تجريبي]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNearest Neighbor
-
+ BilinearBilinear
-
+ BicubicBicubic
-
+ GaussianGaussian
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Super Resolution
-
+ AreaArea
-
+ MMPXMMPX
-
+ Zero-TangentZero-Tangent
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ Noneلا شيء
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)(16:9) افتراضي
-
+ Force 4:34:3 فرض
-
+ Force 21:921:9 فرض
-
+ Force 16:1016:10 فرض
-
+ Stretch to Windowتمديد إلى النافذة
-
+ Automaticتلقائي
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)اليابانية (日本語)
-
+ American Englishالإنجليزية الأمريكية
-
+ French (français)الفرنسية (français)
-
+ German (Deutsch)الألمانية (Deutsch)
-
+ Italian (italiano)الإيطالية (Italiano)
-
+ Spanish (español)الإسبانية (español)
-
+ Chineseالصينية
-
+ Korean (한국어)الكورية (한국어)
-
+ Dutch (Nederlands)الهولندية (Nederlands)
-
+ Portuguese (português)البرتغالية (Português)
-
+ Russian (Русский)الروسية (Русский)
-
+ Taiwaneseتايواني
-
+ British Englishالإنكليزية البريطانية
-
+ Canadian Frenchالكندية الفرنسية
-
+ Latin American Spanishأمريكا اللاتينية الإسبانية
-
+ Simplified Chineseالصينية المبسطة
-
+ Traditional Chinese (正體中文)الصينية التقليدية (正體中文)
-
+ Brazilian Portuguese (português do Brasil)البرتغالية البرازيلية (português do Brasil)
-
+ Polish (polska)البولندية (polska)
-
+ Thai (แบบไทย)التايلاندية (แบบไทย)
-
-
+
+ Japanاليابان
-
+ USAالولايات المتحدة الأمريكية
-
+ Europeأوروبا
-
+ Australiaأستراليا
-
+ Chinaالصين
-
+ Koreaكوريا
-
+ Taiwanتايوان
-
+ Auto (%1)Auto select time zoneتلقائي (%1)
-
+ Default (%1)Default time zoneافتراضي (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgypt
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIceland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibya
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPoland
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapore
-
+ TurkeyTurkey
-
+ UCTUCT
-
+ Universalعالمي
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ Monoأحادي
-
+ Stereoمجسم
-
+ Surroundمحيطي
-
+ 4GB DRAM (Default)4GB DRAM (افتراضي)
-
+ 6GB DRAM (Unsafe)6GB DRAM (غير آمنة)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (غير آمنة)
-
+ 12GB DRAM (Unsafe)12GB DRAM (غير آمنة)
-
+ Dockedالإرساء
-
+ Handheldمحمول
-
-
+
+ Offتعطيل
-
+ Boost (1700MHz)تعزيز (1700 ميجا هرتز)
-
+ Fast (2000MHz)سريع (2000 ميجاهرتز)
-
+ Always ask (Default)اسأل دائمًا (افتراضي)
-
+ Only if game specifies not to stopفقط إذا حددت اللعبة عدم التوقف
-
+ Never askلا تسأل أبدا
-
-
+
+ Medium (256)متوسط (256)
-
-
+
+ High (512)عالي (512)
-
+ Very Small (16 MB)صغير جدًا (16 ميغابايت)
-
+ Small (32 MB)صغير (32 ميغابايت)
-
+ Normal (128 MB)قياسي (128 ميغابايت)
-
+ Large (256 MB)كبير (256 ميغابايت)
-
+ Very Large (512 MB)كبير جدًا (512 ميغابايت)
-
+ Very Low (4 MB)منخفض جدًا (4 ميغابايت)
-
+ Low (8 MB)منخفض (8 ميغابايت)
-
+ Normal (16 MB)قياسي (16 ميغابايت)
-
+ Medium (32 MB)متوسط (32 ميغابايت)
-
+ High (64 MB)عالي (64 ميغابايت)
-
+ Very Low (32)منخفض جدًا (32)
-
+ Low (64)منخفض (64)
-
+ Normal (128)قياسي (128)
-
+ Disabledمعطل
-
+ ExtendedDynamicState 1الحالة الديناميكية الممتدة 1
-
+ ExtendedDynamicState 2الحالة الديناميكية الممتدة 2
-
+ ExtendedDynamicState 3الحالة الديناميكية الممتدة 3
-
+ Tree View
- عرض قائمة
+ عرض الشجرة
-
+ Grid View
- عرض شبكة
+ عرض الشبكة
@@ -2460,7 +2470,7 @@ When a program attempts to open the controller applet, it is immediately closed.
Enable return stack buffer
- تمكين مخزن مؤقت لمكدس الإرجاع
+ تمكين مخزن إرجاع المكدس
@@ -2803,7 +2813,7 @@ When a program attempts to open the controller applet, it is immediately closed.
Use dev.keys
- dev.keys استخدام مفاتيح التطوير
+ استخدام dev.keys
@@ -2818,7 +2828,7 @@ When a program attempts to open the controller applet, it is immediately closed.
Battery Serial:
- :رقم تسلسلي للبطارية
+ رقم تسلسلي للبطارية:
@@ -2848,7 +2858,7 @@ When a program attempts to open the controller applet, it is immediately closed.
Unit Serial:
- :الرقم التسلسلي للوحدة
+ الرقم التسلسلي للوحدة:
@@ -3270,7 +3280,7 @@ Would you like to delete the old save data?
Remove Selected
- إزالة المحدد
+ إزالة ما تم اختياره
@@ -4942,7 +4952,7 @@ Once deleted, these can NOT be recovered. Are you 100% sure you want to delete t
Delete add-on(s)?
- حذف الإضافة(ات)؟
+ حذف التعديل(ات)؟
@@ -6483,204 +6493,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmuteكتم الصوت/إلغاء كتم الصوت
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Windowالنافذة الرئيسية
-
+ Audio Volume Downخفض مستوى الصوت
-
+ Audio Volume Upرفع مستوى الصوت
-
+ Capture Screenshotلقطة شاشة
-
+ Change Adapting Filterتغيير مرشح التكيف
-
+ Change Docked Modeتغيير وضع الإرساء
-
+ Change GPU Modeتغيير وضع وحدة معالجة الرسومات
-
+ Configureالإعدادات
-
+ Configure Current Gameإعدادات اللعبة الحالية
-
+ Continue/Pause Emulationاستأنف/إيقاف مؤقت للمحاكاة
-
+ Exit Fullscreenالخروج من وضع ملء الشاشة
-
+ Exit Edenخروج من إيدن
-
+ Fullscreenملء الشاشة
-
+ Load Fileتحميل الملف
-
+ Load/Remove Amiiboتحميل/إزالة أميبو
-
+ Browse Public Game Lobbyتصفح قائمة الألعاب العامة
-
+ Create Roomإنشاء غرفة
-
+ Direct Connect to Roomاتصال مباشر بالغرفة
-
+ Leave Roomمغادرة الغرفة
-
+ Show Current Roomعرض الغرفة الحالية
-
+ Restart Emulationإعادة تشغيل المحاكاة
-
+ Stop Emulationإيقاف المحاكاة
-
+ TAS RecordTAS سجل
-
+ TAS ResetTAS إعادة تعيين
-
+ TAS Start/StopTAS بدء/إيقاف
-
+ Toggle Filter Barتبديل شريط التصفية
-
+ Toggle Framerate Limitتبديل حد معدل الإطارات
-
+ Toggle Turbo Speedتبديل سرعة تيربو
-
+ Toggle Slow Speedتبديل السرعة البطيئة
-
+ Toggle Mouse Panningتحريك الماوس
-
+ Toggle Renderdoc CaptureRenderdoc تبديل التقاط
-
+ Toggle Status Barتبديل شريط الحالة
-
+ Toggle Performance Overlayتبديل طبقة الأداء
@@ -7255,7 +7265,7 @@ Debug Message:
Show Game &Name
- عرض اسم &اللعبة
+ عرض اللعبة والاسم
@@ -10608,4 +10618,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
وصل إجمالي زمن التشغيل إلى الحد الأقصى.
-
+
\ No newline at end of file
diff --git a/dist/languages/ca.ts b/dist/languages/ca.ts
index 74a8c99ef9..2cfc8992f1 100644
--- a/dist/languages/ca.ts
+++ b/dist/languages/ca.ts
@@ -583,182 +583,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Desactivar FMA (millora el rendiment en CPUs sense FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPEFRSQRTE i FRECPE més ràpid
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Aquest paràmetre millora la velocitat d'algunes funcions de coma flotant, amb l'ús d'aproximacions natives menys precises.
-
+ Faster ASIMD instructions (32 bits only)Instruccions ASIMD més ràpides (només 32 bits)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handlingGestió imprecisa NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksDesactiva les comprovacions d'espai d'adreces
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorIgnorar monitorització global
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Dispositiu:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Resolució:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Filtre d'adaptació de finestra:
-
+ FSR Sharpness:Nitidesa FSR:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Mètode de suavitzat de vores
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Mode pantalla completa:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Relació d'aspecte:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV outputOptimitzar la sortida de SPIRV
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -766,24 +776,24 @@ This feature is experimental.
-
+ NVDEC emulation:Emulació NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -792,55 +802,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:Mode de sincronització vertical:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -848,1376 +858,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.
-
+ Anisotropic Filtering:Filtrat anisotròpic:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:Mode de la GPU:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:Precisió DMA:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cache
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playback
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.
-
+ Barrier feedback loops
-
+ Improves rendering of transparency effects in specific games.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedLlavor de GNA
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameNom del dispositiu
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:Idioma:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Regió:
-
+ The region of the console.
-
+ Time Zone:Zona horària:
-
+ The time zone of the console.
-
+ Sound Output Mode:
-
+ Console Mode:Mode de la consola
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityOcultar el cursor del ratolí en cas d'inactivitat
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller applet
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable GamemodeActiva el mode joc
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ NeverMai
-
+ On Load
-
+ AlwaysSempre
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)
-
+ BC1 (Low quality)
-
+ BC3 (Medium quality)
-
-
+
+ AutoAuto
-
+ 30 FPS30 FPS
-
+ 60 FPS60 FPS
-
+ 90 FPS90 FPS
-
+ 120 FPS120 FPS
-
+ ConservativeConservador
-
+ AggressiveAgressiu
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only) OpenGL GLASM (Ensamblat d'ombrejadors, només NVIDIA)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (Experimental, només AMD/Mesa)
-
+ NullNul
-
+ FastRàpid
-
+ BalancedEquilibrat
-
-
+
+ AccuratePrecís
-
-
+
+ DefaultValor predeterminat
-
+ Unsafe (fast)Insegur (ràpid)
-
+ Safe (stable)Segur (estable)
-
+ UnsafeInsegur
-
+ Paranoid (disables most optimizations)Paranoic (desactiva la majoria d'optimitzacions)
-
+ DebuggingDepuració
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless WindowedFinestra sense vores
-
+ Exclusive FullscreenPantalla completa exclusiva
-
+ No Video OutputSense sortida de vídeo
-
+ CPU Video DecodingDescodificació de vídeo a la CPU
-
+ GPU Video Decoding (Default)Descodificació de vídeo a la GPU (Valor predeterminat)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [EXPERIMENTAL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [EXPERIMENTAL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborVeí més proper
-
+ BilinearBilineal
-
+ BicubicBicúbic
-
+ GaussianGaussià
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionSuper resolució AMD FidelityFX
-
+ AreaÀrea
-
+ MMPXMMPX
-
+ Zero-TangentTangència zero
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneCap
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Valor predeterminat (16:9)
-
+ Force 4:3Forçar 4:3
-
+ Force 21:9Forçar 21:9
-
+ Force 16:10
-
+ Stretch to WindowEstirar a la finestra
-
+ AutomaticAutomàtic
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Japonès (日本語)
-
+ American EnglishAnglès americà
-
+ French (français)Francès (français)
-
+ German (Deutsch)Alemany (Deutsch)
-
+ Italian (italiano)Italià (italiano)
-
+ Spanish (español)Castellà (español)
-
+ ChineseXinès
-
+ Korean (한국어)Coreà (한국어)
-
+ Dutch (Nederlands)Holandès (Nederlands)
-
+ Portuguese (português)Portuguès (português)
-
+ Russian (Русский)Rus (Русский)
-
+ TaiwaneseTaiwanès
-
+ British EnglishAnglès britànic
-
+ Canadian FrenchFrancès canadenc
-
+ Latin American SpanishEspanyol llatinoamericà
-
+ Simplified ChineseXinès simplificat
-
+ Traditional Chinese (正體中文)Xinès tradicional (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Portuguès brasiler (português do Brasil)
-
+ Polish (polska)Polonès (polska)
-
+ Thai (แบบไทย)Tailandès (แบบไทย)
-
-
+
+ JapanJapó
-
+ USAEUA
-
+ EuropeEuropa
-
+ AustraliaAustràlia
-
+ ChinaXina
-
+ KoreaCorea
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zonePer defecte (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgipte
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHong Kong
-
+ HSTHST
-
+ IcelandIslàndia
-
+ IranIran
-
+ IsraelIsreal
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLíbia
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolònia
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapur
-
+ TurkeyTurquia
-
+ UCTUCT
-
+ UniversalUniversal
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoEstèreo
-
+ SurroundEnvoltant
-
+ 4GB DRAM (Default)4GB DRAM (Insegur)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Insegur)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (Insegur)
-
+ 12GB DRAM (Unsafe)12GB DRAM (Insegur)
-
+ DockedSobretaula
-
+ HandheldPortàtil
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)
-
+ Only if game specifies not to stopTan sols si el joc especifica no parar
-
+ Never askNo preguntar mai
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6414,204 +6424,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window
-
+ Audio Volume Down
-
+ Audio Volume Up
-
+ Capture ScreenshotCaptura de pantalla
-
+ Change Adapting Filter
-
+ Change Docked Mode
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulation
-
+ Exit Fullscreen
-
+ Exit Eden
-
+ FullscreenPantalla Completa
-
+ Load FileCarregar arxiu
-
+ Load/Remove Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulation
-
+ Stop Emulation
-
+ TAS Record
-
+ TAS Reset
-
+ TAS Start/Stop
-
+ Toggle Filter Bar
-
+ Toggle Framerate Limit
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning
-
+ Toggle Renderdoc Capture
-
+ Toggle Status Bar
-
+ Toggle Performance Overlay
@@ -10482,4 +10492,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/cs.ts b/dist/languages/cs.ts
index 34cf60f078..d1e79cf328 100644
--- a/dist/languages/cs.ts
+++ b/dist/languages/cs.ts
@@ -583,182 +583,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Rozložit FMA instrukce (zlepší výkon na CPU bez FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPERychlejší FRSQRTE a FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.
-
+ Faster ASIMD instructions (32 bits only)Rychlejší instrukce ASIMD (Pouze 32 bitové)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handlingNepřesné zpracování NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksZakázat kontrolu adres paměti
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorIgnorovat globální hlídač.
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Zařízení:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Rozlišení:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:
-
+ FSR Sharpness:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Režim celé obrazovky:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Poměr stran:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -766,24 +776,24 @@ This feature is experimental.
-
+ NVDEC emulation:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -792,55 +802,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -848,1376 +858,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.
-
+ Anisotropic Filtering:Anizotropní filtrování:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cache
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playback
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.
-
+ Barrier feedback loops
-
+ Improves rendering of transparency effects in specific games.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedRNG Seed
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameNázev Zařízení
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:Jazyk:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Region:
-
+ The region of the console.
-
+ Time Zone:Časové Pásmo:
-
+ The time zone of the console.
-
+ Sound Output Mode:
-
+ Console Mode:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulationPotvrzení před zastavením emulace
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivitySkrýt myš při neaktivitě
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller applet
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)
-
+ BC1 (Low quality)
-
+ BC3 (Medium quality)
-
-
+
+ AutoAutomatické
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ Null
-
+ Fast
-
+ Balanced
-
-
+
+ AccuratePřesné
-
-
+
+ DefaultVýchozí
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeNebezpečné
-
+ Paranoid (disables most optimizations)Paranoidní (zakáže většinu optimizací)
-
+ Debugging
-
+ Dynarmic
-
+ NCE
-
+ Borderless WindowedOkno bez okrajů
-
+ Exclusive FullscreenExkluzivní
-
+ No Video Output
-
+ CPU Video Decoding
-
+ GPU Video Decoding (Default)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]
-
+ 2X (1440p/2160p)
-
+ 3X (2160p/3240p)
-
+ 4X (2880p/4320p)
-
+ 5X (3600p/5400p)
-
+ 6X (4320p/6480p)
-
+ 7X (5040p/7560p)
-
+ 8X (5760p/8640p)
-
+ Nearest Neighbor
-
+ BilinearBilineární
-
+ Bicubic
-
+ Gaussian
-
+ Lanczos
-
+ ScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneŽádné
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Výchozí (16:9)
-
+ Force 4:3Vynutit 4:3
-
+ Force 21:9Vynutit 21:9
-
+ Force 16:10
-
+ Stretch to WindowRoztáhnout podle okna
-
+ Automatic
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Japonština (日本語)
-
+ American English
-
+ French (français)Francouzština (français)
-
+ German (Deutsch)Nemčina (Deutsch)
-
+ Italian (italiano)Italština (Italiano)
-
+ Spanish (español)Španělština (español)
-
+ ChineseČínština
-
+ Korean (한국어)Korejština (한국어)
-
+ Dutch (Nederlands)Holandština (Nederlands)
-
+ Portuguese (português)Portugalština (português)
-
+ Russian (Русский)Ruština (Русский)
-
+ TaiwaneseTajwanština
-
+ British EnglishBritská Angličtina
-
+ Canadian FrenchKanadská Francouzština
-
+ Latin American SpanishLatinsko Americká Španělština
-
+ Simplified ChineseZjednodušená Čínština
-
+ Traditional Chinese (正體中文)Tradiční Čínština (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Brazilská Portugalština (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJaponsko
-
+ USAUSA
-
+ EuropeEvropa
-
+ AustraliaAustrálie
-
+ ChinaČína
-
+ KoreaKorea
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zone
-
+ Default (%1)Default time zone
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgypt
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIsland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamajka
-
+ KwajaleinKwajalein
-
+ LibyaLybie
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolsko
-
+ PortugalPortugalsko
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapur
-
+ TurkeyTurecko
-
+ UCTUCT
-
+ UniversalUniverzální
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)
-
+ 6GB DRAM (Unsafe)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedZadokovaná
-
+ HandheldPříruční
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)Vždy se zeptat (Výchozí)
-
+ Only if game specifies not to stop
-
+ Never ask
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6405,204 +6415,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window
-
+ Audio Volume Down
-
+ Audio Volume Up
-
+ Capture ScreenshotPořídit Snímek Obrazovky
-
+ Change Adapting Filter
-
+ Change Docked Mode
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulation
-
+ Exit FullscreenOpustit Režim Celé Obrazovky
-
+ Exit Eden
-
+ FullscreenCelá Obrazovka
-
+ Load FileNačíst soubor
-
+ Load/Remove Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulation
-
+ Stop Emulation
-
+ TAS Record
-
+ TAS Reset
-
+ TAS Start/Stop
-
+ Toggle Filter Bar
-
+ Toggle Framerate Limit
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning
-
+ Toggle Renderdoc Capture
-
+ Toggle Status Bar
-
+ Toggle Performance Overlay
@@ -10470,4 +10480,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/da.ts b/dist/languages/da.ts
index 939c641541..9e2adfa4ba 100644
--- a/dist/languages/da.ts
+++ b/dist/languages/da.ts
@@ -585,182 +585,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Adskil FMA (forbedr ydeevne på CPUer uden FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPEHurtigere FRSQRTE og FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.
-
+ Faster ASIMD instructions (32 bits only)Hurtigere ASIMD-instrukser (kun 32-bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handlingUnøjagtig NaN-håndtering
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksDeaktivér adresseplads-kontrol
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorIgnorér global overvågning
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Enhed:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Opløsning:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Vinduestilpassende Filter:
-
+ FSR Sharpness:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Anti-Aliaseringsmetode:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Fuldskærmstilstand:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Skærmformat:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -768,24 +778,24 @@ This feature is experimental.
-
+ NVDEC emulation:NVDEC-emulering:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -794,55 +804,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -850,1376 +860,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.
-
+ Anisotropic Filtering:Anisotropisk Filtrering:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cache
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playback
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.
-
+ Barrier feedback loops
-
+ Improves rendering of transparency effects in specific games.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedRNG-Seed
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device Name
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Region
-
+ The region of the console.
-
+ Time Zone:Tidszone
-
+ The time zone of the console.
-
+ Sound Output Mode:
-
+ Console Mode:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivitySkjul mus ved inaktivitet
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller applet
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)
-
+ BC1 (Low quality)
-
+ BC3 (Medium quality)
-
-
+
+ AutoAutomatisk
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ Vulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ Null
-
+ Fast
-
+ Balanced
-
-
+
+ AccurateNøjagtig
-
-
+
+ DefaultStandard
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeUsikker
-
+ Paranoid (disables most optimizations)Paranoid (deaktiverer de fleste optimeringer)
-
+ Debugging
-
+ Dynarmic
-
+ NCE
-
+ Borderless WindowedUindrammet Vindue
-
+ Exclusive FullscreenEksklusiv Fuld Skærm
-
+ No Video OutputIngen Video-Output
-
+ CPU Video DecodingCPU-Video Afkodning
-
+ GPU Video Decoding (Default)GPU-Video Afkodning (Standard)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0,75X (540p/810p) [EKSPERIMENTEL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)
-
+ 8X (5760p/8640p)
-
+ Nearest NeighborNærmeste Nabo
-
+ BilinearBilineær
-
+ BicubicBikubisk
-
+ GaussianGausisk
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneIngen
-
+ FXAAFXAA
-
+ SMAA
-
+ Default (16:9)Standard (16:9)
-
+ Force 4:3Tving 4:3
-
+ Force 21:9Tving 21:9
-
+ Force 16:10
-
+ Stretch to WindowStræk til Vindue
-
+ Automatic
-
+ 2x
-
+ 4x
-
+ 8x
-
+ 16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Japansk (日本語)
-
+ American English
-
+ French (français)Fransk (français)
-
+ German (Deutsch)Tysk (Deutsch)
-
+ Italian (italiano)Italiensk (italiano)
-
+ Spanish (español)Spansk (español)
-
+ ChineseKinesisk
-
+ Korean (한국어)Koreansk (한국어)
-
+ Dutch (Nederlands)Hollandsk (Nederlands)
-
+ Portuguese (português)Portugisisk (português)
-
+ Russian (Русский)Russisk (Русский)
-
+ TaiwaneseTaiwanesisk
-
+ British EnglishBritisk Engelsk
-
+ Canadian FrenchCandadisk Fransk
-
+ Latin American SpanishLatinamerikansk Spansk
-
+ Simplified ChineseForenklet Kinesisk
-
+ Traditional Chinese (正體中文)Traditionelt Kinesisk (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Braziliansk Portugisisk (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJapan
-
+ USAUSA
-
+ EuropeEuropa
-
+ AustraliaAustralien
-
+ ChinaKina
-
+ KoreaKorea
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zone
-
+ Default (%1)Default time zone
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptÆgypten
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIsland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibyen
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolen
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapore
-
+ TurkeyTyrkiet
-
+ UCTUCT
-
+ UniversalUniversel
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)
-
+ 6GB DRAM (Unsafe)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedDokket
-
+ HandheldHåndholdt
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)
-
+ Only if game specifies not to stop
-
+ Never ask
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6413,204 +6423,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window
-
+ Audio Volume Down
-
+ Audio Volume Up
-
+ Capture ScreenshotOptag Skærmbillede
-
+ Change Adapting Filter
-
+ Change Docked Mode
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulation
-
+ Exit Fullscreen
-
+ Exit Eden
-
+ FullscreenFuldskærm
-
+ Load FileIndlæs Fil
-
+ Load/Remove Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulation
-
+ Stop Emulation
-
+ TAS Record
-
+ TAS Reset
-
+ TAS Start/Stop
-
+ Toggle Filter Bar
-
+ Toggle Framerate Limit
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning
-
+ Toggle Renderdoc Capture
-
+ Toggle Status Bar
-
+ Toggle Performance Overlay
@@ -10464,4 +10474,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/de.ts b/dist/languages/de.ts
index bed5d5e94d..ad6a0bce19 100644
--- a/dist/languages/de.ts
+++ b/dist/languages/de.ts
@@ -589,182 +589,192 @@ Verwende Boost (1700MHz), um mit der höchsten nativen Taktrate der Switch zu la
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)Host-MMU-Emulation aktivieren (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.Diese Optimierung beschleunigt Speicherzugriffe durch das Gastprogramm. Wenn aktiviert, erfolgen Speicherlese- und -schreibvorgänge des Gastes direkt im Speicher und nutzen die MMU des Hosts. Das Deaktivieren erzwingt die Verwendung der Software-MMU-Emulation für alle Speicherzugriffe.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Unfuse FMA (erhöht Leistung auf CPUs ohne FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Diese Option verbessert die Geschwindigkeit, indem die Genauigkeit von "Fused-Multiply-Add"-Anweisungen auf CPUs ohne native FMA-Unterstützung reduziert wird.
-
+ Faster FRSQRTE and FRECPESchnelleres FRSQRTE und FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Diese Option verbessert die Geschwindigkeit einiger ungenauen Fließkomma-Funktionen, indem weniger genaue native Annäherungen benutzt werden.
-
+ Faster ASIMD instructions (32 bits only)Schnellere ASIMD-Instruktionen (nur 32-Bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Diese Option verbessert die Geschwindigkeit von 32-Bit-ASIMD-Fließkomma-Funktionen, indem diese mit inkorrekten Rundungsmodi ausgeführt werden.
-
+ Inaccurate NaN handlingUngenaue NaN-Verarbeitung
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksAdressraumprüfungen deaktivieren
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorGlobalen Monitor ignorieren
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Gerät:
-
+ This setting selects the GPU to use (Vulkan only).Diese Einstellung wählt aus welche Grafikkarte benutzt werden soll (Nur Vulkan).
-
+ Resolution:Auflösung:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Bildschirmanpassungsfilter:
-
+ FSR Sharpness:FSR-Schärfe
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Kantenglättungs-Methode:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Vollbild-Modus:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Seitenverhältnis:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV outputOptimiere SPIRV-Ausgabe
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -772,24 +782,24 @@ This feature is experimental.
-
+ NVDEC emulation:NVDEC-Emulation:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:ASTC-Dekodier-Methode:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -798,55 +808,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:ASTC-Rekompression-Methode:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:VRAM-Nutzungs Modus:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner InvalidationCPU-interne Invalidierung überspringen
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.Überspringt bestimmte Cache-Invalidierungen auf CPU-Seite während Speicherupdates, reduziert die CPU-Auslastung und verbessert die Leistung. Dies verursacht vielleicht Abstürze.
-
+ VSync Mode:VSync-Modus:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -854,109 +864,109 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory OperationsSpeicheroperationen synchronisieren
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)Aktiviere asynchrone Präsentation (Nur Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)Erzwinge Maximale Taktrate (Vulkan only)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Lässt im Hintergrund die GPU Aufgaben erledigen während diese auf Grafikbefehle wartet, damit diese nicht herunter taktet.
-
+ Anisotropic Filtering:Anisotrope Filterung:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:GPU-Modus:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.Steuert den GPU-Emulationsmodus. Die meisten Spiele werden im Modus Schnell oder Ausgeglichen gut gerendert, für einige ist jedoch weiterhin der Modus Akkurat erforderlich. Partikel werden in der Regel nur im Modus Akkurat korrekt gerendert.
-
+ DMA Accuracy:DMA-Genauigkeit:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilationAktiviere asynchrones Shader-Kompilieren
-
+ May reduce shader stutter.Reduziert vielleicht Shader stottern.
-
+ Fast GPU TimeSchnelle GPU-Zeit
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU UnswizzleGPU-Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture SizeGPU-Unswizzle max. Texturgröße
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
@@ -965,45 +975,45 @@ Während die GPU für mittelgroße und große Texturen schneller ist, kann die C
Passen Sie diesen Wert an, um das Gleichgewicht zwischen GPU-Beschleunigung und CPU-Overhead zu finden.
-
+ GPU Unswizzle Stream SizeGPU-Unswizzle-Streamgröße
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk SizeGPU-Unswizzle Chunk-Größe
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheVulkan-Pipeline-Cache verwenden
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Aktiviere Compute-Pipelines (Nur Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1012,1223 +1022,1223 @@ Diese Einstellung ist nur für proprietäre Intel-Treiber und kann bei Aktivieru
Bei allen anderen Treibern sind Compute-Pipelines immer aktiviert
-
+ Enable Reactive FlushingAktiviere Reactives Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Benutzt Reactive-Flushing anstatt Predictive-Flushing, welches akkurateres Speicher-Synchronisieren erlaubt.
-
+ Sync to framerate of video playbackSynchronisiere mit Bildrate von Video-Wiedergaben
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Lasse das Spiel in der normalen Geschwindigkeit abspielen, trotz freigeschalteter Bildrate (FPS)
-
+ Barrier feedback loopsBarrier-Feedback-Loops
-
+ Improves rendering of transparency effects in specific games.Verbessert das Rendering von Transparenzeffekten in bestimmten Spielen.
-
+ Enable buffer historyAktiviere Puffer Verlauf
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effectsBehebt Boomeffekte
-
+ Removes bloom in Burnout.Entfernt Bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedRNG-Seed
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameGerätename
-
+ The name of the console.Der Name der Konsole.
-
+ Custom RTC Date:Benutzerdefinierte Echtzeituhrdatum:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Diese Option erlaubt die Änderung der Uhr der Konsole.
Kann benutzt werden um Zeit in Spielen zu manipulieren.
-
+ The number of seconds from the current unix time
-
+ Language:Sprache:
-
+ This option can be overridden when region setting is auto-selectDiese Einstellung kann überschrieben werden, falls deine Region auf Automatisch eingestellt ist.
-
+ Region:Region:
-
+ The region of the console.Die Region der Konsole.
-
+ Time Zone:Zeitzone:
-
+ The time zone of the console.Die Zeitzone der Konsole.
-
+ Sound Output Mode:Tonausgangsmodus:
-
+ Console Mode:Konsolenmodus:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on bootBeim Start nach Nutzer fragen
-
+ Useful if multiple people use the same PC.Nützlich falls mehrere Personen den gleichen Computer benutzen.
-
+ Pause when not in focusPausiere falls nicht im Fokus
-
+ Pauses emulation when focusing on other windows.Pausiere Emulation falls andere Fenster im Fokus/Vordergrund sind.
-
+ Confirm before stopping emulationVor dem Stoppen der Emulation bestätigen
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityMauszeiger verstecken
-
+ Hides the mouse after 2.5s of inactivity.Den Mauszeiger nach 2,5 Sekunden Inaktivität verstecken.
-
+ Disable controller appletDeaktiviere Controller-Applet
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updatesAuf Updates überprüfen
-
+ Whether or not to check for updates upon startup.Ob nach Updates während des Startens gesucht werden soll.
-
+ Enable GamemodeGameMode aktivieren
-
+ Force X11 as Graphics Backend
-
+ Custom frontendBenutzerdefinierte Frontend
-
+ Real appletEchtes Applet
-
+ NeverNiemals
-
+ On LoadBeim Laden
-
+ AlwaysImmer
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU Asynchron
-
+ Uncompressed (Best quality)Unkomprimiert (Beste Qualität)
-
+ BC1 (Low quality)BC1 (Niedrige Qualität)
-
+ BC3 (Medium quality)BC3 (Mittlere Qualität)
-
-
+
+ AutoAuto
-
+ 30 FPS30 FPS
-
+ 60 FPS60 FPS
-
+ 90 FPS90 FPS
-
+ 120 FPS120 FPS
-
+ ConservativeKonservativ
-
+ AggressiveAggressiv
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNull
-
+ FastSchnell
-
+ BalancedAusgeglichen
-
-
+
+ AccurateAkkurat
-
-
+
+ DefaultStandard
-
+ Unsafe (fast)Unsicher (schnell)
-
+ Safe (stable)Sicher (stabil)
-
+ UnsafeUnsicher
-
+ Paranoid (disables most optimizations)Paranoid (deaktiviert die meisten Optimierungen)
-
+ DebuggingDebugging
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless WindowedRahmenloses Fenster
-
+ Exclusive FullscreenExklusiver Vollbildmodus
-
+ No Video OutputKeine Videoausgabe
-
+ CPU Video DecodingCPU Video Dekodierung
-
+ GPU Video Decoding (Default)GPU Video Dekodierung (Standard)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [EXPERIMENTELL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0,5X (360p/540p) [EXPERIMENTELL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0,75X (540p/810p) [EXPERIMENTELL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [EXPERIMENTELL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1,5X (1080p/1620p) [EXPERIMENTELL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNearest-Neighbor
-
+ BilinearBilinear
-
+ BicubicBikubisch
-
+ GaussianGaussian
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneKeiner
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Standard (16:9)
-
+ Force 4:3Erzwinge 4:3
-
+ Force 21:9Erzwinge 21:9
-
+ Force 16:10Erzwinge 16:10
-
+ Stretch to WindowAuf Fenster anpassen
-
+ AutomaticAutomatisch
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Japanisch (日本語)
-
+ American EnglishAmerikanisches Englisch
-
+ French (français)Französisch (français)
-
+ German (Deutsch)Deutsch (German)
-
+ Italian (italiano)Italienisch (italiano)
-
+ Spanish (español)Spanisch (español)
-
+ ChineseChinesisch
-
+ Korean (한국어)Koreanisch (한국어)
-
+ Dutch (Nederlands)Niederländisch (Nederlands)
-
+ Portuguese (português)Portugiesisch (português)
-
+ Russian (Русский)Russisch (Русский)
-
+ TaiwaneseTaiwanesisch
-
+ British EnglishBritisches Englisch
-
+ Canadian FrenchKanadisches Französisch
-
+ Latin American SpanishLateinamerikanisches Spanisch
-
+ Simplified ChineseVereinfachtes Chinesisch
-
+ Traditional Chinese (正體中文)Traditionelles Chinesisch (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Brasilianisches Portugiesisch (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJapan
-
+ USAUSA
-
+ EuropeEuropa
-
+ AustraliaAustralien
-
+ ChinaChina
-
+ KoreaKorea
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zoneAutomatisch (%1)
-
+ Default (%1)Default time zoneStandard (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaKuba
-
+ EETEET
-
+ EgyptÄgypten
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIsland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaika
-
+ KwajaleinKwajalein
-
+ LibyaLibyen
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolen
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapur
-
+ TurkeyTürkei
-
+ UCTUCT
-
+ UniversalUniversal
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4GB DRAM (Standard)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Unsicher)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (Unsicher)
-
+ 12GB DRAM (Unsafe)12GB DRAM (Unsicher)
-
+ DockedIm Dock
-
+ HandheldHandheld
-
-
+
+ OffAus
-
+ Boost (1700MHz)Boost (1700MHz)
-
+ Fast (2000MHz)Schnell (2000MHz)
-
+ Always ask (Default)Immer fragen (Standard)
-
+ Only if game specifies not to stopNur wenn ein Spiel vorgibt, nicht zu stoppen
-
+ Never askNiemals fragen
-
-
+
+ Medium (256)Mittel (256)
-
-
+
+ High (512)Hoch (512)
-
+ Very Small (16 MB)Sehr klein (16 MB)
-
+ Small (32 MB)Klein (32 MB)
-
+ Normal (128 MB)Normal (128 MB)
-
+ Large (256 MB)Groß (256 MB)
-
+ Very Large (512 MB)Sehr groß (512 MB)
-
+ Very Low (4 MB)Sehr niedrig (4 MB)
-
+ Low (8 MB)Niedrig (8 MB)
-
+ Normal (16 MB)Normal (16 MB)
-
+ Medium (32 MB)Mittel (32 MB)
-
+ High (64 MB)Hoch (64 MB)
-
+ Very Low (32)Sehr niedrig (32)
-
+ Low (64)Niedrig (64)
-
+ Normal (128)Normal (128)
-
+ DisabledDeaktiviert
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree ViewBaum Ansicht
-
+ Grid ViewRaster Ansicht
@@ -6428,204 +6438,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteAudio aktivieren / deaktivieren
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowHauptfenster
-
+ Audio Volume DownLautstärke verringern
-
+ Audio Volume UpLautstärke erhöhen
-
+ Capture ScreenshotScreenshot aufnehmen
-
+ Change Adapting FilterAdaptiven Filter ändern
-
+ Change Docked ModeDockmodus ändern
-
+ Change GPU ModeGPU-Modus ändern
-
+ ConfigureKonfigurieren
-
+ Configure Current GameKonfiguriere aktuelles Spiel
-
+ Continue/Pause EmulationEmulation fortsetzen/pausieren
-
+ Exit FullscreenVollbild verlassen
-
+ Exit EdenVerlasse Eden
-
+ FullscreenVollbild
-
+ Load FileDatei laden
-
+ Load/Remove AmiiboAmiibo laden/entfernen
-
+ Browse Public Game LobbyÖffentliche Spiele-Lobbys durchsuchen
-
+ Create RoomRaum erstellen
-
+ Direct Connect to RoomDirekte Verbindung zum Raum
-
+ Leave RoomRaum verlassen
-
+ Show Current RoomAktuellen Raum anzeigen
-
+ Restart EmulationEmulation neustarten
-
+ Stop EmulationEmulation stoppen
-
+ TAS RecordTAS aufnehmen
-
+ TAS ResetTAS neustarten
-
+ TAS Start/StopTAS starten/stoppen
-
+ Toggle Filter BarFilterleiste umschalten
-
+ Toggle Framerate LimitAktiviere Bildraten Limitierung
-
+ Toggle Turbo SpeedTurbo Geschwindigkeit umschalten
-
+ Toggle Slow SpeedLangsame Geschwindigkeit umschalten
-
+ Toggle Mouse PanningMausschwenk umschalten
-
+ Toggle Renderdoc CaptureRenderdoc-Aufnahme umschalten
-
+ Toggle Status BarStatusleiste umschalten
-
+ Toggle Performance OverlayLeistungs Overlay umschalten
@@ -10494,4 +10504,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/el.ts b/dist/languages/el.ts
index 9742495ac4..573f05f6e0 100644
--- a/dist/languages/el.ts
+++ b/dist/languages/el.ts
@@ -585,182 +585,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Αχρησιμοποίητο FMA (βελτιώνει την απόδοση σε επεξεργαστές χωρίς FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPEΤαχύτερη FRSQRTE και FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.
-
+ Faster ASIMD instructions (32 bits only)Ταχύτερες οδηγίες ASIMD (μόνο 32 bits)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handlingΑνακριβής χειρισμός NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksΑπενεργοποίηση ελέγχου χώρου διευθύνσεων
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorΑγνοήση καθολικής επίβλεψης
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Συσκευή:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Ανάλυση:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Φίλτρο Προσαρμογής Παραθύρου:
-
+ FSR Sharpness:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Μέθοδος Anti-Aliasing:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Λειτουργία Πλήρους Οθόνης:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Αναλογία Απεικόνισης:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -768,24 +778,24 @@ This feature is experimental.
-
+ NVDEC emulation:Εξομοίωση NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -794,55 +804,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -850,1376 +860,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.
-
+ Anisotropic Filtering:Ανισοτροπικό Φιλτράρισμα:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cache
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playback
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.
-
+ Barrier feedback loops
-
+ Improves rendering of transparency effects in specific games.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedRNG Seed
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device Name
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Περιφέρεια:
-
+ The region of the console.
-
+ Time Zone:Ζώνη Ώρας:
-
+ The time zone of the console.
-
+ Sound Output Mode:
-
+ Console Mode:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityΑπόκρυψη δρομέα ποντικιού στην αδράνεια
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller applet
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)
-
+ BC1 (Low quality)
-
+ BC3 (Medium quality)
-
-
+
+ AutoΑυτόματη
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ Null
-
+ Fast
-
+ Balanced
-
-
+
+ AccurateΑκριβής
-
-
+
+ DefaultΠροεπιλεγμένο
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeΕπισφαλής
-
+ Paranoid (disables most optimizations)
-
+ Debugging
-
+ Dynarmic
-
+ NCE
-
+ Borderless WindowedΠαραθυροποιημένο Χωρίς Όρια
-
+ Exclusive FullscreenΑποκλειστική Πλήρης Οθόνη
-
+ No Video OutputΧωρίς Έξοδο Βίντεο
-
+ CPU Video DecodingΑποκωδικοποίηση Βίντεο CPU
-
+ GPU Video Decoding (Default)Αποκωδικοποίηση Βίντεο GPU (Προεπιλογή)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [ΠΕΙΡΑΜΑΤΙΚΟ]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)
-
+ 8X (5760p/8640p)
-
+ Nearest NeighborΠλησιέστερος Γείτονας
-
+ BilinearΔιγραμμικό
-
+ BicubicΔικυβικό
-
+ GaussianGaussian
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneΚανένα
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Προεπιλογή (16:9)
-
+ Force 4:3Επιβολή 4:3
-
+ Force 21:9Επιβολή 21:9
-
+ Force 16:10Επιβολή 16:10
-
+ Stretch to WindowΕπέκταση στο Παράθυρο
-
+ AutomaticΑυτόματα
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Ιαπωνικά (日本語)
-
+ American English
-
+ French (français)Γαλλικά (Français)
-
+ German (Deutsch)Γερμανικά (Deutsch)
-
+ Italian (italiano)Ιταλικά (Italiano)
-
+ Spanish (español)Ισπανικά (Español)
-
+ ChineseΚινέζικα
-
+ Korean (한국어)Κορεάτικα (한국어)
-
+ Dutch (Nederlands)Ολλανδικά (Nederlands)
-
+ Portuguese (português)Πορτογαλικά (Português)
-
+ Russian (Русский)Ρώσικα (Русский)
-
+ TaiwaneseΤαϊβανέζικα
-
+ British EnglishΒρετανικά Αγγλικά
-
+ Canadian FrenchΚαναδικά Γαλλικά
-
+ Latin American SpanishΛατινοαμερικάνικα Ισπανικά
-
+ Simplified ChineseΑπλοποιημένα Κινέζικα
-
+ Traditional Chinese (正體中文)Παραδοσιακά Κινέζικα (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Πορτογαλικά Βραζιλίας (Português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanΙαπωνία
-
+ USAΗΠΑ
-
+ EuropeΕυρώπη
-
+ AustraliaΑυστραλία
-
+ ChinaΚίνα
-
+ KoreaΚορέα
-
+ TaiwanΤαϊβάν
-
+ Auto (%1)Auto select time zone
-
+ Default (%1)Default time zone
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaΚούβα
-
+ EETEET
-
+ EgyptΑίγυπτος
-
+ Eire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GB
-
+ GB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichΓκρήνουιτς
-
+ HongkongΧονγκ Κονγκ
-
+ HSTHST
-
+ IcelandΙσλανδία
-
+ IranΙράν
-
+ IsraelΙσραήλ
-
+ JamaicaΙαμαϊκή
-
+ Kwajalein
-
+ LibyaΛιβύη
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoΝαβάχο
-
+ NZ
-
+ NZ-CHAT
-
+ PolandΠολωνία
-
+ PortugalΠορτογαλία
-
+ PRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeΣιγκαπούρη
-
+ TurkeyΤουρκία
-
+ UCTUCT
-
+ UniversalΠαγκόσμια
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ Zulu
-
+ MonoΜονοφωνικό
-
+ StereoΣτέρεοφωνικό
-
+ Surround
-
+ 4GB DRAM (Default)
-
+ 6GB DRAM (Unsafe)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedDocked
-
+ HandheldHandheld
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)
-
+ Only if game specifies not to stop
-
+ Never ask
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6404,204 +6414,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window
-
+ Audio Volume Down
-
+ Audio Volume Up
-
+ Capture ScreenshotΛήψη στιγμιότυπου οθόνης
-
+ Change Adapting Filter
-
+ Change Docked Mode
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulation
-
+ Exit Fullscreen
-
+ Exit Eden
-
+ FullscreenΠλήρη Οθόνη
-
+ Load FileΦόρτωση αρχείου
-
+ Load/Remove Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulation
-
+ Stop Emulation
-
+ TAS Record
-
+ TAS Reset
-
+ TAS Start/Stop
-
+ Toggle Filter Bar
-
+ Toggle Framerate Limit
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning
-
+ Toggle Renderdoc Capture
-
+ Toggle Status Bar
-
+ Toggle Performance Overlay
@@ -10460,4 +10470,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/es.ts b/dist/languages/es.ts
index 29557af4b2..1c98b6645d 100644
--- a/dist/languages/es.ts
+++ b/dist/languages/es.ts
@@ -33,7 +33,7 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: "\2610"; }
li.checked::marker { content: "\2612"; }
</style></head><body style=" font-family:'Noto Sans'; font-size:9pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Eden es un emulador experimental de código abierto de Nintendo Switch licenciado bajo GPLv3.0+ que está basado en el emulador yuzu el cual finalizó su desarrollo en marzo de 2024. <br /><br />Este programa no debería ser usado para jugar a juegos que no fueron obtenidos legalmente.</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Eden es un emulador experimental de código abierto de Nintendo Switch con licencia GPLv3.0+ que está basado en el emulador yuzu que finalizó su desarrollo en marzo de 2024. <br /><br />Este software no debería ser usado para jugar juegos que no fueron legalmente obtenidos.</span></p></body></html>
@@ -43,7 +43,7 @@ li.checked::marker { content: "\2612"; }
<html><head/><body><p><span style=" font-size:7pt;">"Nintendo Switch" is a trademark of Nintendo. Eden is not affiliated with Nintendo in any way.</span></p></body></html>
- <html><head/><body><p><span style=" font-size:7pt;">"Nintendo Switch" es una marca registrada de Nintendo. Eden no está afiliado de ninguna forma con Nintendo.</span></p></body></html>
+ <html><head/><body><p><span style=" font-size:7pt;">"Nintendo Switch" es una marca registrada de Nintendo. Eden no está afiliado con Nintendo de ninguna manera.</span></p></body></html>
@@ -61,12 +61,12 @@ li.checked::marker { content: "\2612"; }
Touch the top left corner <br>of your touchpad.
- Toca la esquina superior izquierda<br>de tu panel táctil.
+ Toque la esquina superior izquierda<br>de su panel táctil.Now touch the bottom right corner <br>of your touchpad.
- Ahora toca la esquina inferior derecha <br>de tu panel táctil.
+ Ahora toque la esquina inferior derecha <br>de su panel táctil.
@@ -140,7 +140,7 @@ li.checked::marker { content: "\2612"; }
When you block a player, you will no longer receive chat messages from them.<br><br>Are you sure you would like to block %1?
- Cuando bloqueas a un jugador, ya no recibirás más mensajes de él. <br><br> ¿Estás seguro de que quieres bloquear a %1?
+ Cuando bloquee a un jugador, ya no recibirá mensajes de él. <br><br> ¿Está seguro de que quiere bloquear a %1?
@@ -160,7 +160,7 @@ li.checked::marker { content: "\2612"; }
Are you sure you would like to <b>kick</b> %1?
- ¿Estás seguro de que quieres <b>expulsar</b> a %1?
+ ¿Está seguro de que quiere <b>expulsar</b> a %1?
@@ -172,7 +172,7 @@ li.checked::marker { content: "\2612"; }
Are you sure you would like to <b>kick and ban</b> %1?
This would ban both their forum username and their IP address.
- ¿Estás seguro de que quieres <b>vetar y expulsar a</b>%1?
+ ¿Está seguro de que quiere <b>vetar y expulsar a</b>%1?
Esto vetará su nombre de usuario del foro y su dirección IP.
@@ -234,12 +234,12 @@ Esto vetará su nombre de usuario del foro y su dirección IP.
Report Game Compatibility
- Informar de compatibilidad con el juego
+ Informar de compatibilidad del juego<html><head/><body><p><span style=" font-size:10pt;">Should you choose to submit a test case to the </span><a href="https://eden-emulator.github.io/game/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">eden Compatibility List</span></a><span style=" font-size:10pt;">, The following information will be collected and displayed on the site:</span></p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Hardware Information (CPU / GPU / Operating System)</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Which version of eden you are running</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The connected eden account</li></ul></body></html>
- <html><head/><body><p><span style=" font-size:10pt;">Si elijes entregar un caso de prueba a la </span><a href="https://eden-emulator.github.io/game/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">lista de compatibilidad de Eden</span></a><span style=" font-size:10pt;">, Se recopilará y mostrará la siguiente información en el sito:</span></p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Información del hardware (CPU / GPU / Sistema operativo)</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Qué version de Eden estás usando</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">La cuenta de eden que está conectada </li></ul></body></html>
+ <html><head/><body><p><span style=" font-size:10pt;">Si elije entregar un caso de prueba a la </span><a href="https://eden-emulator.github.io/game/"><span style=" font-size:10pt; text-decoration: underline; color:#0000ff;">lista de compatabilidad de Eden</span></a><span style=" font-size:10pt;">, Se recopilará y mostrará la siguiente información en el sito:</span></p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Información del hardware (CPU / GPU / Sistema operativo)</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Qué version de Eden está usando</li><li style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">La cuenta de eden que esta conectada </li></ul></body></html>
@@ -269,7 +269,7 @@ Esto vetará su nombre de usuario del foro y su dirección IP.
<html><head/><body><p>Does the game reach gameplay?</p></body></html>
- <html><head/><body><p>¿El juego llega a ser jugable?</p></body></html>
+ <html><head/><body><p>¿El juego alcanza a ser jugable?</p></body></html>
@@ -279,12 +279,12 @@ Esto vetará su nombre de usuario del foro y su dirección IP.
No The game crashes or freezes during gameplay
- No El juego se bloquea o se congela durante la partida
+ No El juego se bloquea o se congela durante la ejecución<html><head/><body><p>Does the game work without crashing, freezing or locking up during gameplay?</p></body></html>
- <html><head/><body><p>¿El juego funciona sin que se interrumpa, se congele o se bloquee durante la partida?</p></body></html>
+ <html><head/><body><p>¿Funciona el juego sin que se interrumpa, se congele o se bloquee durante la partida?</p></body></html>
@@ -344,7 +344,7 @@ Esto vetará su nombre de usuario del foro y su dirección IP.
Thank you for your submission!
- Gracias por tu contribución.
+ Gracias por su contribución.
@@ -359,7 +359,7 @@ Esto vetará su nombre de usuario del foro y su dirección IP.
An error occurred while sending the Testcase
- Ha ocurrido un error mientras se enviaba el caso de prueba
+ Ha ocurrido un fallo mientras se enviaba el caso de prueba.
@@ -457,7 +457,7 @@ Esto vetará su nombre de usuario del foro y su dirección IP.
Enables Horizon's built-in overlay applet. Press and hold the home button for 1 second to show it.
- Activa el applet integrado de superpuesto de Horizon. Mantén pulsado el botón de inicio durante 1 segundo para que aparezca.
+ Activa el applet integrado superpuesto de Horizon. Mantenga pulsado el botón de inicio durante 1 segundo para que aparezca.
@@ -525,7 +525,7 @@ No afecta al rendimiento/estabilidad pero puede permitir que carguen los mods co
Disabling it means unlocking the framerate to the maximum your PC can reach.
Controla la velocidad máxima de renderizado del juego, pero depende de cada juego si aumenta su velocidad o no.
200% en un juego de 30 FPS serán 60 FPS; en uno de 60 FPS serán 120 FPS.
-Desactivarlo hará que el juego se renderice lo más rápido posible según tu ordenador.
+Desactivarlo hará que el juego se renderice lo más rápido posible según su equipo.
@@ -584,7 +584,7 @@ Puede ayudar a reducir los tirones o parpadeos en tasas de fotogramas bajas.
Overclocks the emulated CPU to remove some FPS limiters. Weaker CPUs may see reduced performance, and certain games may behave improperly.
Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2000MHz) to run at 2x clock.
- Overcloquea la CPU emulada para eliminar algunos limitadores de FPS. en CPUs más humildes puede reducir el rendimiento y algunos juegos pueden funcionar incorrectamente.
+ Overcloquea la CPU emulada para eliminar algunos limitadores de FPS. en CPUs más débiles puede reducir el rendimiento y algunos juegos pueden funcionar incorrectamente.
Usa Boost (1700MHz) para ejecutar a la velocidad nativa maximo de Switch, o Fast (2000MHz) para ejecutar al doble velocidad.
@@ -595,15 +595,25 @@ Usa Boost (1700MHz) para ejecutar a la velocidad nativa maximo de Switch, o Fast
Set a custom value of CPU ticks. Higher values can increase performance, but may cause deadlocks. A range of 77-21000 is recommended.
- Establece un valor personalizado para los ticks de la CPU. Valores más altos pueden aumentar el rendimiento, pero también pueden causar bloqueos. Se recomienda un rango de 77-21000.
+ Establezca un valor personalizado para los ticks de la CPU. Valores más altos pueden aumentar el rendimiento, pero también pueden causar bloqueos. Se recomienda un rango de 77-21000.
-
+
+ Virtual Table Bouncing
+ Rebote de mesa virtual
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+ Rebote (por emular un valor-0 de retorno) cualquier función que desencadene una anulación de precarga
+
+
+ Enable Host MMU Emulation (fastmem)
- Activar la emulación del huesped MMU (fastmem)
+ Activa emulación del huesped MMU (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -612,99 +622,99 @@ Al actualizarlo, las lecturas/escrituras de memoria del programa invitado se rea
Desactivando este opción obliga a que todos los accesos a la memoria utilicen el Software MMU emulado.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Desactivar FMA (mejora el rendimiento en las CPU sin FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Esta opción mejora el rendimiento al reducir la precisión de las instrucciones fused-multiply-add en las CPU sin soporte nativo FMA.
-
+ Faster FRSQRTE and FRECPE
- FRSQRTE y FRECPE rápidos
+ FRSQRTE y FRECPE rápido
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Esta opción mejora el rendimiento de algunas funciones aproximadas de punto flotante al utilizar aproximaciones nativas menos precisas.
-
+ Faster ASIMD instructions (32 bits only)Instrucciones ASIMD rápidas (solo 32 bits)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Esta opción mejora la velocidad de las funciones de punto flotante ASIMD de 32 bits al ejecutarlas con redondeos incorrectos.
-
+ Inaccurate NaN handlingGestión imprecisa NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Esta opción mejora el rendimiento al no hacer comprobaciones "NaN".
Ten en cuenta que, a cambio, reduce la precisión de ciertas instrucciones de coma flotante.
-
+ Disable address space checksDesactivar comprobación del espacio de destino
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.Esta opción mejora la velocidad eliminando una verificación de seguridad antes de cada operación de memoria.
-
+ Ignore global monitorIgnorar monitorización global
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Esta opción mejora el rendimiento al depender solo de la semántica de cmpxchg para garantizar la seguridad de las instrucciones de acceso exclusivas.
Ten en cuenta que puede resultar en bloqueos y otras condiciones de carrera.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.Cambia la API de salida gráfica.
Se recomienda Vulkan.
-
+ Device:Dispositivo:
-
+ This setting selects the GPU to use (Vulkan only).Este ajuste selecciona la GPU a usar (solo Vulkan).
-
+ Resolution:Resolución:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -713,27 +723,27 @@ Las resoluciones altas requieren más VRAM y ancho de banda.
Las opciones inferiores a 1X pueden generar errores visuales.
-
+ Window Adapting Filter:Filtro adaptable de ventana:
-
+ FSR Sharpness:Nitidez FSR:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.Determina el nivel de nitidez de la imagen utilizando el contraste dinámico de FSR.
-
+ Anti-Aliasing Method:Método de suavizado de bordes:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -742,26 +752,26 @@ SMAA ofrece mejor calidad.
FXAA puede producir mejores resultados visuales en resoluciones bajas.
-
+ Fullscreen Mode:Modo pantalla completa:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
- Modo de renderizado a pantalla completa.
+ Modo de rendizado a pantalla completa.
Ventana sin bordes ofrece la mejor compatibilidad con el teclado en pantalla que algunos juegos necesitan.
Pantalla completa exclusiva puede ofrecer mejor rendimiento y mejor soporte para FreeSync/G-Sync/VRR.
-
+ Aspect Ratio:Relación de aspecto:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -770,24 +780,24 @@ La mayoría de los juegos solo admiten 16:9, por lo que se requieren modificacio
También controla la relación de aspecto de las capturas de pantalla.
-
+ Use persistent pipeline cache
- Usar el caché de canalización persistente
+ Usar caché de canalización persistente
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
- Permite almacenar los sombreadores para que carguen más rápido la próxima vez que inicies el juego.
+ Permite almacenar los sombreadores para cargar más rápido al ejecutar el juego otra vez.
Desactivarlo solo está destinado para depuración.
-
+ Optimize SPIRV outputOptimizar la salida de SPIRV
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -795,29 +805,29 @@ This feature is experimental.Ejecuta un paso adicional de optimización sobre los sombreadores SPIRV generados.
Aumentará el tiempo requerido para compilar los sombreadores.
Puede mejorar un poco el rendimiento.
-Esta función es experimental.
+Este función es experimental.
-
+ NVDEC emulation:Emulación NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
- Indica cómo descodificar los vídeos:
-Puede usar la CPU, GPU o no descodificar (mostrará una pantalla en negro durante los vídeos).
-En la mayoría de casos, descodificar mediante la GPU es la mejor opción.
+ Indica cómo decodificar los videos:
+Puede usar la CPU, GPU o no decodificar (mostrará una pantalla en negro durante los videos).
+En la mayoría de casos, decodificar mediante GPU es la mejor opción.
-
+ ASTC Decoding Method:
- Modo descodificación ASTC:
+ Modo decodificación ASTC:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -825,16 +835,16 @@ CPU Asynchronously: Use the CPU to decode ASTC textures on demand. EliminatesAST
stuttering but may present artifacts.Esta opción controla cómo deben descodificarse las texturas ASTC.
CPU: utiliza el procesador para la descodificación.
-GPU: utiliza los sombreadores computables de la tarjeta gráfica para descodificar las texturas ASTC (recomendado).
+GPU: utiliza los sombreadores de la tarjeta gráfica para descodificar las texturas ASTC (recomendado).
CPU asíncrono: usa el procesador para descodificar las texturas ASTC bajo demanda. Elimina los tirones causados por la descodificación ASTC, pero puede generar errores visuales.
-
+ ASTC Recompression Method:Modo recompresión ASTC:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -842,44 +852,44 @@ BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
BC1/BC3: El formato intermedio será recomprimido a BC1 o BC3, lo que ahorra VRAM, pero degrada la calidad de la imagen.
-
+ Frame Pacing Mode (Vulkan only)Modo de ritmo de fotogramas (solo Vulkan)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.Controla cómo el emulador gestiona el ritmo de los fotogramas para reducir los tirones y hacer que la velocidad de los fotogramas sea más suave y consistente.
-
+ VRAM Usage Mode:Modo de uso de la VRAM:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
- Selecciona si el emulador prefiere ahorrar memoria o maximizar el uso de memoria de video disponible para mejorar el rendimiento.
-El modo agresivo puede afectar al rendimiento de otras aplicaciones, como a los programas de grabación.
+ Selecciona si el emulador prefiere conservar memoria o maximizar el uso de memoria de video disponible para mejorar el rendimiento.
+El modo agresivo puede afectar el rendimiento de otras aplicaciones, como el software de grabación.
-
+ Skip CPU Inner Invalidation
- Saltar invalidación interna de la CPU
+ Saltar Invalidación Interna de la CPU
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
- Omite ciertas invalidaciones de caché durante las actualizaciones de memoria, reduciendo el uso de la CPU y mejorando la latencia. Esto puede causar bloqueos leves.
+ Omite ciertas invalidaciones de caché durante las actualizaciones de memoria, reduciendo uso de la CPU y mejorando la latencia. Esto puede causar crasheos leves.
-
+ VSync Mode:Modo VSync:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -890,58 +900,58 @@ Mailbox ofrece menor latencia que FIFO y evita el tearing, aunque puede perder a
Immediate (sin sincronización) muestra los fotogramas tan pronto están disponibles, pero puede generar desgarros de imagen.
-
+ Sync Memory OperationsSincronizar operaciones de memoria
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
- Asegura la consistencia de datos entre las operaciones procesadas y en memoria.
+ Asegura la consistencia de data entre los cómputos y operaciones de memoria.
Esta opción arregla errores en los juegos, pero puede afectar negativamente al rendimiento.
Los juegos con Unreal Engine 4 son con frecuencia los que muestran cambios significantes en esto.
-
+ Enable asynchronous presentation (Vulkan only)Activar presentación asíncrona (solo Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Mejora el rendimiento ligeramente al usar un hilo de CPU adicional para la presentación.
-
+ Force maximum clocks (Vulkan only)Forzar relojes al máximo (solo Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Ejecuta los procesos en segundo plano mientras se espera a las instrucciones gráficas para evitar que la GPU reduzca su velocidad de reloj.
-
+ Anisotropic Filtering:Filtrado anisotrópico:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.Controla la calidad del renderizado de texturas en ángulos oblicuos.
Es seguro configurarlo en 16x en la mayoría de las GPU.
-
+ GPU Mode:Modo de la GPU:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
@@ -950,56 +960,56 @@ La mayoridad de juegos renderizarán bien con el modo rápido o balanceado, pero
Las partículas tienden a representarse correctamente solo con el modo preciso.
-
+ DMA Accuracy:Precisión de DMA:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.Controla la precisión del DMA. La opción de precisión segura corrige errores en algunos juegos, pero puede reducir el rendimiento
-
+ Enable asynchronous shader compilationActiva la compilación de shaders asincrónicos
-
+ May reduce shader stutter.Puede reducir los tirones causados por la carga de sombreadores.
-
+ Fast GPU TimeTiempo rápido de la GPU
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.Overcloquea la GPU emulada para aumentar la resolución dinámica y la distancia de renderizado.
Use 256 para el máximo rendimiento y 512 para la máxima fidelidad gráfica.
-
+ GPU UnswizzleDesentrelazado de la GPU
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.Acelera la decodificación de texturas 3D BCn mediante computación de la GPU.
Desactívela si experimenta problemas o fallos gráficos.
-
+ GPU Unswizzle Max Texture SizeTamaño máximo de textura de desentrelazado de la GPU
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
@@ -1008,46 +1018,46 @@ Aunque la GPU es más rápida para texturas medianas y grandes, la CPU puede ser
Ajuste este valor para encontrar el equilibrio entre la aceleración de la GPU y la sobrecarga de la CPU.
-
+ GPU Unswizzle Stream SizeTamaño del flujo de desentrelazado de la GPU
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.Establece la cantidad máxima de datos de textura (en MiB) procesados por cada fotograma. Valores más altos pueden reducir la distorsión durante la carga de texturas, pero pueden afectar a la consistencia de los fotogramas.
-
+ GPU Unswizzle Chunk SizeTamaño del trozo de desentrelazado de la GPU
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.Determina la cantidad de cortes de profundidad procesados en un solo envío. Aumentar este valor puede mejorar el rendimiento en una GPU de gama alta, pero puede causar tirones y problemas en los tiempos de respuesta en hardware más modesto.
-
+ Use Vulkan pipeline cacheUsar caché de canalización de Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Activa la caché de canalización específica del fabricante.
Esta opción puede mejorar los tiempos de cargas de sombreadores en el caso de que el controlador de Vulkan no lo almacene internamente.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Activar la canalizaciones de cómputo (solo Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1056,184 +1066,184 @@ Este ajuste solo existe para los controladores propietarios de Intel y puede cau
En los demás controladores, la canalización de cómputo siempre está activada.
-
+ Enable Reactive FlushingActivar limpieza reactiva
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Usa limpieza de memoria reactiva en vez de predictiva, permitiendo una sincronización de memoria más precisa.
-
+ Sync to framerate of video playbackSincronizar a fotogramas de reproducción de vídeo
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Ejecuta el juego a velocidad normal durante la reproducción de vídeos, incluso cuando no hay límite de fotogramas.
-
+ Barrier feedback loopsBucles de feedback de barrera
-
+ Improves rendering of transparency effects in specific games.Mejora la renderización de los efectos de transparencia en ciertos juegos.
-
+ Enable buffer historyActivar el historial del búfer
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.Habilita el acceso a estados de búfer anteriores.
Esta opción puede mejorar la calidad de renderizado y la consistencia en el rendimiento de algunos juegos.
-
+ Fix bloom effectsArreglar efectos de resplandor
-
+ Removes bloom in Burnout.Elimina el resplandor en Burnout.
-
+ Enable Legacy Rescale PassActivar el pase de reescalado heredado
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.Puede arreglar los problemas de reescalado en algunos juegos confiando en el comportamiento de la implementación anterior.
Solución alternativa de comportamiento heredado que corrige los artefactos de línea de la GPU AMD y el parpadeo de texturas gris de la GPU Nvidia en Luigis Mansion 3.
-
+ Extended Dynamic StateEstado dinámico extendido
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.Controla el número de funciones que pueden ser usadas en el Estado Dinámico Extendido.
Números más altos permiten úsar más funciones y pueden aumentar el rendimiento, pero tambén pueden causar errores gráficos.
-
+ Vertex Input Dynamic StateEstado dinámico de entrada de vértices
-
+ Enables vertex input dynamic state feature for better quality and performance.Activa la función de estado dinámico de entrada de vértices para una mejor calidad y rendimiento.
-
+ Sample ShadingSombreado de muestra
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Permite que el sombreador de fragmentos se ejecute por muestra en un fragmento multimuestreado, en lugar de una sola vez por fragmento. Mejora la calidad de los gráficos a costa de rendimiento.
Los valores más altos mejoran la calidad, pero reducen el rendimiento.
-
+ RNG SeedSemilla de GNA
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.Controla la semilla del generador de números aleatorios.
Usado principalmente para speedrunning.
-
+ Device NameNombre del dispositivo
-
+ The name of the console.El nombre de la consola
-
+ Custom RTC Date:Fecha Personalizada RTC:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Esta opción permite cambiar el reloj de la consola.
Puede ser usado para manipular el tiempo en juegos.
-
+ The number of seconds from the current unix timeNúmero de segundos de la hora actual de Unix
-
+ Language:Idioma:
-
+ This option can be overridden when region setting is auto-selectEsta opción puede ser reemplazada cuando la configuración de región está en selección automática.
-
+ Region:Región:
-
+ The region of the console.La Región de la Consola.
-
+ Time Zone:Zona horaria:
-
+ The time zone of the console.La zona horaria de la consola.
-
+ Sound Output Mode:Método de salida de sonido:
-
+ Console Mode:Modo consola:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1242,1047 +1252,1047 @@ Los juegos cambiarán su resolución, detalles y compatibilidad con los mandos s
Configurar el modo portátil puede mejorar el rendimiento en sistemas de gama baja.
-
+ Unit SerialNº de serie de la unidad
-
+ Battery SerialNº de serie de la batería
-
+ Debug knobsPerillas de depuración
-
+ Prompt for user profile on bootSolicitud para perfil de usuario al arrancar
-
+ Useful if multiple people use the same PC.Útil si múltiples personas usan la misma PC
-
+ Pause when not in focusPausar cuando la ventana no esté activa
-
+ Pauses emulation when focusing on other windows.Pausa la emulación cuando esta activa otra ventana diferente.
-
+ Confirm before stopping emulationConfirmar detención
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.Anula las solicitudes de confirmación para detener la emulación. Al habilitar esta opción, se omiten dichas solicitudes y se sale directamente de la emulación.
-
+ Hide mouse on inactivityOcultar el cursor por inactividad.
-
+ Hides the mouse after 2.5s of inactivity.Oculta el mouse después de 2.5s de inactividad.
-
+ Disable controller appletDesactivar applet de mandos
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.Desactiva forzosamente el uso del applet del controlador en programas emulados.
Cuando un programa intenta abrir el applet del controlador, se cierra inmediatamente.
-
-
- Check for updates
- Buscar actualizaciones
-
-
-
- Whether or not to check for updates upon startup.
- Si se deben buscar actualizaciones al iniciar o no.
-
+ Check for updates
+ Busca actualizaciones
+
+
+
+ Whether or not to check for updates upon startup.
+ Si buscar o no buscar actualizaciones cada inicio.
+
+
+ Enable GamemodeActivar Modo Juego
-
+ Force X11 as Graphics BackendForzar X11 como motor gráfico
-
+ Custom frontendInterfaz personalizada
-
+ Real appletApplet real
-
+ NeverNunca
-
+ On LoadAl cargar
-
+ AlwaysSiempre
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU Asíncrona
-
+ Uncompressed (Best quality)Sin compresión (Mejor calidad)
-
+ BC1 (Low quality)BC1 (Calidad baja)
-
+ BC3 (Medium quality)BC3 (Calidad media)
-
-
+
+ AutoAuto
-
+ 30 FPS30 FPS
-
+ 60 FPS60 FPS
-
+ 90 FPS90 FPS
-
+ 120 FPS120 FPS
-
+ ConservativeConservativo
-
+ AggressiveAgresivo
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)OpenGL GLASM (Ensamblado de sombreadores, solo NVIDIA)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (Experimental, solo AMD/Mesa)
-
+ NullNinguno
-
+ FastRápido
-
+ BalancedBalanceado
-
-
+
+ AccuratePreciso
-
-
+
+ DefaultPredeterminado
-
+ Unsafe (fast)Inseguro (rápido)
-
+ Safe (stable)Seguro (estable)
-
+ UnsafeImpreciso
-
+ Paranoid (disables most optimizations)Paranoico (Deshabilita la mayoría de optimizaciones)
-
+ DebuggingDepuración
-
+ DynarmicDynARMic
-
+ NCENCE
-
+ Borderless WindowedVentana sin bordes
-
+ Exclusive FullscreenPantalla completa
-
+ No Video OutputSin salida de vídeo
-
+ CPU Video DecodingDecodificación de vídeo en la CPU
-
+ GPU Video Decoding (Default)Decodificación de vídeo en GPU (Por defecto)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]x0,5 (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]x0,75 (540p/810p) [EXPERIMENTAL]
-
+ 1X (720p/1080p)x1 (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]x1,5 (1080p/1620p) [EXPERIMENTAL]
-
+ 2X (1440p/2160p)x2 (1440p/2160p)
-
+ 3X (2160p/3240p)x3 (2160p/3240p)
-
+ 4X (2880p/4320p)x4 (2880p/4320p)
-
+ 5X (3600p/5400p)x5 (3600p/5400p)
-
+ 6X (4320p/6480p)x6 (4320p/6480p)
-
+ 7X (5040p/7560p)x7 (5040p/7560p)
-
+ 8X (5760p/8640p)x8 (5760p/8640p)
-
+ Nearest NeighborVecino más próximo
-
+ BilinearBilineal
-
+ BicubicBicúbico
-
+ GaussianGaussiano
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionSuper Resolución AMD FidelityFX
-
+ AreaÁrea
-
+ MMPXMMPX
-
+ Zero-TangentTangente cero
-
+ B-SplineRanura B
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneNinguno
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Predeterminado (16:9)
-
+ Force 4:3Forzar 4:3
-
+ Force 21:9Forzar 21:9
-
+ Force 16:10Forzar 16:10
-
+ Stretch to WindowEstirar a la ventana
-
+ AutomaticAutomático
-
+ 2xx2
-
+ 4xx4
-
+ 8xx8
-
+ 16xx16
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Japonés (日本語)
-
+ American EnglishInglés estadounidense
-
+ French (français)Francés (français)
-
+ German (Deutsch)Alemán (deutsch)
-
+ Italian (italiano)Italiano (italiano)
-
+ Spanish (español)Español
-
+ ChineseChino
-
+ Korean (한국어)Coreano (한국어)
-
+ Dutch (Nederlands)Holandés (nederlands)
-
+ Portuguese (português)Portugués (português)
-
+ Russian (Русский)Ruso (Русский)
-
+ TaiwaneseTaiwanés
-
+ British EnglishInglés británico
-
+ Canadian FrenchFrancés canadiense
-
+ Latin American SpanishEspañol latinoamericano
-
+ Simplified ChineseChino simplificado
-
+ Traditional Chinese (正體中文)Chino tradicional (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Portugués brasileño (português do Brasil)
-
+ Polish (polska)Polaco (polska)
-
+ Thai (แบบไทย)Tailandés (แบบไทย)
-
-
+
+ JapanJapón
-
+ USAEEUU
-
+ EuropeEuropa
-
+ AustraliaAustralia
-
+ ChinaChina
-
+ KoreaCorea
-
+ TaiwanTaiwán
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zonePredeterminada (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgipto
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIslandia
-
+ IranIrán
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibia
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolonia
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapur
-
+ TurkeyTurquía
-
+ UCTUCT
-
+ UniversalUniversal
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulú
-
+ MonoMono
-
+ StereoEstéreo
-
+ SurroundEnvolvente
-
+ 4GB DRAM (Default)4GB DRAM (Por defecto)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Inseguro)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (Inseguro)
-
+ 12GB DRAM (Unsafe)12GB DRAM (Inseguro)
-
+ DockedSobremesa
-
+ HandheldPortátil
-
-
+
+ OffApagado
-
+ Boost (1700MHz)Boost (1700MHz)
-
+ Fast (2000MHz)Rápido (2000MHz)
-
+ Always ask (Default)Preguntar siempre (Por defecto)
-
+ Only if game specifies not to stopSolo si el juego pide no ser cerrado
-
+ Never askNunca preguntar
-
-
+
+ Medium (256)Medio (256)
-
-
+
+ High (512)Alto (512)
-
+ Very Small (16 MB)Muy pequeño (16 MB)
-
+ Small (32 MB)Pequeño (32 MB)
-
+ Normal (128 MB)Normal (128 MB)
-
+ Large (256 MB)Grande (256 MB)
-
+ Very Large (512 MB)Muy grande (512 MB)
-
+ Very Low (4 MB)Muy bajo (4 MB)
-
+ Low (8 MB)Bajo (8 MB)
-
+ Normal (16 MB)Normal (16 MB)
-
+ Medium (32 MB)Medio (32 MB)
-
+ High (64 MB)Alto (64 MB)
-
+ Very Low (32)Muy bajo (32)
-
+ Low (64)Bajo (64)
-
+ Normal (128)Normal (128)
-
+ DisabledDesactivado
-
+ ExtendedDynamicState 1ModoDynamicoExtendido 1
-
+ ExtendedDynamicState 2ModoDynamicoExtendido 2
-
+ ExtendedDynamicState 3ModoDynamicoExtendido 3
-
+ Tree ViewVista en árbol
-
+ Grid View
- Vista en cuadrícula
+ Vista en cuadricula
@@ -4805,7 +4815,7 @@ Los valores actuales son %1% y %2% respectivamente.
Add-Ons
- Complementos
+ Extras / Add-Ons
@@ -4868,7 +4878,7 @@ Los valores actuales son %1% y %2% respectivamente.
Add-Ons
- Complementos
+ Extras / Add-Ons
@@ -5553,7 +5563,7 @@ Arrastre los puntos para cambiar de posición, o haga doble clic en las celdas d
Show Add-Ons Column
- Mostrar columna de complementos
+ Mostrar columna de extras/Add-Ons
@@ -5802,12 +5812,12 @@ Arrastre los puntos para cambiar de posición, o haga doble clic en las celdas d
Data Manager
- Gestor de datos
+ Gestor de dataDeleting ANY data is IRREVERSABLE!
- ¡Eliminar CUALQUIER dato es IRREVERSIBLE!
+ ¡Eliminar CUALQUIER data es IRREVERSIBLE!
@@ -5855,17 +5865,17 @@ Arrastre los puntos para cambiar de posición, o haga doble clic en las celdas d
Delete all data in this directory. THIS IS 100% IRREVERSABLE!
- Eliminar todos los datos en este directorio. ¡ESTO ES 100% IRREVERSIBLE!
+ Eliminar toda la data en este directorio. ¡ESTO ES 100% IRREVERSIBLE!Export all data in this directory. This may take a while!
- Exportar todos los datos en este directorio. ¡Esto puede tomar un tiempo!
+ Exportar toda la data en este directorio. ¡Esto puede tomar un tiempo!Import data for this directory. This may take a while, and will delete ALL EXISTING DATA!
- Importar todos los datos en este directorio. Esto puede tomar un tiempo, ¡y borrará TODOS LOS DATOS EXISTENTES!
+ Importar toda la data en este directorio. Esto puede tomar un tiempo, ¡y borrará TODA LA DATA EXISTENTE!
@@ -5911,7 +5921,7 @@ Arrastre los puntos para cambiar de posición, o haga doble clic en las celdas d
Server Address
- Dirección del servidor
+ Dirección del Servidor
@@ -5987,7 +5997,7 @@ Arrastre los puntos para cambiar de posición, o haga doble clic en las celdas d
You must choose a Preferred Game to host a room. If you do not have any games in your game list yet, add a game folder by clicking on the plus icon in the game list.
- Debe elegir un Juego preferente para alojar una sala. Si todavía no tiene ningún juego en la lista de juegos, agregue una carpeta de juegos haciendo clic en el icono de suma en la lista de juegos.
+ Debes elegir un Juego preferente para alojar una sala. Si todavía no tienes ningún juego en la lista de juegos, agrega una carpeta de juegos haciendo clic en el icono de suma en la lista de juegos.
@@ -6027,7 +6037,7 @@ Arrastre los puntos para cambiar de posición, o haga doble clic en las celdas d
An unknown error occurred. If this error continues to occur, please open an issue
- Ha ocurrido un error desconocido. Si este error persiste, por favor abra una solicitud de fallos.
+ Error desconocido. Si sigue este error, por favor, abre una solicitud de errores.
@@ -6042,7 +6052,7 @@ Arrastre los puntos para cambiar de posición, o haga doble clic en las celdas d
IP address is already in use. Please choose another.
- La dirección IP ya se encuentra en uso. Por favor, seleccione otra.
+ La dirección IP ya se encuentra en uso. Por favor, selecciona otra.
@@ -6209,7 +6219,7 @@ Por favor, vaya a Configuración -> Sistema -> Red y selecciona una interf
Edit Play Time Data
- Editar los datos del tiempo de juego
+ Editar data de tiempo de juego
@@ -6305,7 +6315,7 @@ Por favor, vaya a Configuración -> Sistema -> Red y selecciona una interf
Add-ons
- Complementos
+ Extras/Add-ons
@@ -6498,204 +6508,204 @@ Mensaje de depuración:
Hotkeys
-
+ Audio Mute/UnmuteActivar/Desactivar audio
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowVentana principal
-
+ Audio Volume DownBajar volumen del audio
-
+ Audio Volume UpSubir volumen del audio
-
+ Capture ScreenshotCaptura de pantalla
-
+ Change Adapting FilterCambiar filtro adaptable
-
+ Change Docked ModeCambiar a modo sobremesa
-
+ Change GPU ModeCambiar modo de la GPU
-
+ ConfigureConfigurar
-
+ Configure Current Game
- Configure el juego actual
+ Configure el Juego actual
-
+ Continue/Pause EmulationContinuar/Pausar emulación
-
+ Exit FullscreenSalir de pantalla completa
-
+ Exit EdenSalir de Eden
-
+ FullscreenPantalla completa
-
+ Load FileCargar archivo
-
+ Load/Remove AmiiboCargar/Eliminar Amiibo
-
+ Browse Public Game LobbyBuscar en la sala de juegos públicos
-
+ Create RoomCrear sala
-
+ Direct Connect to RoomConexión directa a sala
-
+ Leave RoomAbandonar sala
-
+ Show Current RoomMostrar sala actual
-
+ Restart EmulationReiniciar emulación
-
+ Stop EmulationDetener emulación
-
+ TAS RecordGrabar TAS
-
+ TAS ResetReiniciar TAS
-
+ TAS Start/StopIniciar/detener TAS
-
+ Toggle Filter BarAlternar barra de filtro
-
+ Toggle Framerate LimitAlternar limite de fotogramas
-
+ Toggle Turbo SpeedAlternar velocidad turbo
-
+ Toggle Slow SpeedAlternar velocidad lenta
-
+ Toggle Mouse PanningAlternar desplazamiento del ratón
-
+ Toggle Renderdoc CaptureAlternar Captura de Renderdoc
-
+ Toggle Status BarAlternar barra de estado
-
+ Toggle Performance OverlayAlternar superposición de rendimiento
@@ -6812,7 +6822,7 @@ Mensaje de depuración:
Refresh Lobby
- Actualizar la sala
+ Actualizar sala
@@ -6875,7 +6885,7 @@ Mensaje de depuración:
Open &Eden Folders
- Abrir carpetas de &Eden
+ Abre Archivos de &Eden
@@ -6965,7 +6975,7 @@ Mensaje de depuración:
&Create Home Menu Shortcut
- &Crear un acceso directo al menú de inicio
+ &Cree un Atajo del Menu de Inicio
@@ -7156,7 +7166,7 @@ Mensaje de depuración:
Configure C&urrent Game...
- Configurar el j&uego actual...
+ Configurar j&uego actual...
@@ -7178,7 +7188,7 @@ Mensaje de depuración:
Open &Controller Menu
- Abrir el menú de &mandos
+ Abrir Menú de &Mandos
@@ -7198,7 +7208,7 @@ Mensaje de depuración:
&Application Menu
- &Menú de la aplicación
+ &Menu de aplicación
@@ -7228,12 +7238,12 @@ Mensaje de depuración:
From Folder
- Desde carpeta
+ Del ArchivoFrom ZIP
- Desde archivo ZIP
+ Del ZIP
@@ -7243,7 +7253,7 @@ Mensaje de depuración:
&Data Manager
- Gestor de &datos
+ Gestor de &Data
@@ -7253,7 +7263,7 @@ Mensaje de depuración:
&Grid View
- Vista en &cuadrícula
+ Vista en &cuadricula
@@ -7707,7 +7717,7 @@ Por favor, use solo esta función para instalar actualizaciones y contenido desc
System Application Update
- Actualización de la aplicación del sistema
+ Actualización de aplicación del sistema
@@ -8730,12 +8740,12 @@ p, li { white-space: pre-wrap; }
Keep Old Data
- Mantener los datos antiguos
+ Mantener data antiguaClear Old Data
- Limpiar los datos antiguos
+ Limpiar data antigua
@@ -9199,7 +9209,7 @@ p, li { white-space: pre-wrap; }
Add New Game Directory
- Añadir un nuevo directorio de juego
+ Añadir un nuevo directorio de juegos
@@ -9537,7 +9547,7 @@ Haz esto solo si estás 100% seguro de que deseas borrarlos.
Importing data. This may take a while...
- Importando datos. Esto puede tomar unos minutos...
+ Importando data. Esto puede tomar unos minutos...
@@ -9825,7 +9835,7 @@ Would you like to manually select a portable folder to use?
Create Shortcut
- Crear acceso directo
+ Crear Atajo
@@ -9835,32 +9845,32 @@ Would you like to manually select a portable folder to use?
Shortcut Created
- Acceso directo creado
+ Atajo CreadoSuccessfully created a shortcut to %1
- Se ha creado un acceso directo a %1 con éxito
+ Se ha creado un atajo a %1 con exitoShortcut may be Volatile!
- ¡El acceso directo podría ser volátil!
+ Atajo podría ser volátil!This will create a shortcut to the current AppImage. This may not work well if you update. Continue?
- Esto creará un acceso directo a la AppImage actual. Puede que no funcione bien si actualiza. ¿Continuar?
+ Esto creará un atajo a la AppImage actual. Hay posibilidad que esto no trabaja bien si actualizas ¿Continuar?Failed to Create Shortcut
- Fallo al crear el acceso directo
+ Fallo en Crear AtajoFailed to create a shortcut to %1
- Fallo al crear un acceso directo a %1
+ Fallo en crear un atajo a %1
@@ -10622,4 +10632,4 @@ Seleccionando "Desde Eden", los datos de guardado anteriores alojados
Se ha alcanzado el límite total de tiempo de juego.
-
+
\ No newline at end of file
diff --git a/dist/languages/fi.ts b/dist/languages/fi.ts
index f29f994c13..e95d883178 100644
--- a/dist/languages/fi.ts
+++ b/dist/languages/fi.ts
@@ -583,182 +583,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.
-
+ Faster ASIMD instructions (32 bits only)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handling
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checks
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitor
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:
-
+ FSR Sharpness:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -766,24 +776,24 @@ This feature is experimental.
-
+ NVDEC emulation:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -792,55 +802,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -848,1376 +858,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.
-
+ Anisotropic Filtering:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cache
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playback
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.
-
+ Barrier feedback loops
-
+ Improves rendering of transparency effects in specific games.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG Seed
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device Name
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:
-
+ The region of the console.
-
+ Time Zone:
-
+ The time zone of the console.
-
+ Sound Output Mode:
-
+ Console Mode:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivity
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller applet
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPU
-
+ GPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)
-
+ BC1 (Low quality)
-
+ BC3 (Medium quality)
-
-
+
+ Auto
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ Vulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ Null
-
+ Fast
-
+ Balanced
-
-
+
+ Accurate
-
-
+
+ Default
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ Unsafe
-
+ Paranoid (disables most optimizations)
-
+ Debugging
-
+ Dynarmic
-
+ NCE
-
+ Borderless Windowed
-
+ Exclusive Fullscreen
-
+ No Video Output
-
+ CPU Video Decoding
-
+ GPU Video Decoding (Default)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]
-
+ 1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]
-
+ 2X (1440p/2160p)
-
+ 3X (2160p/3240p)
-
+ 4X (2880p/4320p)
-
+ 5X (3600p/5400p)
-
+ 6X (4320p/6480p)
-
+ 7X (5040p/7560p)
-
+ 8X (5760p/8640p)
-
+ Nearest Neighbor
-
+ Bilinear
-
+ Bicubic
-
+ Gaussian
-
+ Lanczos
-
+ ScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ None
-
+ FXAA
-
+ SMAA
-
+ Default (16:9)
-
+ Force 4:3
-
+ Force 21:9
-
+ Force 16:10
-
+ Stretch to Window
-
+ Automatic
-
+ 2x
-
+ 4x
-
+ 8x
-
+ 16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)
-
+ American English
-
+ French (français)
-
+ German (Deutsch)
-
+ Italian (italiano)
-
+ Spanish (español)
-
+ Chinese
-
+ Korean (한국어)
-
+ Dutch (Nederlands)
-
+ Portuguese (português)
-
+ Russian (Русский)
-
+ Taiwanese
-
+ British English
-
+ Canadian French
-
+ Latin American Spanish
-
+ Simplified Chinese
-
+ Traditional Chinese (正體中文)
-
+ Brazilian Portuguese (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ Japan
-
+ USA
-
+ Europe
-
+ Australia
-
+ China
-
+ Korea
-
+ Taiwan
-
+ Auto (%1)Auto select time zone
-
+ Default (%1)Default time zone
-
+ CET
-
+ CST6CDT
-
+ Cuba
-
+ EET
-
+ Egypt
-
+ Eire
-
+ EST
-
+ EST5EDT
-
+ GB
-
+ GB-Eire
-
+ GMT
-
+ GMT+0
-
+ GMT-0
-
+ GMT0
-
+ Greenwich
-
+ Hongkong
-
+ HST
-
+ Iceland
-
+ Iran
-
+ Israel
-
+ Jamaica
-
+ Kwajalein
-
+ Libya
-
+ MET
-
+ MST
-
+ MST7MDT
-
+ Navajo
-
+ NZ
-
+ NZ-CHAT
-
+ Poland
-
+ Portugal
-
+ PRC
-
+ PST8PDT
-
+ ROC
-
+ ROK
-
+ Singapore
-
+ Turkey
-
+ UCT
-
+ Universal
-
+ UTC
-
+ W-SU
-
+ WET
-
+ Zulu
-
+ Mono
-
+ Stereo
-
+ Surround
-
+ 4GB DRAM (Default)
-
+ 6GB DRAM (Unsafe)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ Docked
-
+ Handheld
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)
-
+ Only if game specifies not to stop
-
+ Never ask
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6380,204 +6390,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window
-
+ Audio Volume Down
-
+ Audio Volume Up
-
+ Capture Screenshot
-
+ Change Adapting Filter
-
+ Change Docked Mode
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulation
-
+ Exit Fullscreen
-
+ Exit Eden
-
+ Fullscreen
-
+ Load File
-
+ Load/Remove Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulation
-
+ Stop Emulation
-
+ TAS Record
-
+ TAS Reset
-
+ TAS Start/Stop
-
+ Toggle Filter Bar
-
+ Toggle Framerate Limit
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning
-
+ Toggle Renderdoc Capture
-
+ Toggle Status Bar
-
+ Toggle Performance Overlay
@@ -10431,4 +10441,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/fr.ts b/dist/languages/fr.ts
index 1339bd47ed..c86fcc4858 100644
--- a/dist/languages/fr.ts
+++ b/dist/languages/fr.ts
@@ -597,12 +597,22 @@ Utilisez Boost (1700 MHz) pour fonctionner à l'horloge native la plus éle
Définissez une valeur personnalisée pour les cycles CPU. Des valeurs plus élevées peuvent améliorer les performances, mais risquent de provoquer des blocages. Une plage de 77-21000 est recommandée.
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)Activer l'émulation MMU de l'hôte (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -611,100 +621,100 @@ L'activer permet à l'invité de lire/écrire directement dans la mém
Désactiver cela force tous les accès mémoire à utiliser l'émulation logicielle de la MMU.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Désactivation du FMA (améliore les performances des CPU sans FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Cette option améliore la vitesse en réduisant la précision des instructions de multiplication et addition fusionnées sur les processeurs qui ne prennent pas en charge nativement FMA.
-
+ Faster FRSQRTE and FRECPEFRSQRTE et FRECPE plus rapides
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Cette option améliore la vitesse de certaines fonctions à virgule flottante approximatives en utilisant des approximations natives moins précises.
-
+ Faster ASIMD instructions (32 bits only)Instructions ASIMD plus rapides (32 bits seulement)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Cette option améliore la vitesse des fonctions à virgule flottante ASIMD sur 32 bits en utilisant des modes d'arrondi incorrects.
-
+ Inaccurate NaN handlingTraitement NaN imprécis
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Cette option améliore la vitesse en supprimant la vérification des NaN.
Veuillez noter que cela réduit également la précision de certaines instructions en virgule flottante.
-
+ Disable address space checksDésactiver les vérifications de l'espace d'adresse
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.Cette option améliore la vitesse en supprimant une vérification de sécurité avant chaque opération mémoire.
La désactiver peut permettre l’exécution de code arbitraire.
-
+ Ignore global monitorIgnorer le moniteur global
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Cette option améliore la vitesse en se basant uniquement sur la sémantique de cmpxchg pour garantir la sécurité des instructions d'accès exclusif.
Veuillez noter que cela peut entraîner des blocages et d'autres conditions de concurrence.
-
+ API:API :
-
+ Changes the output graphics API.
Vulkan is recommended.Modifie l’API graphique utilisée en sortie.
Vulkan est recommandé.
-
+ Device:Appareil :
-
+ This setting selects the GPU to use (Vulkan only).Ce paramètre permet de sélectionner le GPU à utiliser (Vulkan uniquement).
-
+ Resolution:Résolution :
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -713,27 +723,27 @@ Des résolutions plus élevées nécessitent plus de VRAM et de bande passante.
Des options inférieures à 1X peuvent provoquer des artefacts.
-
+ Window Adapting Filter:Filtre de fenêtre adaptatif :
-
+ FSR Sharpness:Netteté FSR :
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.Détermine le niveau de netteté de l’image en utilisant le contraste dynamique de FSR.
-
+ Anti-Aliasing Method:Méthode d'anticrénelage :
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -742,12 +752,12 @@ SMAA offre la meilleure qualité.
FXAA peut produire une image plus stable à des résolutions plus faibles.
-
+ Fullscreen Mode:Mode Plein écran :
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -756,12 +766,12 @@ Sans bordure offre la meilleure compatibilité avec le clavier à l'écran
Le mode plein écran exclusif peut offrir de meilleures performances et un meilleur support Freesync/Gsync.
-
+ Aspect Ratio:Format :
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -770,24 +780,24 @@ La plupart des jeux ne supportent que le format 16:9, donc des modifications son
Contrôle également le format des captures d’écran.
-
+ Use persistent pipeline cacheConserver le cache du rendu graphique
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Permet de sauvegarder les shaders sur le stockage pour un chargement plus rapide lors des démarrages ultérieurs du jeu.
Le désactiver est uniquement destiné au débogage.
-
+ Optimize SPIRV outputOptimiser la sortie SPIR‑V
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -798,12 +808,12 @@ Peut légèrement améliorer les performances.
Cette fonctionnalité est expérimentale.
-
+ NVDEC emulation:Émulation NVDEC :
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -812,12 +822,12 @@ Elles peuvent être décodées soit par le CPU, soit par le GPU, ou pas du tout
Dans la plupart des cas, le décodage GPU offre les meilleures performances.
-
+ ASTC Decoding Method:Méthode de décodage ASTC :
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -829,12 +839,12 @@ GPU : Utiliser les shaders de calcul du GPU pour décoder les textures ASTC (rec
CPU asynchrone : Utiliser le CPU pour décoder les textures ASTC à la demande. Élimine les saccades liées au décodage ASTC, mais peut provoquer des artefacts.
-
+ ASTC Recompression Method:Méthode de recompression ASTC :
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -842,44 +852,44 @@ BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
BC1/BC3 : Le format intermédiaire sera recompressé en BC1 ou BC3, ce qui économise de la VRAM mais dégrade la qualité de l’image.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:Mode d'utilisation de la VRAM :
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.Permet de choisir si l’émulateur doit privilégier la conservation de la mémoire ou utiliser au maximum la mémoire vidéo disponible pour les performances.
Le mode agressif peut affecter les performances d’autres applications, comme les logiciels d’enregistrement.
-
+ Skip CPU Inner InvalidationIgnorer l'invalidation interne du CPU
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.Ignore certaines invalidations de cache lors des mises à jour de la mémoire, réduisant l’utilisation du CPU et améliorant la latence. Cela peut provoquer des plantages légers.
-
+ VSync Mode:Mode VSync :
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -890,12 +900,12 @@ Mailbox peut offrir une latence inférieure à FIFO et n’entraîne pas de déc
Immediate (pas de synchronisation) affiche ce qui est disponible et peut provoquer du déchirement.
-
+ Sync Memory OperationsSynchroniser les opérations mémoire
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -904,144 +914,144 @@ Cette option corrige des problèmes dans les jeux, mais peut dégrader les perfo
Les jeux Unreal Engine 4 sont souvent ceux qui bénéficient le plus de ce réglage.
-
+ Enable asynchronous presentation (Vulkan only)Activer la présentation asynchrone (Vulkan uniquement)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Améliore légèrement les performances en déplaçant la présentation vers un thread CPU séparé.
-
+ Force maximum clocks (Vulkan only)Forcer la fréquence d'horloge maximale (Vulkan uniquement)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Les exécutions fonctionnent en arrière-plan en attendant les commandes graphiques pour empêcher le GPU de réduire sa vitesse de fréquence d'horloge.
-
+ Anisotropic Filtering:Filtrage anisotropique :
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.Contrôle la qualité du rendu des textures sous des angles obliques.
Il est sûr de le régler à 16x sur la plupart des GPU.
-
+ GPU Mode:Mode GPU :
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:Précision du DMA :
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.Contrôle la précision des transferts DMA. Une précision plus élevée corrige certains problèmes dans certains jeux, mais peut réduire les performances.
-
+ Enable asynchronous shader compilationActiver la compilation asynchrone des shaders
-
+ May reduce shader stutter.Peut réduire les saccades dues aux shaders.
-
+ Fast GPU TimeTemps GPU rapide
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheUtiliser le cache de pipeline Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Active le cache de pipeline spécifique au fournisseur de GPU.
Cette option peut améliorer considérablement le temps de chargement des shaders dans les cas où le pilote Vulkan ne stocke pas les fichiers de cache de pipeline en interne.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Activer les pipelines de calcul (Vulkan sur Intel uniquement)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1050,95 +1060,95 @@ Ce réglage n’existe que pour les pilotes propriétaires Intel et peut provoqu
Les pipelines de calcul sont toujours activés sur tous les autres pilotes.
-
+ Enable Reactive FlushingActiver le Vidage Réactif
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Utilise une purge réactive au lieu d'une purge prédictive, permettant une synchronisation de la mémoire plus précise.
-
+ Sync to framerate of video playbackSynchro la fréquence d'image de la relecture du vidéo
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Éxécuter le jeu à une vitesse normale pendant la relecture du vidéo, même-ci la fréquence d'image est dévérouillée.
-
+ Barrier feedback loopsBoucles de rétroaction de barrière
-
+ Improves rendering of transparency effects in specific games.Améliore le rendu des effets de transparence dans des jeux spécifiques.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic StateÉtat dynamique étendu
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample ShadingÉchantillonnage de shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Permet au shader de fragments de s’exécuter pour chaque échantillon dans un fragment multi-échantillonné, au lieu d’une seule fois par fragment.
@@ -1146,86 +1156,86 @@ Améliore la qualité graphique au prix de performances réduites.
Des valeurs plus élevées améliorent la qualité mais dégradent les performances.
-
+ RNG SeedSeed RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.Contrôle la graine du générateur de nombres aléatoires.
Principalement utilisé pour le speedrun.
-
+ Device NameNom de l'appareil
-
+ The name of the console.Nom de la console.
-
+ Custom RTC Date:Date RTC personnalisée :
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Cette option permet de modifier l’horloge de la console.
Peut être utilisée pour manipuler le temps dans les jeux.
-
+ The number of seconds from the current unix timeNombre de secondes écoulées depuis le 1er janvier 1970.
-
+ Language:Langue :
-
+ This option can be overridden when region setting is auto-selectCette option peut être remplacée lorsque la région est sur auto.
-
+ Region:Région :
-
+ The region of the console.Région de la console.
-
+ Time Zone:Fuseau horaire :
-
+ The time zone of the console.Fuseau horaire de la console.
-
+ Sound Output Mode:Mode de sortie sonore :
-
+ Console Mode:Mode console :
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1234,1046 +1244,1046 @@ Les jeux adaptent leur résolution, leurs paramètres graphiques et les manettes
Passer en mode Portable peut améliorer les performances sur les systèmes peu puissants.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on bootChoisir l’utilisateur au démarrage.
-
+ Useful if multiple people use the same PC.Utile si plusieurs personnes utilisent le même PC.
-
+ Pause when not in focusPause lorsque la fenêtre n’est pas active.
-
+ Pauses emulation when focusing on other windows.Met l’émulation en pause dès que l’utilisateur change de fenêtre.
-
+ Confirm before stopping emulationConfirmer avant d'arrêter l'émulation
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.Ignore les demandes de confirmation pour arrêter l’émulation.
L’activer permet de contourner ces confirmations et de quitter directement l’émulation.
-
+ Hide mouse on inactivityCacher la souris en cas d'inactivité
-
+ Hides the mouse after 2.5s of inactivity.Cache le curseur après 2,5 secondes d’inactivité.
-
+ Disable controller appletDésactiver l'applet du contrôleur
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.Désactive de force le menu de configuration des manettes dans les programmes émulés.
Lorsqu’un programme tente d’ouvrir ce menu, il est immédiatement fermé.
-
+ Check for updatesRechercher des mises à jours
-
+ Whether or not to check for updates upon startup.Vérifier ou non les mises à jour au démarrage.
-
+ Enable GamemodeActiver le mode jeu
-
+ Force X11 as Graphics BackendForcer X11 comme moteur graphique
-
+ Custom frontendInterface personnalisée
-
+ Real appletApplet réel
-
+ NeverJamais
-
+ On LoadAu chargement
-
+ AlwaysToujours
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU Asynchrone
-
+ Uncompressed (Best quality)Non compressé (Meilleure qualité)
-
+ BC1 (Low quality)BC1 (Basse qualité)
-
+ BC3 (Medium quality)BC3 (Qualité moyenne)
-
-
+
+ AutoAuto
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ ConservativeConservateur
-
+ AggressiveAgressif
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNul
-
+ FastRapide
-
+ BalancedMoyen
-
-
+
+ AccuratePrécis
-
-
+
+ DefaultPar défaut
-
+ Unsafe (fast)Insecure (rapide)
-
+ Safe (stable)Sûr (stable)
-
+ UnsafeRisqué
-
+ Paranoid (disables most optimizations)Paranoïaque (désactive la plupart des optimisations)
-
+ DebuggingDébogage
-
+ DynarmicDynamique
-
+ NCENCE
-
+ Borderless WindowedFenêtré sans bordure
-
+ Exclusive FullscreenPlein écran exclusif
-
+ No Video OutputPas de sortie vidéo
-
+ CPU Video DecodingDécodage Vidéo sur le CPU
-
+ GPU Video Decoding (Default)Décodage Vidéo sur le GPU (par défaut)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [EXPÉRIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [EXPÉRIMENTAL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1,25X (900p/1350p) [EXPÉRIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [EXPÉRIMENTAL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborPlus proche voisin
-
+ BilinearBilinéaire
-
+ BicubicBicubique
-
+ GaussianGaussien
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Super Resolution
-
+ AreaArea (Par zone)
-
+ MMPXMMPX
-
+ Zero-TangentZero-Tangent
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneAucun
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Par défaut (16:9)
-
+ Force 4:3Forcer le 4:3
-
+ Force 21:9Forcer le 21:9
-
+ Force 16:10Forcer le 16:10
-
+ Stretch to WindowÉtirer à la fenêtre
-
+ AutomaticAutomatique
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Japonais (日本語)
-
+ American EnglishAnglais Américain
-
+ French (français)Français (français)
-
+ German (Deutsch)Allemand (Deutsch)
-
+ Italian (italiano)Italien (italiano)
-
+ Spanish (español)Espagnol (español)
-
+ ChineseChinois
-
+ Korean (한국어)Coréen (한국어)
-
+ Dutch (Nederlands)Néerlandais (Nederlands)
-
+ Portuguese (português)Portugais (português)
-
+ Russian (Русский)Russe (Русский)
-
+ TaiwaneseTaïwanais
-
+ British EnglishAnglais Britannique
-
+ Canadian FrenchFrançais Canadien
-
+ Latin American SpanishEspagnol d'Amérique Latine
-
+ Simplified ChineseChinois Simplifié
-
+ Traditional Chinese (正體中文)Chinois Traditionnel (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Portugais Brésilien (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJapon
-
+ USAÉ.-U.A.
-
+ EuropeEurope
-
+ AustraliaAustralie
-
+ ChinaChine
-
+ KoreaCorée
-
+ TaiwanTaïwan
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zonePar défaut (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptÉgypte
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHong Kong
-
+ HSTHST
-
+ IcelandIslande
-
+ IranIran
-
+ IsraelIsraël
-
+ JamaicaJamaïque
-
+ KwajaleinKwajalein
-
+ LibyaLibye
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPologne
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapour
-
+ TurkeyTurquie
-
+ UCTUCT
-
+ UniversalUniversel
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStéréo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4 GB DRAM (Par défaut)
-
+ 6GB DRAM (Unsafe)6 GB DRAM (Risqué)
-
+ 8GB DRAM8GO DRAM
-
+ 10GB DRAM (Unsafe)10GO DRAM (Insecure)
-
+ 12GB DRAM (Unsafe)12GO DRAM (Insecure)
-
+ DockedMode TV
-
+ HandheldMode Portable
-
-
+
+ OffDésactivé
-
+ Boost (1700MHz)Boost (1700MHz)
-
+ Fast (2000MHz)Rapide (2000MHz)
-
+ Always ask (Default)Toujours demander (par défaut)
-
+ Only if game specifies not to stopUniquement si le jeu précise de ne pas s'arrêter
-
+ Never askJamais demander
-
-
+
+ Medium (256)Moyen (256)
-
-
+
+ High (512)Élevé (512)
-
+ Very Small (16 MB)Très petit (16Mo)
-
+ Small (32 MB)Petit (32Mo)
-
+ Normal (128 MB)Normal (128Mo)
-
+ Large (256 MB)Large (256Mo)
-
+ Very Large (512 MB)Très large (512Mo)
-
+ Very Low (4 MB)Très faible (4 Mo)
-
+ Low (8 MB)Faible (8 Mo)
-
+ Normal (16 MB)Normal (16 Mo)
-
+ Medium (32 MB)Moyen (32 Mo)
-
+ High (64 MB)Élevé (64 Mo)
-
+ Very Low (32)Très faible (32)
-
+ Low (64)Faible (64)
-
+ Normal (128)Normal (128)
-
+ DisabledDésactivé
-
+ ExtendedDynamicState 1État dynamique étendu 1
-
+ ExtendedDynamicState 2État dynamique étendu 2
-
+ ExtendedDynamicState 3État dynamique étendu 3
-
+ Tree ViewVue en liste
-
+ Grid ViewVue en grille
@@ -6475,204 +6485,204 @@ Message de débogage :
Hotkeys
-
+ Audio Mute/UnmuteDésactiver/Activer le son
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowFenêtre Principale
-
+ Audio Volume DownBaisser le volume audio
-
+ Audio Volume UpAugmenter le volume audio
-
+ Capture ScreenshotPrendre une capture d'ecran
-
+ Change Adapting FilterModifier le filtre d'adaptation
-
+ Change Docked ModeChanger le mode de la station d'accueil
-
+ Change GPU Mode
-
+ ConfigureConfigurer
-
+ Configure Current GameConfigurer le jeu actuel
-
+ Continue/Pause EmulationContinuer/Suspendre l'Émulation
-
+ Exit FullscreenQuitter le plein écran
-
+ Exit EdenFermer Eden
-
+ FullscreenPlein écran
-
+ Load FileCharger un fichier
-
+ Load/Remove AmiiboCharger/Supprimer un Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart EmulationRedémarrer l'Émulation
-
+ Stop EmulationArrêter l'Émulation
-
+ TAS RecordEnregistrement TAS
-
+ TAS ResetRéinitialiser le TAS
-
+ TAS Start/StopDémarrer/Arrêter le TAS
-
+ Toggle Filter BarActiver la barre de filtre
-
+ Toggle Framerate LimitActiver la limite de fréquence d'images
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningActiver le panoramique de la souris
-
+ Toggle Renderdoc CaptureActiver la capture renderdoc
-
+ Toggle Status BarActiver la barre d'état
-
+ Toggle Performance Overlay
@@ -10569,4 +10579,4 @@ En sélectionnant « Depuis Eden », les données de sauvegarde précédemment s
Le temps de jeu total a atteint le maximum.
-
+
\ No newline at end of file
diff --git a/dist/languages/hu.ts b/dist/languages/hu.ts
index ad9a959bb8..a90f827e5e 100644
--- a/dist/languages/hu.ts
+++ b/dist/languages/hu.ts
@@ -585,148 +585,158 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)FMA kikapcsolása (javítja a teljesítményt FMA nélküli CPU-kon)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Ez az opció a fused-multiply-add utasítások pontosságának csökkentésével javítja a sebességet olyan CPU-k esetén, amelyek nem rendelkeznek natív FMA támogatással.
-
+ Faster FRSQRTE and FRECPEGyorsabb FRSQRTE és FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Ez az opció javítja néhány közelítő lebegőpontos függvény sebességét azáltal, hogy kevésbé pontos natív megközelítést használ.
-
+ Faster ASIMD instructions (32 bits only)Gyorsabb ASIMD utasítások (csak 32 bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Ez az opció növeli a 32 bites ASIMD lebegőpontos függvények sebességét a helytelen kerekítési módok használatával.
-
+ Inaccurate NaN handlingPontatlan NaN kezelés
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Ez az opció növeli a sebességet a NaN ellenőrzés kihagyásával.
Kérjük, vedd figyelembe, hogy ez bizonyos lebegőpontos utasítások pontosságát is csökkenti.
-
+ Disable address space checksCímtartomány-ellenőrzések kikapcsolása
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorGlobális monitorozás mellőzése
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Eszköz:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Felbontás:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Ablakadaptív szűrő:
-
+ FSR Sharpness:FSR élesség:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Élsimítási módszer:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Teljes képernyős mód:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -735,36 +745,36 @@ A borderless (szegély nélküli) biztosítja a legjobb kompatibilitást a képe
Az exkluzív teljes képernyő jobb teljesítményt és jobb Freesync/Gsync támogatást kínálhat.
-
+ Aspect Ratio:Képarány:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Lehetővé teszi az árnyékolók tárolását a gyorsabb betöltés érdekében a következő játékindításokkor.
Kikapcsolása csak hibakeresésre szolgál.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -772,12 +782,12 @@ This feature is experimental.
-
+ NVDEC emulation:NVDEC emuláció:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -786,12 +796,12 @@ A dekódoláshoz használhatja a CPU-t vagy a GPU-t, vagy egyáltalán nem vége
A legtöbb esetben a GPU dekódolás nyújtja a legjobb teljesítményt.
-
+ ASTC Decoding Method:ASTC dekódoló módszer:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -800,55 +810,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:ASTC újraszűrési módszer:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:VRAM használati mód:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:VSync mód:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -856,1376 +866,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)Aszinkron prezentálás engedélyezése (csak Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Kicsit javítja a teljesítményt azáltal, hogy a megjelenítést külön CPU szálra helyezi át.
-
+ Force maximum clocks (Vulkan only)Maximális órajelek kényszerítése (csak Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.A háttérben fut, miközben várja a grafikai parancsokat, hogy a GPU ne csökkentse az órajelét.
-
+ Anisotropic Filtering:Anizotropikus szűrés:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheVulkan pipeline gyorsítótár használata.
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive FlushingReaktív ürítés használata
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Reaktív ürítést használ a prediktív ürítés helyett, ami pontosabb memóriaszinkronizálást tesz lehetővé.
-
+ Sync to framerate of video playbackSzinkronizálás a videolejátszás képkockasebességéhez
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.A játék futtatása normál sebességgel videolejátszás közben, még akkor is, ha a képkockasebesség fel van oldva.
-
+ Barrier feedback loops
-
+ Improves rendering of transparency effects in specific games.Javítja az átlátszósági effektek megjelenítését bizonyos játékokban.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG Seed
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameEszköznév
-
+ The name of the console.
-
+ Custom RTC Date:Egyéni RTC dátum:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:Nyelv:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Régió:
-
+ The region of the console.
-
+ Time Zone:Időzóna:
-
+ The time zone of the console.
-
+ Sound Output Mode:Hangkimeneti mód:
-
+ Console Mode:Konzol mód:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulationEmuláció leállításának megerősítése
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityEgér elrejtése inaktivitáskor
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletVezérlő applet letiltása
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable GamemodeJátékmód engedélyezése
-
+ Force X11 as Graphics Backend
-
+ Custom frontendEgyéni frontend
-
+ Real appletValódi applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU aszinkron
-
+ Uncompressed (Best quality)Tömörítetlen (legjobb minőség)
-
+ BC1 (Low quality)BC1 (alacsony minőség)
-
+ BC3 (Medium quality)BC3 (közepes minőség)
-
-
+
+ AutoAutomatikus
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ ConservativeTakarékos
-
+ AggressiveAggresszív
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNull
-
+ Fast
-
+ Balanced
-
-
+
+ AccuratePontos
-
-
+
+ DefaultAlapértelmezett
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeNem biztonságos
-
+ Paranoid (disables most optimizations)Paranoid (a legtöbb optimalizálást letiltja)
-
+ Debugging
-
+ DynarmicDinamikus
-
+ NCENCE
-
+ Borderless WindowedSzegély nélküli ablak
-
+ Exclusive FullscreenExkluzív teljes képernyő
-
+ No Video OutputNincs videokimenet
-
+ CPU Video DecodingCPU videódekódolás
-
+ GPU Video Decoding (Default)GPU videódekódolás (alapértelmezett)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [KÍSÉRLETI]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [KÍSÉRLETI]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [KÍSÉRLETI]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborLegközelebbi szomszéd
-
+ BilinearBilineáris
-
+ BicubicBikubikus
-
+ GaussianGauss-féle
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneNincs
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Alapértelmezett (16:9)
-
+ Force 4:34:3 kényszerítése
-
+ Force 21:921:9 kényszerítése
-
+ Force 16:1016:10 kényszerítése
-
+ Stretch to WindowAblakhoz nyújtás
-
+ AutomaticAutomatikus
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Japán (日本語)
-
+ American EnglishAmerikai angol
-
+ French (français)Francia (français)
-
+ German (Deutsch)Német (Deutsch)
-
+ Italian (italiano)Olasz (italiano)
-
+ Spanish (español)Spanyol (español)
-
+ ChineseKínai
-
+ Korean (한국어)Koreai (한국어)
-
+ Dutch (Nederlands)Holland (Nederlands)
-
+ Portuguese (português)Portugál (português)
-
+ Russian (Русский)Orosz (Русский)
-
+ TaiwaneseTajvani
-
+ British EnglishBrit Angol
-
+ Canadian FrenchKanadai francia
-
+ Latin American SpanishLatin-amerikai spanyol
-
+ Simplified ChineseEgyszerűsített kínai
-
+ Traditional Chinese (正體中文)Hagyományos kínai (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Brazíliai portugál (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJapán
-
+ USAUSA
-
+ EuropeEurópa
-
+ AustraliaAusztrália
-
+ ChinaKína
-
+ KoreaKorea
-
+ TaiwanTajvan
-
+ Auto (%1)Auto select time zoneAutomatikus (%1)
-
+ Default (%1)Default time zoneAlapértelmezett (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaKuba
-
+ EETEET
-
+ EgyptEgyiptom
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIzland
-
+ IranIrán
-
+ IsraelIzrael
-
+ JamaicaJamaika
-
+ KwajaleinKwajalein
-
+ LibyaLíbia
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavahó
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandLengyelország
-
+ PortugalPortugália
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSzingapúr
-
+ TurkeyTörökország
-
+ UCTUCT
-
+ UniversalUniverzális
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoSztereó
-
+ SurroundTérhangzás
-
+ 4GB DRAM (Default)4GB DRAM (Alapértelmezett)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Nem biztonságos)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedDokkolt
-
+ HandheldKézi
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)Mindig kérdezz rá (alapértelmezett)
-
+ Only if game specifies not to stopCsak akkor, ha a játék kifejezetten kéri a folytatást.
-
+ Never askSoha ne kérdezz rá
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6397,204 +6407,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteHang némítása/feloldása
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowFőablak
-
+ Audio Volume DownHangerő csökkentése
-
+ Audio Volume UpHangerő növelése
-
+ Capture ScreenshotKépernyőkép készítése
-
+ Change Adapting FilterAblakadaptív szűrő módosítása
-
+ Change Docked ModeDokkolt mód módosítása
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause EmulationEmuláció folytatása/szüneteltetése
-
+ Exit FullscreenKilépés a teljes képernyőből
-
+ Exit Eden
-
+ FullscreenTeljes képernyő
-
+ Load FileFájl betöltése
-
+ Load/Remove AmiiboAmiibo betöltése/törlése
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart EmulationEmuláció újraindítása
-
+ Stop EmulationEmulácíó leállítása
-
+ TAS RecordTAS felvétel
-
+ TAS ResetTAS visszaállítása
-
+ TAS Start/StopTAS indítása/leállítása
-
+ Toggle Filter BarSzűrősáv kapcsoló
-
+ Toggle Framerate LimitKépfrissítési korlát kapcsoló
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningEgérpásztázás kapcsoló
-
+ Toggle Renderdoc CaptureRenderdoc felvétel kapcsoló
-
+ Toggle Status BarÁllapotsáv kapcsoló
-
+ Toggle Performance Overlay
@@ -10465,4 +10475,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/id.ts b/dist/languages/id.ts
index 26e9e4a601..c63e341d88 100644
--- a/dist/languages/id.ts
+++ b/dist/languages/id.ts
@@ -593,12 +593,22 @@ untuk menjalankan clock asli tertingi Switch, Gunakan Boost (1700MHz), atau Fast
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)Aktifkan Emulasi Host MMU (memori cepat)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -607,137 +617,137 @@ Saat diaktifkan, dapat menyebablkan reads/writes memori tamu dilakukan langsung
Menonaktifkan opsi ini akan memaksa semua akses memori untuk menggunakan Emulasi MMU Perangkat Lunak.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Pisahkan FMA (meningkatkan performa pada CPU tanpa FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Opsi ini meningkatkan kecepatan dengan mengurangi akurasi instruksi fused-multiply-add pada CPU tanpa dukungan FMA asli.
-
+ Faster FRSQRTE and FRECPEFRSQRTE dan FRECPE lebih cepat
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Opsi ini meningkatkan kecepatan beberapa fungsi titik mengambang perkiraan dengan menggunakan perkiraan asli yang kurang akurat.
-
+ Faster ASIMD instructions (32 bits only)Instruksi ASIMD lebih cepat (hanya untuk 32 bits)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Opsi ini meningkatkan kecepatan fungsi floating-point ASIMD 32 bit dengan menjalankannya dengan mode pembulatan yang salah.
-
+ Inaccurate NaN handlingPenanganan NaN tidak akurat
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Opsi ini meningkatkan kecepatan dengan menghilangkan pemeriksaan NaN.
Harap dicatat ini juga mengurangi akurasi instruksi titik mengambang tertentu.
-
+ Disable address space checksMatikan pengecekan adress space
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorAbaikan monitor global
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Opsi ini meningkatkan kecepatan dengan hanya mengandalkan semantik cmpxchg untuk memastikan keamanan instruksi akses eksklusif.
Harap dicatat ini dapat menyebabkan deadlock dan kondisi perlombaan lainnya.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Perangkat:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Resolusi:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Filter Menyelaraskan dengan Layar:
-
+ FSR Sharpness:Ketajaman FSR
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Metode Anti-Aliasing:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Mode Layar Penuh:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -746,36 +756,36 @@ Borderless menawarkan kompatibilitas terbaik dengan keyboard di layar yang dimin
Layar penuh eksklusif mungkin menawarkan performa yang lebih baik dan dukungan Freesync/Gsync yang lebih baik.
-
+ Aspect Ratio:Rasio Aspek:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Memungkinkan penyimpanan shader untuk mempercepat pengambilan pada saat game berikutnya dimulai.
Menonaktifkannya hanya dimaksudkan untuk debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -786,12 +796,12 @@ Dapat meningkatkan sedikit performa.
Fitur ini eksperimental.
-
+ NVDEC emulation:Emulasi NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -800,12 +810,12 @@ Ini dapat menggunakan CPU atau GPU untuk dekode, atau tidak melakukan dekode sam
Dalam kebanyakan kasus, dekode GPU memberikan kinerja terbaik.
-
+ ASTC Decoding Method:ASTC Metode Dekoding:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -814,55 +824,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:ASTC Metode Pemampatan Ulang:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:Mode Penggunaan VRAM:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner InvalidationAbaikan Invalidasi Internal CPU
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:Mode Sinkronisasi Vertikal
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -870,1377 +880,1377 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory OperationsSinkronisasi Operasi Memori
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)Aktifkan presentasi asinkron (hanya Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Meningkatkan kinerja sedikit dengan memindahkan presentasi ke thread CPU terpisah.
-
+ Force maximum clocks (Vulkan only)Paksa jam maximum (Vulkan only)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Berjalan bekerja di latar belakang sambil menunggu perintah grafis untuk mencegah GPU agar tidak menurunkan kecepatan jamnya.
-
+ Anisotropic Filtering:Anisotropic Filtering:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheGunakan pipeline cache Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Memungkinkan cache pipeline spesifik vendor GPU.
Opsi ini dapat meningkatkan waktu pemuatan shader secara signifikan dalam kasus di mana driver Vulkan tidak menyimpan file cache pipeline secara internal.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Aktifkan Pipa Komputasi (Hanya Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive FlushingAktifkan Reactive Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Menggunakan pemadatan reaktif alih-alih pemadatan prediktif, memungkinkan sinkronisasi memori yang lebih akurat.
-
+ Sync to framerate of video playbackSinkronkan dengan kecepatan pemutaran video
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Jalankan permainan dengan kecepatan normal selama pemutaran video, bahkan ketika framerate tidak terkunci.
-
+ Barrier feedback loopsLoop umpan balik penghalang
-
+ Improves rendering of transparency effects in specific games.Meningkatkan rendering efek transparansi dalam game tertentu.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedBenih RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameNama Perangkat
-
+ The name of the console.
-
+ Custom RTC Date:Tanggal RTC Kustom:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:Bahasa
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Wilayah:
-
+ The region of the console.
-
+ Time Zone:Zona Waktu:
-
+ The time zone of the console.
-
+ Sound Output Mode:Mode keluaran suara.
-
+ Console Mode:Mode Konsol
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulationKonfirmasi sebelum menghentikan emulasi
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivitySembunyikan mouse saat tidak aktif
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletNonaktifkan aplikasi pengontrol
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updatesCek Pembaruan
-
+ Whether or not to check for updates upon startup.
-
+ Enable GamemodeAktifkan Mode Permainan
-
+ Force X11 as Graphics Backend
-
+ Custom frontendTampilan depan kustom
-
+ Real appletAplikasi nyata
-
+ NeverTidak Pernah
-
+ On Load
-
+ AlwaysSelalu
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU sinkron
-
+ Uncompressed (Best quality)Tidak terkompresi (Kualitas Terbaik)
-
+ BC1 (Low quality)BC1 (Kualitas rendah)
-
+ BC3 (Medium quality)BC3 (Kualitas sedang)
-
-
+
+ AutoOtomatis
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ ConservativeKonservatif
-
+ AggressiveAgresif
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNull
-
+ Fast
-
+ Balanced
-
-
+
+ AccurateAkurat
-
-
+
+ DefaultBawaan
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeBerbahaya
-
+ Paranoid (disables most optimizations)Paranoid (menonaktifkan sebagian besar optimasi)
-
+ Debugging
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless WindowedLayar Tanpa Batas
-
+ Exclusive FullscreenLayar Penuh Eksklusif
-
+ No Video OutputTidak ada Keluaran Suara
-
+ CPU Video DecodingPenguraian Video menggunakan CPU
-
+ GPU Video Decoding (Default)Penguraian Video menggunakan GPU (Bawaan)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [EKSPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [EKSPERIMENTAL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [EKSPERIMENTAL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNearest Neighbor
-
+ BilinearBiliner
-
+ BicubicBikubik
-
+ GaussianGaussian
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneTak ada
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Bawaan (16:9)
-
+ Force 4:3Paksa 4:3
-
+ Force 21:9Paksa 21:9
-
+ Force 16:10Paksa 16:10
-
+ Stretch to WindowRegangkan ke Layar
-
+ AutomaticOtomatis
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Jepang (日本語)
-
+ American EnglishBahasa Inggris Amerika
-
+ French (français)Prancis (français)
-
+ German (Deutsch)Jerman (Deutsch)
-
+ Italian (italiano)Italia (italiano)
-
+ Spanish (español)Spanyol (español)
-
+ ChineseCina
-
+ Korean (한국어)Korea (한국어)
-
+ Dutch (Nederlands)Belanda (Nederlands)
-
+ Portuguese (português)Portugis (português)
-
+ Russian (Русский)Rusia (Русский)
-
+ TaiwaneseTaiwan
-
+ British EnglishInggris Britania
-
+ Canadian FrenchPrancis Kanada
-
+ Latin American SpanishSpanyol Amerika Latin
-
+ Simplified ChineseCina Sederhana
-
+ Traditional Chinese (正體中文)Cina Tradisional (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Portugis Brazil (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJepang
-
+ USAUSA
-
+ EuropeEropa
-
+ AustraliaAustralia
-
+ ChinaTiongkok
-
+ KoreaKorea
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zoneBawaan (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaKuba
-
+ EETEET
-
+ EgyptMesir
-
+ EireÉire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Éire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIslandia
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaika
-
+ KwajaleinKwajalein
-
+ LibyaLibya
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolandia
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapura
-
+ TurkeyTurki
-
+ UCTUCT
-
+ UniversalUniversal
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4GB DRAM (Bawaan)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Tidak Aman)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedTerpasang
-
+ HandheldJinjing
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)Selalu tanyakan (Bawaan)
-
+ Only if game specifies not to stopHanya jika permainan menentukan untuk tidak berhenti
-
+ Never askJangan pernah bertanya
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6435,204 +6445,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window
-
+ Audio Volume Down
-
+ Audio Volume Up
-
+ Capture ScreenshotTangkapan Layar
-
+ Change Adapting Filter
-
+ Change Docked Mode
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulation
-
+ Exit Fullscreen
-
+ Exit Eden
-
+ Fullscreen
-
+ Load FileMuat Berkas
-
+ Load/Remove Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulation
-
+ Stop Emulation
-
+ TAS Record
-
+ TAS Reset
-
+ TAS Start/Stop
-
+ Toggle Filter Bar
-
+ Toggle Framerate Limit
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning
-
+ Toggle Renderdoc Capture
-
+ Toggle Status Bar
-
+ Toggle Performance Overlay
@@ -10486,4 +10496,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/it.ts b/dist/languages/it.ts
index aa18ace584..4b42d4c825 100644
--- a/dist/languages/it.ts
+++ b/dist/languages/it.ts
@@ -33,7 +33,7 @@ hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: "\2610"; }
li.checked::marker { content: "\2612"; }
</style></head><body style=" font-family:'Noto Sans'; font-size:9pt; font-weight:400; font-style:normal;">
-<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Eden è un emulatore open-source sperimentale di Nintendo Switch, rilasciato secondo i termini della licenza GPL v3.0 o superiore. È basato sull'emulatore yuzu, il cui sviluppo è cessato a marzo 2024. <br /><br />Questo software non dovrebbe essere usato per avviare giochi ottenuti illegalmente.</span></p></body></html>
+<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:12pt;">Eden è un emulatore open-source sperimentale della console Nintendo Switch rilasciato secondo i termini della licenza GPL v3.0 o superiore. È basato sull'emulatore yuzu, il cui sviluppo è cessato a marzo 2024. <br /><br />Questo software non dovrebbe essere usato per avviare giochi ottenuti illegalmente.</span></p></body></html>
@@ -314,7 +314,7 @@ Questo bannerà sia il suo nome utente del forum che il suo indirizzo IP.
None Everything is rendered as it looks on the Nintendo Switch
- Nessuno Il gioco si presenta esattamente come su Nintendo Switch
+ Nessuno Il gioco si presenta esattamente come sulla Nintendo Switch
@@ -534,7 +534,7 @@ Disabling it means unlocking the framerate to the maximum your PC can reach.
When the Turbo Speed hotkey is pressed, the speed will be limited to this percentage.
- Quando la scorciatoia della modalità Turbo viene premuta, la velocità sarà limitata a questa percentuale.
+ Quando il tasto veloce della Modalità Turbo è premuto, la velocità sarà limitata a questa percentuale.
@@ -544,7 +544,7 @@ Disabling it means unlocking the framerate to the maximum your PC can reach.
When the Slow Speed hotkey is pressed, the speed will be limited to this percentage.
- Quando la scorciatoia della modalità Lenta viene premuta, la velocità sarà limitata a questa percentuale.
+ Quando il tasto veloce della Modalità Lenta è premuto, la velocità sarà limitata a questa percentuale.
@@ -597,12 +597,22 @@ Usa Boost (1700MHz) per girare al massimo clock di Switch, oppure Veloce (2000MH
Imposta un valore personalizzato per i tick della CPU. Valori più alti possono aumentare le prestazioni, ma possono anche causare stalli nei giochi. Si consiglia un valore compreso tra 77 e 21000.
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)Abilita l'emulazione della MMU nell'host (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -611,100 +621,100 @@ Abilitandola, le letture/scritture nella memoria del guest vengono eseguite dire
Disabilitandola, tutti gli accessi alla memoria vengono costretti a utilizzare l'emulazione software della MMU.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Non fondere FMA (migliora le prestazioni della CPU senza FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Quest'opzione migliora la velocità riducendo la precisione delle istruzioni fused-multiply-add (FMA) sulle CPU senza il supporto nativo a FMA.
-
+ Faster FRSQRTE and FRECPEFRSQRTE e FRECPE più veloci
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Quest'opzione migliora la velocità di alcune funzioni in virgola mobile approssimate utilizzando delle approssimazioni native meno accurate.
-
+ Faster ASIMD instructions (32 bits only)Istruzioni ASIMD più veloci (solo 32 bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Quest'opzione migliora la velocità delle funzioni in virgola mobile ASIMD a 32 bit eseguendole con modalità di arrotondamento non corrette.
-
+ Inaccurate NaN handlingGestione inaccurata NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Quest'opzione migliora la velocità rimuovendo il controllo dei valori NaN.
Tieni presente che ciò riduce la precisione di alcune istruzioni in virgola mobile.
-
+ Disable address space checksDisattiva i controlli dello spazio degli indirizzi
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.Quest'opzione migliora la velocità eliminando un controllo di sicurezza prima di ogni operazione di memoria.
Disabilitarla potrebbe permettere l'esecuzione di codice malevolo.
-
+ Ignore global monitorIgnora il monitor globale
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Quest'opzione migliora la velocità affidandosi alla semantica di cmpxchg per garantire sicurezza nelle istruzioni con accesso esclusivo.
Nota che questo può causare stalli e altre race condition.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.Cambia l'API dell'output grafico.
Vulkan è consigliato.
-
+ Device:Dispositivo:
-
+ This setting selects the GPU to use (Vulkan only).Quest'opzione seleziona la GPU da usare (solo con Vulkan).
-
+ Resolution:Risoluzione:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -713,27 +723,27 @@ Alte risoluzioni hanno bisogno di piu VRAM e banda.
Opzioni inferiori a 1X possono causare artefatti.
-
+ Window Adapting Filter:Filtro di adattamento alla finestra:
-
+ FSR Sharpness:Nitidezza FSR:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.Determina quanto sarà nitida l'immagine utilizzando il contrasto dinamico di FSR.
-
+ Anti-Aliasing Method:Metodo di anti-aliasing:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -742,12 +752,12 @@ SMAA offre la migliore qualità.
FXAA può produrre un'immagine più stabile nelle risoluzioni più basse.
-
+ Fullscreen Mode:Modalità schermo intero:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -756,12 +766,12 @@ Exclusive fullscreen may offer better performance and better Freesync/Gsync supp
"Schermo intero esclusivo" può offrire prestazioni maggiori e un supporto migliore al Freesync/Gsync.
-
+ Aspect Ratio:Rapporto d'aspetto:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -770,24 +780,24 @@ La maggior parte dei giochi supporta solo 16:9, quindi le mod sono necessarie pe
Controlla anche il rapporto d'aspetto degli screenshot.
-
+ Use persistent pipeline cacheUsa la cache persistente delle pipeline
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Permette di salvare gli shader su disco per velocizzarne il caricamento negli avvii successivi del gioco.
Disabilitarla ha senso solo quando si effettua il debug.
-
+ Optimize SPIRV outputOttimizza output SPIR-V
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -798,12 +808,12 @@ Potrebbe aumentare di poco le prestazioni.
Questa funzione è sperimentale.
-
+ NVDEC emulation:Emulazione NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -812,12 +822,12 @@ In most cases, GPU decoding provides the best performance.
Nella maggior parte dei casi, la decodifica tramite GPU fornisce prestazioni migliori.
-
+ ASTC Decoding Method:Metodo di decodifica ASTC:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -829,12 +839,12 @@ GPU: Usa i compute shader della GPU per decodificare le texture ASTC (consigliat
CPU (Asincrono): Usa la CPU per decodificare le texture ASTC se richiesto. Elimina lo stuttering causato dalla decodifica ma potrebbe generare artefatti visivi.
-
+ ASTC Recompression Method:Metodo di ricompressione ASTC:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -842,44 +852,44 @@ BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
BC1/BC3: Il formato intermedio sarà ricompresso nel formato BC1 o BC3, risparmiando VRAM ma peggiorando la qualità visiva.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:Modalità di utilizzo della VRAM:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.Determina se l'emulatore dovrebbe risparmiare memoria o utilizzarne il più possibile per massimizzare le prestazioni.
La modalità aggressiva potrebbe impattare sulle prestazioni di altre applicazioni, come i programmi di registrazione.
-
+ Skip CPU Inner InvalidationSalta invalidamento interno CPU
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.Salta alcuni invalidamenti della cache durante gli aggiornamenti della memoria, riducendo l'uso della CPU e migliorando la latenza. Questo potrebbe causare soft-crash.
-
+ VSync Mode:Modalità VSync:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -890,12 +900,12 @@ Mailbox può avere una latenza minore di FIFO e non ha tearing ma potrebbe perde
Immediate (no sincronizzazione) mostra tutto il disponibile, quindi anche tearing.
-
+ Sync Memory OperationsSincronizza operazioni di memoria
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -904,44 +914,44 @@ Questa opzione dovrebbe risolvere problemi in alcuni giochi, ma potrebbe ridurre
I giochi con Unreal Engine 4 sembrano essere i più colpiti.
-
+ Enable asynchronous presentation (Vulkan only)Abilita la presentazione asincrona (solo Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Migliora di poco le prestazioni spostando la presentazione su un thread della CPU separato.
-
+ Force maximum clocks (Vulkan only)Forza clock massimi (solo Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Esegue del lavoro in background durante l'attesa dei comandi grafici per evitare che la GPU diminuisca la sua velocità di clock.
-
+ Anisotropic Filtering:Filtro anisotropico:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.Controlla la qualità del rendering delle texture negli angoli obliqui.
Si può utilizzare in modo sicuro al 16x su quasi tutte le GPU.
-
+ GPU Mode:Modalità GPU:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
@@ -950,101 +960,101 @@ La maggior parte dei giochi viene renderizzata senza problemi con le modalità &
I particellari tendono a essere renderizzati correttamente solo in modalità "Accurata".
-
+ DMA Accuracy:Precisione DMA:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.Controlla la precisione del DMA. La precisione "Sicura" risolve dei problemi in alcuni giochi, ma può ridurre le prestazioni.
-
+ Enable asynchronous shader compilationAbilita la compilazione asincrona degli shader
-
+ May reduce shader stutter.Può ridurre i fenomeni di stuttering (scatti) causati dagli shader.
-
+ Fast GPU TimeTempo GPU veloce
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.Aumenta il clock della GPU emulata per aumentare la risoluzione dinamica e la distanza di rendering.
Usa 256 per massimizzare le prestazioni e 512 per massimizzare la qualità visiva.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheUsa la cache delle pipeline di Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Abilita la cache delle pipeline specifica del produttore della GPU.
Quest'opzione può ridurre di molto i tempi di caricamento degli shader nei casi in cui il driver Vulkan non memorizza la cache delle pipeline internamente.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Abilita le compute pipeline (solo per Vulkan su Intel)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1053,182 +1063,182 @@ Quest'impostazione esiste solo per i driver proprietari Intel e potrebbe fa
Le compute pipelines sono sempre attivate su tutti gli altri drivers.
-
+ Enable Reactive FlushingAbilita il flushing reattivo
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Utilizza il flushing reattivo invece di quello predittivo, al fine di ottenere una sincronizzazione della memoria più accurata.
-
+ Sync to framerate of video playbackSincronizza il framerate a quello del video
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Esegue il gioco a velocità normale durante le cutscene, anche quando il framerate è sbloccato.
-
+ Barrier feedback loopsBarrier feedback loops
-
+ Improves rendering of transparency effects in specific games.Migliora il rendering degli effetti di trasparenza in alcuni giochi.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic StateStato dinamico esteso
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.Controlla il numero di funzionalità che possono essere usate con lo stato dinamico esteso.
Gli stati più alti consentono più funzionalità e possono migliorare le prestazioni, ma possono causare ulteriori problemi grafici.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample ShadingSample shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Permette al fragment shader di eseguire per campione in un frammento multi-campione invece che una volta per frammento. Migliora la qualità grafica a scapito delle prestazioni.
Alti valori migliorano la qualità ma peggiorano le prestazioni.
-
+ RNG SeedSeed RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.Controlla il seme del generatore di numeri casuali.
Principalmente utilizzato per le speedrun.
-
+ Device NameNome del dispositivo
-
+ The name of the console.Il nome della console.
-
+ Custom RTC Date:Data RTC personalizzata:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Quest'opzione permette di modificare l'orologio della console.
Può essere usato per manipolare il tempo nei giochi.
-
+ The number of seconds from the current unix timeIl numero di secondi dal tempo Unix attuale
-
+ Language:Lingua:
-
+ This option can be overridden when region setting is auto-selectPuò essere rimpiazzato se il fuso orario della Regione è impostato su Auto
-
+ Region:Regione:
-
+ The region of the console.La regione della console.
-
+ Time Zone:Fuso orario:
-
+ The time zone of the console.Il fuso orario della console.
-
+ Sound Output Mode:Modalità di output del suono:
-
+ Console Mode:Modalità console:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1237,1048 +1247,1048 @@ I giochi ne terranno conto e modificheranno la risoluzione, i dettagli e i contr
Impostare l'opzione su "Portatile" può aiutare a migliorare le prestazioni sui sistemi meno potenti.
-
+ Unit Serial
- Codice seriale dell'unità
+
-
+ Battery Serial
- Codice seriale della batteria
+
-
+ Debug knobs
-
+ Prompt for user profile on bootScegli il profilo utente all'avvio
-
+ Useful if multiple people use the same PC.Utile se più persone utilizzano lo stesso PC.
-
+ Pause when not in focusMetti in pausa quando la finestra non è in primo piano
-
+ Pauses emulation when focusing on other windows.Mette in pausa l'emulazione quando altre finestre sono in primo piano.
-
+ Confirm before stopping emulationChiedi conferma prima di arrestare l'emulazione
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.Sovrascrive le richieste di conferma per fermare l'emulazione.
Abilitarla bypassa queste richieste e l'emulazione cesserà immediatamente.
-
+ Hide mouse on inactivityNascondi il puntatore del mouse se inattivo
-
+ Hides the mouse after 2.5s of inactivity.Nasconde il mouse dopo 2,5 secondi di inattività.
-
+ Disable controller appletDisabilita l'applet controller
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.Disabilita forzatamente l'uso dell'applet del controller nei programmi emulati.
Quando un programma proverà ad aprire l'applet del controller, quest'ultimo verrà immediatamente chiuso.
-
+ Check for updatesControlla la presenza di aggiornamenti
-
+ Whether or not to check for updates upon startup.Determina se controllare o meno la presenza di aggiornamenti all'avvio.
-
+ Enable GamemodeAbilita Gamemode
-
+ Force X11 as Graphics BackendForza l'uso del back-end grafico X11
-
+ Custom frontendFrontend personalizzato
-
+ Real appletApplet reale
-
+ NeverMai
-
+ On LoadAl caricamento
-
+ AlwaysSempre
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU (Asincrono)
-
+ Uncompressed (Best quality)Nessuna compressione (qualità migliore)
-
+ BC1 (Low quality)BC1 (qualità bassa)
-
+ BC3 (Medium quality)BC3 (qualità media)
-
-
+
+ AutoAutomatico
-
+ 30 FPS
- 30 FPS
+
-
+ 60 FPS
- 60 FPS
+
-
+ 90 FPS
- 90 FPS
-
-
-
- 120 FPS
- 120 FPS
+
+ 120 FPS
+
+
+
+ ConservativeConservativa
-
+ AggressiveAggressiva
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)OpenGL GLASM (shader assembly, solo NVIDIA)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (sperimentale, solo AMD/MESA)
-
+ NullNullo
-
+ FastVeloce
-
+ BalancedBilanciata
-
-
+
+ AccurateAccurata
-
-
+
+ DefaultPredefinito
-
+ Unsafe (fast)Non sicuro (veloce)
-
+ Safe (stable)Sicuro (stabile)
-
+ UnsafeNon sicura
-
+ Paranoid (disables most optimizations)Paranoica (disabilita la maggior parte delle ottimizzazioni)
-
+ DebuggingDebug
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless WindowedFinestra senza bordi
-
+ Exclusive FullscreenSchermo intero esclusivo
-
+ No Video OutputNessun output video
-
+ CPU Video DecodingDecodifica video CPU
-
+ GPU Video Decoding (Default)Decodifica video GPU (predefinita)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [SPERIMENTALE]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [SPERIMENTALE]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [SPERIMENTALE]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [SPERIMENTALE]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [SPERIMENTALE]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNearest neighbor
-
+ BilinearBilineare
-
+ BicubicBicubico
-
+ GaussianGaussiano
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Super Resolution
-
+ AreaArea
-
+ MMPXMMPX
-
+ Zero-TangentZero-Tangent
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneNessuna
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Predefinito (16:9)
-
+ Force 4:3Forza 4:3
-
+ Force 21:9Forza 21:9
-
+ Force 16:10Forza 16:10
-
+ Stretch to WindowAllunga a finestra
-
+ AutomaticAutomatico
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Giapponese (日本語)
-
+ American EnglishInglese americano
-
+ French (français)Francese (français)
-
+ German (Deutsch)Tedesco (Deutsch)
-
+ Italian (italiano)Italiano
-
+ Spanish (español)Spagnolo (español)
-
+ ChineseCinese
-
+ Korean (한국어)Coreano (한국어)
-
+ Dutch (Nederlands)Olandese (Nederlands)
-
+ Portuguese (português)Portoghese (português)
-
+ Russian (Русский)Russo (Русский)
-
+ TaiwaneseTaiwanese
-
+ British EnglishInglese britannico
-
+ Canadian FrenchFrancese canadese
-
+ Latin American SpanishSpagnolo latino-americano
-
+ Simplified ChineseCinese semplificato
-
+ Traditional Chinese (正體中文)Cinese tradizionale (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Portoghese brasiliano (português do Brasil)
-
+ Polish (polska)
- Polacco (polska)
-
-
-
- Thai (แบบไทย)
- Thailandese (แบบไทย)
+
-
+ Thai (แบบไทย)
+
+
+
+
+ JapanGiappone
-
+ USAUSA
-
+ EuropeEuropa
-
+ AustraliaAustralia
-
+ ChinaCina
-
+ KoreaCorea
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zoneAutomatico (%1)
-
+ Default (%1)Default time zonePredefinito (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgitto
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIslanda
-
+ IranIran
-
+ IsraelIsraele
-
+ JamaicaGiamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibia
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolonia
-
+ PortugalPortogallo
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapore
-
+ TurkeyTurchia
-
+ UCTUCT
-
+ UniversalUniversale
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4GB DRAM (Predefinito)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Non sicuro)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (Non sicuro)
-
+ 12GB DRAM (Unsafe)12GB DRAM (Non sicuro)
-
+ DockedDock
-
+ HandheldPortatile
-
-
+
+ OffDisattivato
-
+ Boost (1700MHz)Boost (1700MHz)
-
+ Fast (2000MHz)Veloce (2000MHz)
-
+ Always ask (Default)Chiedi sempre (Predefinito)
-
+ Only if game specifies not to stopSolo se il gioco richiede di non essere arrestato
-
+ Never askNon chiedere mai
-
-
+
+ Medium (256)Medio (256)
-
-
+
+ High (512)Alto (512)
-
-
- Very Small (16 MB)
- Molto piccola (16 MB)
-
-
-
- Small (32 MB)
- Piccola (32 MB)
-
-
-
- Normal (128 MB)
- Normale (128 MB)
-
-
-
- Large (256 MB)
- Grande (256 MB)
-
- Very Large (512 MB)
- Molto grande (512 MB)
+ Very Small (16 MB)
+
+
+
+
+ Small (32 MB)
+
+
+
+
+ Normal (128 MB)
+
+
+
+
+ Large (256 MB)
+
- Very Low (4 MB)
- Molto bassa (4 MB)
-
-
-
- Low (8 MB)
- Bassa (8 MB)
-
-
-
- Normal (16 MB)
- Normale (16 MB)
-
-
-
- Medium (32 MB)
- Media (32 MB)
+ Very Large (512 MB)
+
- High (64 MB)
- Alta (64 MB)
+ Very Low (4 MB)
+
+
+
+
+ Low (8 MB)
+
+
+
+
+ Normal (16 MB)
+
+
+
+
+ Medium (32 MB)
+
+ High (64 MB)
+
+
+
+ Very Low (32)
- Molto basso (32)
+
-
+ Low (64)
- Basso (64)
+
-
+ Normal (128)
- Normale (128)
+
-
+ DisabledDisabilitato
-
+ ExtendedDynamicState 1Stato dinamico esteso 1
-
+ ExtendedDynamicState 2Stato dinamico esteso 2
-
+ ExtendedDynamicState 3Stato dinamico esteso 3
-
+ Tree View
- Vista ad albero
+
-
+ Grid View
- Vista a griglia
+
@@ -2801,7 +2811,7 @@ Quando un programma proverà ad aprire l'applet del controller, quest'
Use dev.keys
- Usa dev.keys
+
@@ -3265,22 +3275,22 @@ Vuoi cancellare i dati precedenti?
External Content
- Contenuti esterni
+ Add directories to scan for DLCs and Updates without installing to NAND
- Aggiungi cartelle in cui ricercare DLC e aggiornamenti senza installarli su NAND
+ Add Directory
- Aggiungi cartella
+ Remove Selected
- Rimuovi selezionata
+
@@ -3300,17 +3310,17 @@ Vuoi cancellare i dati precedenti?
Select External Content Directory...
- Seleziona la cartella dei contenuti esterni...
+ Directory Already Added
- Cartella già aggiunta
+ This directory is already in the list.
- La cartella è già presente nella lista.
+
@@ -3400,7 +3410,7 @@ Vuoi cancellare i dati precedenti?
Extras
- Opzioni aggiuntive
+
@@ -4848,7 +4858,7 @@ Per attivarlo, disattiva il mouse emulato.
Applets
- Applet
+
@@ -4871,12 +4881,12 @@ Per attivarlo, disattiva il mouse emulato.
Import Mod from ZIP
- Importa mod da file ZIP
+ Import Mod from Folder
- Importa mod da cartella
+
@@ -4891,92 +4901,87 @@ Per attivarlo, disattiva il mouse emulato.
Mod Install Succeeded
- Installazione mod riuscita
+ Successfully installed all mods.
- Tutte le mod sono state installate con successo.
+ Mod Install Failed
- Installazione mod fallita
+ Failed to install the following mods:
%1
Check the log for details.
- Non è stato possibile installare le seguenti mod:
- %1
-Consulta il log per maggiori dettagli.
+ Mod Folder
- Cartella delle mod
+ Zipped Mod Location
- Posizione della mod in formato ZIP
+ Zipped Archives (*.zip)
- Archivi compressi (*.zip)
+ Invalid Selection
- Selezione non valida
+ Only mods, cheats, and patches can be deleted.
To delete NAND-installed updates, right-click the game in the game list and click Remove -> Remove Installed Update.
- Solo le mod, i trucchi e le patch possono essere eliminati.
-Per eliminare gli aggiornamenti installati su NAND, fai clic con il tasto destro sul gioco nella lista e clicca Rimuovi -> Rimuovi l'aggiornamento installato.
+ You are about to delete the following installed mods:
- Stai per eliminare le seguenti mod installate:
-
+
Once deleted, these can NOT be recovered. Are you 100% sure you want to delete them?
-
-Una volta rimosse, non potranno più essere recuperate. Sei assolutamente sicuro di volerle eliminare?
+ Delete add-on(s)?
- Eliminazione add-on
+ Successfully deleted
- Eliminazione riuscita
+ Successfully deleted all selected mods.
- Tutte le mod selezionate sono state rimosse con successo.
+ &Delete
- &Elimina
+ &Open in File Manager
- &Apri nel gestore file
+
@@ -5302,7 +5307,7 @@ UUID: %2
Show recording dialog
- Mostra la finestra di registrazione
+
@@ -6118,7 +6123,7 @@ Vai su Configura -> Sistema -> Rete e selezionane una.
&Add New Game Directory
- &Aggiungi nuova cartella dei giochi
+
@@ -6497,206 +6502,206 @@ Messaggio debug:
Hotkeys
-
+ Audio Mute/UnmuteAttiva/disattiva l'audio
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowFinestra principale
-
+ Audio Volume DownAbbassa il volume dell'audio
-
+ Audio Volume UpAlza il volume dell'audio
-
+ Capture ScreenshotCattura screenshot
-
+ Change Adapting FilterCambia filtro di adattamento
-
+ Change Docked ModeCambia modalità console
-
+ Change GPU ModeCambia modalità GPU
-
+ ConfigureConfigura
-
+ Configure Current GameConfigura il gioco in uso
-
+ Continue/Pause EmulationContinua/Metti in pausa l'emulazione
-
+ Exit FullscreenEsci dalla modalità schermo intero
-
+ Exit EdenEsci da Eden
-
+ FullscreenSchermo intero
-
+ Load FileCarica file
-
+ Load/Remove AmiiboCarica/Rimuovi Amiibo
-
+ Browse Public Game Lobby
- Sfoglia lobby di gioco pubblica
+
-
+ Create Room
- Crea stanza
+
-
+ Direct Connect to Room
- Collegamento diretto a una stanza
+
-
+ Leave Room
- Esci dalla stanza
+
-
+ Show Current Room
- Mostra stanza attuale
+
-
+ Restart EmulationRiavvia l'emulazione
-
+ Stop EmulationArresta l'emulazione
-
+ TAS RecordRegistra TAS
-
+ TAS ResetReimposta TAS
-
+ TAS Start/StopAvvia/interrompi TAS
-
+ Toggle Filter BarMostra/nascondi la barra del filtro
-
+ Toggle Framerate LimitAttiva/disattiva il limite del framerate
-
+ Toggle Turbo Speed
- Attiva/disattiva la modalità Turbo
+
-
+ Toggle Slow Speed
- Attiva/disattiva la modalità Lenta
+
-
+ Toggle Mouse PanningAttiva/disattiva il mouse panning
-
+ Toggle Renderdoc CaptureAbilita cattura Renderdoc
-
+ Toggle Status BarMostra/nascondi la barra di stato
-
+ Toggle Performance Overlay
- Mostra/nascondi prestazioni in sovrimpressione
+
@@ -6899,12 +6904,12 @@ Messaggio debug:
&Game List Mode
- &Modalità della lista dei giochi
+ Game &Icon Size
- Dimensione delle &icone dei giochi
+
@@ -7247,17 +7252,17 @@ Messaggio debug:
&Tree View
- Vista ad &albero
+ &Grid View
- Vista a &griglia
+ Game Icon Size
- Dimensione delle icone dei giochi
+
@@ -7269,32 +7274,32 @@ Messaggio debug:
Show Game &Name
- Mostra i nomi dei giochi
+ Show &Performance Overlay
- Mostra &prestazioni in sovrimpressione
+ Small (32x32)
- Piccola (32x32)
+ Standard (64x64)
- Normale (64x64)
+ Large (128x128)
- Grande (128x128)
+ Full Size (256x256)
- Intera (256x256)
+
@@ -8094,17 +8099,17 @@ Vuoi forzare l'uso di quest'ultimo per i prossimi avvii?
Slow
- Lento
+ Turbo
- Turbo
+ Unlocked
- Sbloccato
+
@@ -8292,7 +8297,7 @@ If you wish to clean up the files which were left in the old data location, you
Data was migrated successfully.
- I dati sono stati trasferiti con successo.
+ I dati sono stati migrati con successo.
@@ -8300,12 +8305,12 @@ If you wish to clean up the files which were left in the old data location, you
Dialog
- Finestra di dialogo
+ The specified folder or archive contains the following mods. Select which ones to install.
- La cartella o l'archivio specificato contiene le seguenti mod. Seleziona quali vuoi installare.
+
@@ -8609,63 +8614,63 @@ p, li { white-space: pre-wrap; }
0 ms
- 0 ms
+ Min: 0
- Min: 0
+ Max: 0
- Max: 0
+ Avg: 0
- Media: 0
+ FPS
- FPS
+ 0 fps
- 0 fps
+ %1 fps
- %1 fps
+ Avg: %1
- Media: %1
+ Min: %1
- Min: %1
+ Max: %1
- Max: %1
+ %1 ms
- %1 ms
+
@@ -8706,12 +8711,12 @@ p, li { white-space: pre-wrap; }
Migration
- Trasferimento
+ Clear Shader Cache
- Svuota la cache degli shader
+
@@ -8733,15 +8738,13 @@ p, li { white-space: pre-wrap; }
-
-
-
+ No
- No
+
@@ -8752,12 +8755,12 @@ p, li { white-space: pre-wrap; }
Migrating
- Trasferimento in corso
+ Migrazione in corsoMigrating, this may take a while...
- Il trasferimento è in corso, potrebbe richiedere un po' di tempo...
+ La migrazione è in corso, potrebbe richiedere un po' di tempo...
@@ -9149,22 +9152,22 @@ p, li { white-space: pre-wrap; }
Play Time: %1
- Tempo di gioco: %1
+ Never Played
- Mai giocato
+ Version: %1
- Versione: %1
+ Version: 1.0.0
- Versione: 1.0.0
+
@@ -9398,7 +9401,7 @@ p, li { white-space: pre-wrap; }
Select Dumped Keys Location
- Seleziona il percorso delle chiavi estratte
+
@@ -9413,7 +9416,7 @@ p, li { white-space: pre-wrap; }
Orphaned Profiles Detected!
- Rilevati profili scollegati!
+
@@ -9423,29 +9426,28 @@ p, li { white-space: pre-wrap; }
Really clear data?
- Eliminare i dati?
+ Important data may be lost!
- Potresti perdere dei dati importanti!
+ Are you REALLY sure?
- Sei DAVVERO sicuro?
+ Once deleted, your data will NOT come back!
Only do this if you're 100% sure you want to delete this data.
- Una volta eliminati, i tuoi dati NON potranno essere ripristinati!
-Procedi solo se sei assolutamente sicuro di voler eliminare questi dati.
+ Clearing...
- Eliminazione in corso...
+
@@ -9881,57 +9883,55 @@ Vuoi selezionare manualmente la cartella dell'installazione portatile da us
Mod Name
- Nome mod
+ What should this mod be called?
- Qual è il nome di questa mod?
+ RomFS
- RomFS
+ ExeFS/Patch
- ExeFS/Patch
+ Cheat
- Trucco
+ Mod Type
- Tipologia mod
+ Could not detect mod type automatically. Please manually specify the type of mod you downloaded.
Most mods are RomFS mods, but patches (.pchtxt) are typically ExeFS mods.
- Impossibile determinare automaticamente la tipologia della mod. Si prega di specificare manualmente la tipologia della mod scaricata.
-
-La maggior parte delle mod sono RomFS, ma le patch (.pchtxt) sono tipicamente ExeFS.
+ Mod Extract Failed
- Estrazione mod fallita
+ Failed to create temporary directory %1
- Impossibile creare la cartella temporanea %1
+ Zip file %1 is empty
- Il file ZIP %1 è vuoto
+
@@ -9982,7 +9982,7 @@ La maggior parte delle mod sono RomFS, ma le patch (.pchtxt) sono tipicamente Ex
Unable to read key directory, aborting
- Impossibile leggere la cartella delle chiavi, annullamento...
+
@@ -10027,7 +10027,7 @@ La maggior parte delle mod sono RomFS, ma le patch (.pchtxt) sono tipicamente Ex
Firmware missing. Firmware is required to run certain games and use the Home Menu.
- Firmware mancante. Il firmware è necessario per poter eseguire certi giochi e usare il menù Home.
+
@@ -10037,44 +10037,38 @@ La maggior parte delle mod sono RomFS, ma le patch (.pchtxt) sono tipicamente Ex
Eden has detected user data for the following emulators:
- Eden ha rilevato dati utente dei seguenti emulatori:
+ Would you like to migrate your data for use in Eden?
Select the corresponding button to migrate data from that emulator.
This may take a while.
- Volete trasferire i vostri dati per usarli in Eden?
-Selezionate il rispettivo pulsante per trasferire i dati da quell'emulatore.
-Questa operazione potrebbe richiedere un po' di tempo.
+ Clearing shader cache is recommended for all users.
Do not uncheck unless you know what you're doing.
- Svuotare la cache degli shader è consigliato per tutti gli utenti.
-Non deselezionare questa opzione a meno che non si sappia esattamente cosa si sta facendo.
+ Keeps the old data directory. This is recommended if you aren't
space-constrained and want to keep separate data for the old emulator.
- Mantieni la vecchia cartella dei dati.
-Consigliato se non si hanno problemi di spazio e si vuole mantenere i dati separati con il vecchio emulatore.
+ Deletes the old data directory.
This is recommended on devices with space constraints.
- Cancella la vechia cartella dei dati.
-Consigliato su sistemi con limiti di spazio.
+ Creates a filesystem link between the old directory and Eden directory.
This is recommended if you want to share data between emulators.
- Crea un collegamento tra la vecchia cartella e la cartella di Eden.
-Consigliato se si vuole condividere dati tra più emulatori.
+
@@ -10458,7 +10452,7 @@ Riprova o contatta gli sviluppatori del programma.
Select a user to link to a Nintendo Account.
- Seleziona un utente da collegare a un account Nintendo
+ Seleziona un utente da collegare ad un Account Nintendo
@@ -10601,4 +10595,4 @@ Selezionando "Da Eden", i dati di salvataggio pre-esistenti in Ryujinx
Il tempo di gioco totale ha raggiunto il limite massimo.
-
+
\ No newline at end of file
diff --git a/dist/languages/ja_JP.ts b/dist/languages/ja_JP.ts
index bad9dcfcf2..fb597d7734 100644
--- a/dist/languages/ja_JP.ts
+++ b/dist/languages/ja_JP.ts
@@ -585,182 +585,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)FMAの融合を解除 (FMAに対応していないCPUのパフォーマンスを向上させる)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.このオプションは, ネイティブのFMAサポートがないCPU上で, 融合積和(fused-multiply-add)命令の精度を下げて高速化します.
-
+ Faster FRSQRTE and FRECPEFaster FRSQRTE and FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.このオプションは、より精度の低い近似値を使用することで、近似浮動小数点関数の速度を向上させます。
-
+ Faster ASIMD instructions (32 bits only)高速なASIMD命令 (32bitのみ)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.このオプションは、不正確な丸めモードで実行することにより、32ビットASIMD浮動小数点関数の速度を向上させます。
-
+ Inaccurate NaN handling不正確な非数値の取り扱い
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksアドレス空間チェックの無効化
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitor
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:使用デバイス:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:解像度:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:ウィンドウ適応フィルター:
-
+ FSR Sharpness:FSR シャープネス:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:アンチエイリアス方式:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:フルスクリーンモード:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:アスペクト比:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -768,24 +778,24 @@ This feature is experimental.
-
+ NVDEC emulation:NVDEC エミュレーション:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:ASTC デコード方式:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -794,55 +804,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:ASTC 再圧縮方式:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:垂直同期:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -853,1376 +863,1376 @@ Mailbox は FIFO よりも遅延が小さくティアリングがありません
Immediate (no synchronization) は表示可能なものをすべて表示し, ティアリング発生の可能性があります.
-
+ Sync Memory Operationsメモリ操作の同期
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)非同期プレゼンテーション (Vulkan のみ)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)最大クロック強制 (Vulkan のみ)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.GPUのクロックスピードを下げないように、グラフィックコマンドを待っている間、バックグラウンドで作業を実行させます。
-
+ Anisotropic Filtering:異方性フィルタリング:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:GPUモード:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:DMA精度:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheVulkan パイプラインキャッシュを使用
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)コンピュート・パイプラインの有効化(インテル Vulkan のみ)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playbackビデオ再生のフレームレートに同期する
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.
-
+ Barrier feedback loops
-
+ Improves rendering of transparency effects in specific games.特定のゲームにおける透明エフェクトのレンダリングを改善します。
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG Seed乱数シード値の変更
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device Nameデバイス名
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:言語:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:地域:
-
+ The region of the console.
-
+ Time Zone:タイムゾーン:
-
+ The time zone of the console.
-
+ Sound Output Mode:音声出力モード:
-
+ Console Mode:コンソールモード:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulationエミュレーションを停止する前に確認する
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivity非アクティブ時にマウスカーソルを隠す
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletコントローラーアプレットの無効化
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU 非同期
-
+ Uncompressed (Best quality)圧縮しない (最高品質)
-
+ BC1 (Low quality)BC1 (低品質)
-
+ BC3 (Medium quality)BC3 (中品質)
-
-
+
+ Auto自動
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)OpenGL GLASM (アセンブリシェーダー、NVIDIA のみ)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V(実験的、AMD/Mesaのみ)
-
+ Null
-
+ Fast
-
+ Balanced
-
-
+
+ Accurate正確
-
-
+
+ Defaultデフォルト
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ Unsafe不安定
-
+ Paranoid (disables most optimizations)パラノイド (ほとんどの最適化を無効化)
-
+ Debugging
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless Windowedボーダーレスウィンドウ
-
+ Exclusive Fullscreen排他的フルスクリーン
-
+ No Video Outputビデオ出力しない
-
+ CPU Video DecodingビデオをCPUでデコード
-
+ GPU Video Decoding (Default)ビデオをGPUでデコード (デフォルト)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [実験的]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [実験的]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [実験的]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNearest Neighbor
-
+ BilinearBilinear
-
+ BicubicBicubic
-
+ GaussianGaussian
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Super Resolution
-
+ Area
-
+ MMPXMMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ Noneなし
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)デフォルト (16:9)
-
+ Force 4:3強制 4:3
-
+ Force 21:9強制 21:9
-
+ Force 16:10強制 16:10
-
+ Stretch to Windowウィンドウに合わせる
-
+ Automatic自動
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)日本語
-
+ American Englishアメリカ英語
-
+ French (français)フランス語 (français)
-
+ German (Deutsch)ドイツ語 (Deutsch)
-
+ Italian (italiano)イタリア語 (italiano)
-
+ Spanish (español)スペイン語 (español)
-
+ Chinese中国語
-
+ Korean (한국어)韓国語 (한국어)
-
+ Dutch (Nederlands)オランダ語 (Nederlands)
-
+ Portuguese (português)ポルトガル語 (português)
-
+ Russian (Русский)ロシア語 (Русский)
-
+ Taiwanese台湾語
-
+ British Englishイギリス英語
-
+ Canadian Frenchカナダフランス語
-
+ Latin American Spanishラテンアメリカスペイン語
-
+ Simplified Chinese簡体字中国語
-
+ Traditional Chinese (正體中文)繁体字中国語 (正體中文)
-
+ Brazilian Portuguese (português do Brasil)ブラジルポルトガル語 (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ Japan日本
-
+ USAアメリカ
-
+ Europeヨーロッパ
-
+ Australiaオーストラリア
-
+ China中国
-
+ Korea韓国
-
+ Taiwan台湾
-
+ Auto (%1)Auto select time zone自動 (%1)
-
+ Default (%1)Default time zone既定 (%1)
-
+ CET中央ヨーロッパ時間
-
+ CST6CDTCST6CDT
-
+ Cubaキューバ
-
+ EET東ヨーロッパ標準時
-
+ Egyptエジプト
-
+ Eireアイルランド
-
+ ESTアメリカ東部標準時
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-Eireイギリス-アイルランド
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ Greenwichグリニッジ
-
+ Hongkong香港
-
+ HSTハワイ標準時
-
+ Icelandアイスランド
-
+ Iranイラン
-
+ Israelイスラエル
-
+ Jamaicaジャマイカ
-
+ Kwajaleinクェゼリン
-
+ Libyaリビア
-
+ MET中東時間
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ Navajoナバホ
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ Polandポーランド
-
+ Portugalポルトガル
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ Singaporeシンガポール
-
+ Turkeyトルコ
-
+ UCTUCT
-
+ Universalユニバーサル
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ Zuluズールー
-
+ Monoモノラル
-
+ Stereoステレオ
-
+ Surroundサラウンド
-
+ 4GB DRAM (Default)4GB DRAM (デフォルト)
-
+ 6GB DRAM (Unsafe)6GB DRAM (不安定)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedDocked
-
+ Handheld携帯モード
-
-
+
+ Off
-
+ Boost (1700MHz)Boost (1700MHz)
-
+ Fast (2000MHz)Fast (2000MHz)
-
+ Always ask (Default)常に確認する (デフォルト)
-
+ Only if game specifies not to stopゲームが停止しないように指定しているときのみ
-
+ Never ask確認しない
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled無効
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6420,204 +6430,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute音声ミュート/解除
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Windowメイン画面
-
+ Audio Volume Down音量を下げる
-
+ Audio Volume Up音量を上げる
-
+ Capture Screenshotスクリーンショットを撮る
-
+ Change Adapting Filter適応フィルターの変更
-
+ Change Docked Modeドックモードを変更
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulationエミュレーションの一時停止/再開
-
+ Exit Fullscreenフルスクリーンをやめる
-
+ Exit Eden
-
+ Fullscreenフルスクリーン
-
+ Load Fileファイルのロード
-
+ Load/Remove Amiibo読み込み/解除 Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulationエミュレーションをリスタート
-
+ Stop Emulationエミュレーションをやめる
-
+ TAS RecordTAS 記録
-
+ TAS ResetTAS リセット
-
+ TAS Start/StopTAS 開始/停止
-
+ Toggle Filter Barフィルターバー切り替え
-
+ Toggle Framerate Limitフレームレート制限切り替え
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning
-
+ Toggle Renderdoc Capture
-
+ Toggle Status Barステータスバー切り替え
-
+ Toggle Performance Overlay
@@ -10488,4 +10498,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/ko_KR.ts b/dist/languages/ko_KR.ts
index 078e3b3a20..66a689c714 100644
--- a/dist/languages/ko_KR.ts
+++ b/dist/languages/ko_KR.ts
@@ -585,182 +585,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)FMA 분리 (FMA를 지원하지 않는 CPU에서의 성능을 향상시킵니다)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPE더 빠른 FRSQRTE와 FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.
-
+ Faster ASIMD instructions (32 bits only)더 빠른 ASIMD 명령어(32비트 전용)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handling부정확한 NaN 처리
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checks주소 공간 검사 비활성화
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitor글로벌 모니터 무시
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:장치:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:해상도:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:윈도우 적응형 필터:
-
+ FSR Sharpness:FSR 선명도:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:안티에일리어싱 방식:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:전체 화면 모드:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:화면비:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -768,24 +778,24 @@ This feature is experimental.
-
+ NVDEC emulation:NVDEC 에뮬레이션:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -794,55 +804,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:VSync 모드:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -850,1376 +860,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)비동기 프레젠테이션 활성화(Vulkan만 해당)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)강제 최대 클록 (Vulkan 전용)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.실행은 GPU가 클럭 속도를 낮추지 않도록 그래픽 명령을 기다리는 동안 백그라운드에서 작동합니다.
-
+ Anisotropic Filtering:비등방성 필터링:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheVulkan 파이프라인 캐시 사용
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive Flushing반응형 플러싱 활성화
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playback동영상 재생 프레임 속도에 동기화
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.프레임 속도가 잠금 해제된 상태에서도 동영상 재생 중에 일반 속도로 게임을 실행합니다.
-
+ Barrier feedback loops차단 피드백 루프
-
+ Improves rendering of transparency effects in specific games.특정 게임에서 투명도 효과의 렌더링을 개선합니다.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedRNG 시드
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device Name장치 이름
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:국가:
-
+ The region of the console.
-
+ Time Zone:시계:
-
+ The time zone of the console.
-
+ Sound Output Mode:소리 출력 모드:
-
+ Console Mode:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivity비활성 상태일 때 마우스 숨기기
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller applet컨트롤러 애플릿 비활성화
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)비압축(최고 품질)
-
+ BC1 (Low quality)BC1(저품질)
-
+ BC3 (Medium quality)BC3(중간 품질)
-
-
+
+ Auto자동
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ VulkanVulcan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNull
-
+ Fast
-
+ Balanced
-
-
+
+ Accurate정확함
-
-
+
+ Default기본값
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ Unsafe최적화 (안전하지 않음)
-
+ Paranoid (disables most optimizations)편집증(대부분의 최적화 비활성화)
-
+ Debugging
-
+ Dynarmic
-
+ NCE
-
+ Borderless Windowed경계 없는 창 모드
-
+ Exclusive Fullscreen독점 전체화면 모드
-
+ No Video Output비디오 출력 없음
-
+ CPU Video DecodingCPU 비디오 디코딩
-
+ GPU Video Decoding (Default)GPU 비디오 디코딩(기본값)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [실험적]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [실험적]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest Neighbor최근접 보간
-
+ BilinearBilinear
-
+ BicubicBicubic
-
+ Gaussian가우시안
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ None없음
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)기본 (16:9)
-
+ Force 4:3강제 4:3
-
+ Force 21:9강제 21:9
-
+ Force 16:10강제 16:10
-
+ Stretch to Window창에 맞게 늘림
-
+ Automatic자동
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)일본어 (日本語)
-
+ American English미국 영어
-
+ French (français)프랑스어(français)
-
+ German (Deutsch)독일어(Deutsch)
-
+ Italian (italiano)이탈리아어(italiano)
-
+ Spanish (español)스페인어(español)
-
+ Chinese중국어
-
+ Korean (한국어)한국어 (Korean)
-
+ Dutch (Nederlands)네덜란드어 (Nederlands)
-
+ Portuguese (português)포르투갈어(português)
-
+ Russian (Русский)러시아어 (Русский)
-
+ Taiwanese대만어
-
+ British English영어 (British English)
-
+ Canadian French캐나다 프랑스어
-
+ Latin American Spanish라틴 아메리카 스페인어
-
+ Simplified Chinese간체
-
+ Traditional Chinese (正體中文)중국어 번체 (正體中文)
-
+ Brazilian Portuguese (português do Brasil)브라질 포르투갈어(português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ Japan일본
-
+ USA미국
-
+ Europe유럽
-
+ Australia호주
-
+ China중국
-
+ Korea대한민국
-
+ Taiwan대만
-
+ Auto (%1)Auto select time zone자동 (%1)
-
+ Default (%1)Default time zone기본 (%1)
-
+ CET중앙유럽 표준시(CET)
-
+ CST6CDTCST6CDT
-
+ Cuba쿠바
-
+ EET동유럽 표준시(EET)
-
+ Egypt이집트
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GB영국 하계 표준시(GB)
-
+ GB-EireGB-Eire
-
+ GMT그리니치 표준시(GMT)
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ Greenwich그리니치
-
+ Hongkong홍콩
-
+ HST하와이-알류샨 표준시(HST)
-
+ Iceland아이슬란드
-
+ Iran이란
-
+ Israel이스라엘
-
+ Jamaica자메이카
-
+ Kwajalein크와잘린
-
+ Libya리비아
-
+ MET중앙유럽 표준시(MET)
-
+ MST산악 표준시(MST)
-
+ MST7MDTMST7MDT
-
+ Navajo나바호
-
+ NZ뉴질랜드 표준시(NZ)
-
+ NZ-CHAT채텀 표준시(NZ-CHAT)
-
+ Poland폴란드
-
+ Portugal포르투갈
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROK북한 표준시(ROK)
-
+ Singapore싱가포르
-
+ Turkey터키
-
+ UCTUCT
-
+ UniversalUniversal
-
+ UTC협정 세계시(UTC)
-
+ W-SU유럽/모스크바(W-SU)
-
+ WET서유럽
-
+ Zulu줄루
-
+ Mono모노
-
+ Stereo스테레오
-
+ Surround서라운드
-
+ 4GB DRAM (Default)
-
+ 6GB DRAM (Unsafe)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ Docked거치 모드
-
+ Handheld휴대 모드
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)
-
+ Only if game specifies not to stop
-
+ Never ask
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6418,204 +6428,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute오디오 음소거/음소거 해제
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window메인 윈도우
-
+ Audio Volume Down오디오 볼륨 낮추기
-
+ Audio Volume Up오디오 볼륨 키우기
-
+ Capture Screenshot스크린샷 캡처
-
+ Change Adapting Filter적응형 필터 변경
-
+ Change Docked Mode독 모드 변경
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulation재개/에뮬레이션 일시중지
-
+ Exit Fullscreen전체화면 종료
-
+ Exit Eden
-
+ Fullscreen전체화면
-
+ Load File파일 로드
-
+ Load/Remove AmiiboAmiibo 로드/제거
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulation에뮬레이션 재시작
-
+ Stop Emulation에뮬레이션 중단
-
+ TAS RecordTAS 기록
-
+ TAS ResetTAS 리셋
-
+ TAS Start/StopTAS 시작/멈춤
-
+ Toggle Filter Bar상태 표시줄 전환
-
+ Toggle Framerate Limit프레임속도 제한 토글
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning마우스 패닝 활성화
-
+ Toggle Renderdoc Capture
-
+ Toggle Status Bar상태 표시줄 전환
-
+ Toggle Performance Overlay
@@ -10486,4 +10496,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/nb.ts b/dist/languages/nb.ts
index 6c88a222aa..cf528f4df4 100644
--- a/dist/languages/nb.ts
+++ b/dist/languages/nb.ts
@@ -585,182 +585,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Del opp FMA (forbedre ytelsen på prosessorer uten FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPERaskere FRSQRTE og FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.
-
+ Faster ASIMD instructions (32 bits only)Raskere ASIMD-instruksjoner (kun 32-bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handlingUnøyaktig NaN-håndtering
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksSlå av adresseromskontroller
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorIgnorer global overvåkning
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Enhet:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Oppløsning:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Vindustilpasningsfilter:
-
+ FSR Sharpness:FSR-skarphet:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Antialiasingmetode:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Fullskjermmodus:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Bildeforhold:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV outputOptimaliser SPIRV-utdata
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -768,24 +778,24 @@ This feature is experimental.
-
+ NVDEC emulation:NVDEC-emulering:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -794,55 +804,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:VSync-modus:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -850,1376 +860,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)Aktiver asynkron presentasjon (kun Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)Tving maksikal klokkehastighet (kun Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Kjører arbeid i bakgrunnen mens den venter på grafikkommandoer for å forhindre at GPU-en senker klokkehastigheten.
-
+ Anisotropic Filtering:Anisotropisk filtrering:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:GPU-modus:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:DMA-nøyaktighet:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheBruk Vulkan-rørledningsbuffer
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive FlushingAktiver Reaktiv Tømming
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playbackSynkroniser med bildefrekvensen for videoavspilling
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Kjør spillet i normal hastighet under videoavspilling, selv når bildefrekvensen er låst opp.
-
+ Barrier feedback loopsTilbakekoblingssløyfer for barrierer
-
+ Improves rendering of transparency effects in specific games.Forbedrer gjengivelsen av transparenseffekter i spesifikke spill.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedRNG-frø
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameEnhetsnavn
-
+ The name of the console.Konsollens navn.
-
+ Custom RTC Date:Selvvalgt RTC-dato:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:Språk:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Region:
-
+ The region of the console.Konsollens region.
-
+ Time Zone:Tidssone:
-
+ The time zone of the console.Konsollens tidssone.
-
+ Sound Output Mode:Lydutdatamodus:
-
+ Console Mode:Konsollmodus:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation
- Bekreft før stopping av emulering
+
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityGjem mus under inaktivitet
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletDeaktiver kontroller-appleten
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updatesSe etter oppdateringer
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ NeverAldri
-
+ On Load
-
+ AlwaysAlltid
-
+ CPUCPU
-
+ GPUSkjermkort
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)Ukomprimert (Best kvalitet)
-
+ BC1 (Low quality)BC1 (Lav kvalitet)
-
+ BC3 (Medium quality)BC3 (Middels kvalitet)
-
-
+
+ AutoAuto
-
+ 30 FPS30 FPS
-
+ 60 FPS60 FPS
-
+ 90 FPS90 FPS
-
+ 120 FPS120 FPS
-
+ Conservative
-
+ AggressiveAggressiv
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (eksperimentelt, kun AMD/Mesa)
-
+ NullNull
-
+ FastRask
-
+ BalancedBalansert
-
-
+
+ AccurateNøyaktig
-
-
+
+ DefaultStandard
-
+ Unsafe (fast)Utrygg (raskt)
-
+ Safe (stable)Trygg (stabil)
-
+ UnsafeUtrygt
-
+ Paranoid (disables most optimizations)Paranoid (deaktiverer de fleste optimaliseringer)
-
+ Debugging
-
+ Dynarmic
-
+ NCENCE
-
+ Borderless WindowedRammeløst vindu
-
+ Exclusive FullscreenEksklusiv fullskjerm
-
+ No Video OutputIngen videoutdata
-
+ CPU Video DecodingCPU-videodekoding
-
+ GPU Video Decoding (Default)GPU-videodekoding (Standard)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0,25× (180p/270p) [EKSPERIMENTELL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0,5× (360p/540p) [EKSPERIMENTELL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0,75× (540p/810p) [EKSPERIMENTELL]
-
+ 1X (720p/1080p)1× (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1,25× (900p/1350p) [EKSPERIMENTELL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1,5× (1080p/1620p) [EKSPERIMENTELL]
-
+ 2X (1440p/2160p)2× (1440p/2160p)
-
+ 3X (2160p/3240p)3× (2160p/3240p)
-
+ 4X (2880p/4320p)4× (2880p/4320p)
-
+ 5X (3600p/5400p)5× (3600p/5400p)
-
+ 6X (4320p/6480p)6× (4320p/6480p)
-
+ 7X (5040p/7560p)7× (5040p/7560p)
-
+ 8X (5760p/8640p)8× (5760p/8640p)
-
+ Nearest NeighborNærmeste nabo
-
+ BilinearBilineær
-
+ BicubicBikubisk
-
+ GaussianGaussisk
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Super Resolution
-
+ AreaOmråde
-
+ MMPXMMPX
-
+ Zero-Tangent
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneIngen
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Standard (16:9)
-
+ Force 4:3Tving 4:3
-
+ Force 21:9Tving 21:9
-
+ Force 16:10Tving 16:10
-
+ Stretch to WindowStrekk til vinduet
-
+ AutomaticAutomatisk
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Japansk (日本語)
-
+ American EnglishAmerikansk engelsk
-
+ French (français)Fransk (français)
-
+ German (Deutsch)Tysk (Deutsch)
-
+ Italian (italiano)Italiensk (italiano)
-
+ Spanish (español)Spansk (español)
-
+ ChineseKinesisk
-
+ Korean (한국어)Koreansk (한국어)
-
+ Dutch (Nederlands)Nederlandsk (Nederlands)
-
+ Portuguese (português)Portugisisk (português)
-
+ Russian (Русский)Russisk (Русский)
-
+ TaiwaneseTaiwansk
-
+ British EnglishBritisk engelsk
-
+ Canadian FrenchKanadisk fransk
-
+ Latin American SpanishLatinamerikansk spansk
-
+ Simplified ChineseForenklet kinesisk
-
+ Traditional Chinese (正體中文)Tradisjonell kinesisk (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Brasiliansk portugisisk (português do Brasil)
-
+ Polish (polska)Polsk (polska)
-
+ Thai (แบบไทย)Thai (แบบไทย)
-
-
+
+ JapanJapan
-
+ USAUSA
-
+ EuropeEuropa
-
+ AustraliaAustralia
-
+ ChinaFolkerepublikken Kina
-
+ KoreaKorea
-
+ TaiwanTaiwan (Republikken Kina)
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zoneStandard (%1)
-
+ CETSentraleuropeisk tid
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETØsteuropeisk tid
-
+ EgyptEgypt
-
+ EireRepublikken Irland
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBStorbritannia
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIsland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibya
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolen
-
+ PortugalPortugal
-
+ PRCFolkerepublikken Kina
-
+ PST8PDTPST8PDT
-
+ ROCTaiwan (Republikken Kina)
-
+ ROKSør-Korea
-
+ SingaporeSingapore
-
+ TurkeyTyrkia
-
+ UCTUCT
-
+ UniversalUniversalt
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4 GB DRAM (Standard)
-
+ 6GB DRAM (Unsafe)6 GB DRAM (Utrygt)
-
+ 8GB DRAM8 GB DRAM
-
+ 10GB DRAM (Unsafe)10 GB DRAM (Utrygt)
-
+ 12GB DRAM (Unsafe)12 GB DRAM (Utrygt)
-
+ DockedI dokking
-
+ HandheldHåndholdt
-
-
+
+ OffAv
-
+ Boost (1700MHz)Boost (1700 MHz)
-
+ Fast (2000MHz)Rask (2000 MHz)
-
+ Always ask (Default)Spør alltid (Standard)
-
+ Only if game specifies not to stop
-
+ Never askAldri spør
-
-
+
+ Medium (256)Middels (256)
-
-
+
+ High (512)Høy (512)
-
+ Very Small (16 MB)Veldig liten (16 MB)
-
+ Small (32 MB)Liten (32 MB)
-
+ Normal (128 MB)Normal (128 MB)
-
+ Large (256 MB)Stor (256 MB)
-
+ Very Large (512 MB)Veldig stor (512 MB)
-
+ Very Low (4 MB)Veldig lav (4 MB)
-
+ Low (8 MB)Lav (8 MB)
-
+ Normal (16 MB)Normal (16 MB)
-
+ Medium (32 MB)Middels (32 MB)
-
+ High (64 MB)Høy (64 MB)
-
+ Very Low (32)Svært lav (32)
-
+ Low (64)Lav (64)
-
+ Normal (128)Normal (128)
-
+ DisabledSkrudd av
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -3198,7 +3208,7 @@ Would you like to delete the old save data?
External Content
- Eksternt innhold
+
@@ -6054,7 +6064,7 @@ Please go to Configure -> System -> Network and make a selection.
Start Game without Custom Configuration
- Start spill uten tilpasset oppsett
+ Star Spill Uten Tilpasset Konfigurasjon
@@ -6180,7 +6190,7 @@ Please go to Configure -> System -> Network and make a selection.
Configure Game
- Oppsett av spillet
+
@@ -6417,204 +6427,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteLyd av/på
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowHovedvindu
-
+ Audio Volume DownLydvolum ned
-
+ Audio Volume UpLydvolum opp
-
+ Capture ScreenshotTa skjermklipp
-
+ Change Adapting FilterEndre tilpasningsfilter
-
+ Change Docked ModeEndre forankret modus
-
+ Change GPU ModeEndre GPU-modus
-
+ ConfigureSett opp
-
+ Configure Current Game
- Sett opp nåværende spill
+
-
+ Continue/Pause EmulationFortsett/Pause emuleringen
-
+ Exit FullscreenAvslutt fullskjerm
-
+ Exit EdenAvslutt Eden
-
+ FullscreenFullskjerm
-
+ Load FileLast inn Fil
-
+ Load/Remove AmiiboLast/Fjern Amiibo
-
+ Browse Public Game Lobby
-
+ Create RoomOpprett rom
-
+ Direct Connect to Room
-
+ Leave RoomForlat rom
-
+ Show Current Room
-
+ Restart EmulationOmstart emuleringen
-
+ Stop EmulationStopp emuleringen
-
+ TAS RecordSpill inn TAS
-
+ TAS ResetTilbakestill TAS
-
+ TAS Start/StopStart/Stopp TAS
-
+ Toggle Filter BarVeksle filterlinje
-
+ Toggle Framerate LimitVeksle bildefrekvensgrense
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningVeksle musepanorering
-
+ Toggle Renderdoc Capture
-
+ Toggle Status BarVeksle statuslinje
-
+ Toggle Performance Overlay
@@ -10487,4 +10497,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/nl.ts b/dist/languages/nl.ts
index 869ead9df0..2dec838b0b 100644
--- a/dist/languages/nl.ts
+++ b/dist/languages/nl.ts
@@ -590,12 +590,22 @@ Gebruik Boost (1700 MHz) om op de hoogste native kloksnelheid van de Switch te d
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)Host MMU-emulatie inschakelen (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -604,172 +614,172 @@ Als u deze optie inschakelt, worden lees- en schrijfbewerkingen in het gastgeheu
Als u deze optie uitschakelt, worden alle geheugentoegangen gedwongen om gebruik te maken van software-MMU-emulatie.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Ontbind FMA (verbeterd prestatie op CPU's zonder FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Deze optie verbetert de snelheid door de nauwkeurigheid van fused-multiply-add-instructies op CPU's zonder native FMA-ondersteuning te verminderen.
-
+ Faster FRSQRTE and FRECPESnellere FRSRTE en FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Deze optie verbetert de snelheid van sommige benaderende drijvende-kommagetal-functies door minder nauwkeurige native benaderingen te gebruiken.
-
+ Faster ASIMD instructions (32 bits only)Snellere ASIMD-instructies (alleen 32-bits)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Deze optie verbetert de snelheid van 32-bits ASIMD-drijvende-kommagetallen door te werken met onjuiste afrondingsmodi.
-
+ Inaccurate NaN handlingOnnauwkeurige NaN-verwerking
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Deze optie verbetert de snelheid door NaN-controle te verwijderen.
Houd er rekening mee dat dit ook de nauwkeurigheid van bepaalde drijvende-kommainstructies vermindert.
-
+ Disable address space checksSchakel adresruimtecontroles uit
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorNegeer globale monitor
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Deze optie verbetert de snelheid door alleen te vertrouwen op de semantiek van cmpxchg om de veiligheid van exclusieve toegangsinstructies te waarborgen.
Houd er rekening mee dat dit kan leiden tot deadlocks en andere race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Apparaat:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Resolutie:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Window Adapting Filter:
-
+ FSR Sharpness:FSR-scherpte:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Antialiasing-methode:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Volledig scherm modus:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Aspect Ratio:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -777,24 +787,24 @@ This feature is experimental.
-
+ NVDEC emulation:NVDEC-emulatie:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:ASTC Decodeer Methode:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -803,55 +813,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:VSync-modus:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -859,1376 +869,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)Schakel asynchrone presentatie in (alleen Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)Forceer maximale klokken (alleen Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Werkt op de achtergrond terwijl er wordt gewacht op grafische opdrachten om te voorkomen dat de GPU zijn kloksnelheid verlaagt.
-
+ Anisotropic Filtering:Anisotrope Filtering:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheGebruik Vulkan-pijplijn-cache
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive FlushingSchakel Reactive Flushing In
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playback
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.
-
+ Barrier feedback loops
-
+ Improves rendering of transparency effects in specific games.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedRNG Seed
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameApparaatnaam
-
+ The name of the console.
-
+ Custom RTC Date:Aangepaste RTC Datum:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:Taal:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Regio:
-
+ The region of the console.
-
+ Time Zone:Tijdzone:
-
+ The time zone of the console.
-
+ Sound Output Mode:Geluidsuitvoermodus:
-
+ Console Mode:Console Modus:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulationBevestig voordat u de emulatie stopt
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityVerberg muis wanneer inactief
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletController-applet uitschakelen
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)
-
+ BC1 (Low quality)BC1 (Lage Kwaliteit)
-
+ BC3 (Medium quality)BC3 (Gemiddelde kwaliteit)
-
-
+
+ AutoAuto
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNull
-
+ Fast
-
+ Balanced
-
-
+
+ AccurateAccuraat
-
-
+
+ DefaultStandaard
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeOnveilig
-
+ Paranoid (disables most optimizations)Paranoid (schakelt de meeste optimalisaties uit)
-
+ Debugging
-
+ Dynarmic
-
+ NCE
-
+ Borderless WindowedRandloos Venster
-
+ Exclusive FullscreenExclusief Volledig Scherm
-
+ No Video OutputGeen Video-uitvoer
-
+ CPU Video DecodingCPU Videodecodering
-
+ GPU Video Decoding (Default)GPU Videodecodering (Standaard)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [EXPERIMENTEEL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [EXPERIMENTEEL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNearest Neighbor
-
+ BilinearBilinear
-
+ BicubicBicubic
-
+ GaussianGaussian
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneGeen
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Standaart (16:9)
-
+ Force 4:3Forceer 4:3
-
+ Force 21:9Forceer 21:9
-
+ Force 16:10Forceer 16:10
-
+ Stretch to WindowUitrekken naar Venster
-
+ AutomaticAutomatisch
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Japans (日本語)
-
+ American EnglishAmerikaans-Engels
-
+ French (français)Frans (Français)
-
+ German (Deutsch)Duits (Deutsch)
-
+ Italian (italiano)Italiaans (italiano)
-
+ Spanish (español)Spaans (Español)
-
+ ChineseChinees
-
+ Korean (한국어)Koreaans (한국어)
-
+ Dutch (Nederlands)Nederlands (Nederlands)
-
+ Portuguese (português)Portugees (português)
-
+ Russian (Русский)Russisch (Русский)
-
+ TaiwaneseTaiwanese
-
+ British EnglishBrits-Engels
-
+ Canadian FrenchCanadees-Frans
-
+ Latin American SpanishLatijns-Amerikaans Spaans
-
+ Simplified ChineseVereenvoudigd Chinees
-
+ Traditional Chinese (正體中文)Traditioneel Chinees (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Braziliaans-Portugees (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJapan
-
+ USAUSA
-
+ EuropeEuropa
-
+ AustraliaAustralië
-
+ ChinaChina
-
+ KoreaKorea
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zoneStandaard (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgypte
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIjsland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibië
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolen
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapore
-
+ TurkeyTurkije
-
+ UCTUCT
-
+ UniversalUniverseel
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)
-
+ 6GB DRAM (Unsafe)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedDocked
-
+ HandheldHandheld
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)
-
+ Only if game specifies not to stop
-
+ Never ask
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6415,204 +6425,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteAudio Dempen/Dempen Opheffen
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowHoofdvenster
-
+ Audio Volume DownAudiovolume Omlaag
-
+ Audio Volume UpAudiovolume Omhoog
-
+ Capture ScreenshotLeg Schermafbeelding Vast
-
+ Change Adapting FilterWijzig Aanpassingsfilter
-
+ Change Docked ModeWijzig Docked-modus
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause EmulationEmulatie Doorgaan/Onderbreken
-
+ Exit FullscreenVolledig Scherm Afsluiten
-
+ Exit Eden
-
+ FullscreenVolledig Scherm
-
+ Load FileLaad Bestand
-
+ Load/Remove AmiiboLaad/Verwijder Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart EmulationHerstart Emulatie
-
+ Stop EmulationStop Emulatie
-
+ TAS RecordTAS Opname
-
+ TAS ResetTAS Reset
-
+ TAS Start/StopTAS Start/Stop
-
+ Toggle Filter BarSchakel Filterbalk
-
+ Toggle Framerate LimitSchakel Frameratelimiet
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningSchakel Muispanning
-
+ Toggle Renderdoc Capture
-
+ Toggle Status BarSchakel Statusbalk
-
+ Toggle Performance Overlay
@@ -10483,4 +10493,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/pl.ts b/dist/languages/pl.ts
index 6668939f93..70c84d9f09 100644
--- a/dist/languages/pl.ts
+++ b/dist/languages/pl.ts
@@ -597,12 +597,22 @@ Użyj opcji Boost (1700 MHz), aby uruchomić urządzenie z najwyższą natywną
Ustaw niestandardową wartość taktów CPU. Wyższe wartości mogą zwiększyć wydajność, ale mogą też powodować zawieszanie się gry. Zalecany zakres to 77–21000.
-
+
+ Virtual Table Bouncing
+ Odbijanie tablicy wirtualnej
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+ Pomija (emulując zwrócenie wartości 0) wszystkie funkcje, które wyzwalają wyjątek prefetch
+
+
+ Enable Host MMU Emulation (fastmem)Włącz emulację MMU hosta (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -611,100 +621,100 @@ Włączenie powoduje, że odczyty/zapisy pamięci gościa trafiają bezpośredni
Wyłączenie wymusza użycie emulacji programowej MMU dla wszystkich dostępów do pamięci.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Unfuse FMA (zwiększ wydajność na procesorach bez FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Ta opcja zwiększa szybkość kosztem dokładności instrukcji FMA (fused-multiply-add) na procesorach bez natywnego wsparcia FMA.
-
+ Faster FRSQRTE and FRECPESzybsze FRSQRTE i FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Ta opcja poprawia szybkość niektórych funkcji zmiennoprzecinkowych, używając mniej dokładnych natywnych aproksymacji.
-
+ Faster ASIMD instructions (32 bits only)Szybsze instrukcje ASIMD (Tylko 32-bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Ta opcja przyspiesza 32-bitowe funkcje zmiennoprzecinkowe ASIMD, uruchamiając je z nieprawidłowymi trybami zaokrąglania.
-
+ Inaccurate NaN handlingNiedokładna obsługa NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Ta opcja zwiększa szybkość poprzez wyłączenie sprawdzania NaN.
Uwaga: obniża to dokładność niektórych instrukcji zmiennoprzecinkowych.
-
+ Disable address space checksWyłącz sprawdzanie przestrzeni adresów
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.Ta opcja poprawia szybkość poprzez usunięcie sprawdzania bezpieczeństwa przed każdą operacją pamięci.
Wyłączenie może umożliwić wykonanie dowolnego kodu.
-
+ Ignore global monitorIgnoruj ogólne monitorowanie
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Ta opcja zwiększa szybkość, polegając wyłącznie na semantyce „cmpxchg” w celu zapewnienia bezpieczeństwa instrukcji z dostępem wyłącznym.
Uwaga: może to prowadzić do zakleszczeń i innych warunków wyścigu.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.Zmienia wyjściowe API grafiki.
Zalecany jest Vulkan.
-
+ Device:Urządzenie:
-
+ This setting selects the GPU to use (Vulkan only).To ustawienie wybiera używany GPU (tylko Vulkan).
-
+ Resolution:Rozdzielczość:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -713,27 +723,27 @@ Wyższe rozdzielczości wymagają więcej VRAM i przepustowości.
Opcje poniżej 1x mogą powodować artefakty.
-
+ Window Adapting Filter:Filtr Adaptującego Okna:
-
+ FSR Sharpness:Ostrość FSR:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.Określa, jak bardzo obraz będzie wyostrzony przy użyciu dynamicznego kontrastu FSR.
-
+ Anti-Aliasing Method:Metoda Anty-Aliasingu:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -742,12 +752,12 @@ SMAA oferuje najlepszą jakość.
FXAA może zapewnić stabilniejszy obraz w niższych rozdzielczościach.
-
+ Fullscreen Mode:Tryb Pełnoekranowy:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -756,12 +766,12 @@ Tryb bez ramek zapewnia najlepszą zgodność z klawiaturą ekranową wymaganą
Pełny ekran wyłączny może oferować lepszą wydajność i lepsze wsparcie FreeSync/G-Sync.
-
+ Aspect Ratio:Format obrazu:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -770,24 +780,24 @@ Większość gier obsługuje wyłącznie 16:9, więc inne proporcje wymagają mo
Kontroluje także proporcje przechwytywanych zrzutów ekranu.
-
+ Use persistent pipeline cacheUżywaj trwałej pamięci podręcznej (cache) potoków
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Pozwala zapisywać shadery w pamięci masowej, aby przyspieszyć ładowanie przy kolejnych uruchomieniach gry.
Wyłączanie tej opcji jest przeznaczone do debugowania.
-
+ Optimize SPIRV outputOptymalizacja wydajności SPIRV
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -798,12 +808,12 @@ Może nieznacznie poprawić wydajność.
Funkcja eksperymentalna.
-
+ NVDEC emulation:Emulacja NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -812,12 +822,12 @@ Dekodowanie może być wykonywane przez CPU albo GPU, albo może być całkowici
W większości przypadków najlepszą wydajność zapewnia dekodowanie na GPU.
-
+ ASTC Decoding Method:Metoda dekodowania ASTC:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -829,12 +839,12 @@ GPU: użyj shaderów obliczeniowych GPU do dekodowania tekstur ASTC (zalecane).
CPU asynchronicznie: użyj CPU do dekodowania na żądanie. Eliminuje zacięcia podczas dekodowania ASTC, ale może powodować artefakty.
-
+ ASTC Recompression Method:Metoda rekompresji ASTC:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -842,44 +852,44 @@ BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
BC1/BC3: format pośredni zostanie ponownie skompresowany do BC1 lub BC3 — oszczędza VRAM kosztem jakości obrazu.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:Tryb wykorzystania VRAM:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.Określa, czy emulator ma oszczędzać pamięć, czy maksymalnie wykorzystywać dostępną pamięć wideo dla wydajności.
Tryb agresywny może pogorszyć działanie innych aplikacji, np. oprogramowania do nagrywania.
-
+ Skip CPU Inner InvalidationPomiń wewnętrzne unieważnienie procesora CPU
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.Pomija niektóre unieważnienia pamięci podręcznej po stronie CPU podczas aktualizacji pamięci, zmniejszając użycie CPU i poprawiając jego wydajność. Może powodować błędy lub awarie w niektórych grach.
-
+ VSync Mode:Tryb synchronizacji pionowej:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -890,12 +900,12 @@ Mailbox może mieć niższe opóźnienia niż FIFO i nie powoduje tearingu, ale
Immediate (bez synchronizacji) wyświetla wszystko, co jest dostępne, i może powodować tearing.
-
+ Sync Memory OperationsSynchronizuj operacje pamięci
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -903,44 +913,44 @@ Unreal Engine 4 games often see the most significant changes thereof.
Gry z Unreal Engine 4 mogą być najbardziej dotknięte.
-
+ Enable asynchronous presentation (Vulkan only)Włącz asynchroniczną prezentację (tylko Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Nieznacznie poprawia wydajność, przenosząc prezentację na oddzielny wątek CPU.
-
+ Force maximum clocks (Vulkan only)Wymuś maksymalne zegary (Tylko Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Uruchamia pracę w tle podczas oczekiwania na komendy graficzne aby GPU nie obniżało taktowania.
-
+ Anisotropic Filtering:Filtrowanie anizotropowe:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.Steruje jakością renderowania tekstur pod ostrymi kątami.
Na większości GPU bezpieczną wartością jest 16x.
-
+ GPU Mode:Tryb GPU:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
@@ -949,101 +959,101 @@ Większość gier renderuje się poprawnie w trybach Szybki lub Zrównoważony,
Efekty cząsteczkowe zwykle renderują się poprawnie tylko w trybie Dokładnym.
-
+ DMA Accuracy:Dokładność DMA:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.Steruje precyzją DMA. Tryb „bezpieczna precyzja” usuwa problemy w niektórych grach, ale może pogorszyć wydajność.
-
+ Enable asynchronous shader compilationWłącz asynchroniczną kompilację shaderów
-
+ May reduce shader stutter.Może zmniejszyć zacięcia spowodowane kompilacją shaderów.
-
+ Fast GPU TimeSzybki czas GPU
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.Podkręca emulowane GPU, aby zwiększyć dynamiczną rozdzielczość i zasięg renderowania.
Ustaw 256 dla maksymalnej wydajności, a 512 dla maksymalnej jakości grafiki.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheUżyj pamięci podręcznej strumienia dla Vulkana
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Włącza specyficzną dla producenta GPU pamięć podręczną potoków.
Ta opcja może znacząco skrócić czas ładowania shaderów w przypadkach, gdy sterownik Vulkan nie przechowuje wewnętrznie plików pamięci podręcznej potoków.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Włącz potoki obliczeniowe (tylko Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1052,182 +1062,182 @@ To ustawienie istnieje wyłącznie dla sterowników Intela i może spowodować b
Na wszystkich pozostałych sterownikach potoki obliczeniowe są zawsze włączone.
-
+ Enable Reactive FlushingWłącz reaktywne opróżnianie buforów
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Używa opróżniania reaktywnego zamiast predykcyjnego, co umożliwia dokładniejsze synchronizowanie pamięci.
-
+ Sync to framerate of video playbackSynchronizuj do liczby klatek odtwarzanego wideo
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Uruchamiaj grę z normalną prędkością podczas odtwarzania wideo, nawet przy odblokowanej liczbie klatek na sekundę.
-
+ Barrier feedback loopsPętle sprzężenia zwrotnego barier
-
+ Improves rendering of transparency effects in specific games.Poprawia renderowanie efektów przezroczystości w niektórych grach.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic StateRozszerzony stan dynamiczny
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.Kontroluje liczbę funkcji, które mogą być używane w Extended Dynamic State.
Wyższe poziomy pozwalają na użycie większej liczby funkcji i mogą zwiększyć wydajność, ale mogą powodować dodatkowe problemy z grafiką.
-
+ Vertex Input Dynamic StateDynamiczny stan wejścia wierzchołków
-
+ Enables vertex input dynamic state feature for better quality and performance.Włącza funkcję dynamicznego stanu wejścia wierzchołków, poprawiając jakość i wydajność.
-
+ Sample ShadingCieniowanie próbkowe
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Pozwala wykonywać shader fragmentów dla każdej próbki we fragmencie wielokrotnie próbkowanym zamiast raz dla każdego fragmentu. Poprawia jakość grafiki kosztem wydajności.
Wyższe wartości poprawiają jakość, ale obniżają wydajność.
-
+ RNG SeedZiarno RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.Ustala ziarno generatora liczb losowych.
Głównie używane do speedrunów.
-
+ Device NameNazwa urządzenia
-
+ The name of the console.The name of the console.
-
+ Custom RTC Date:Własna data RTC
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Ta opcja pozwala zmienić zegar konsoli.
Może służyć do manipulowania czasem w grach.
-
+ The number of seconds from the current unix timeLiczba sekund od bieżącego czasu Unix
-
+ Language:Język:
-
+ This option can be overridden when region setting is auto-selectTa opcja może zostać nadpisana, gdy ustawienie regionu to automatyczny wybór.
-
+ Region:Region:
-
+ The region of the console.Region konsoli.
-
+ Time Zone:Strefa czasowa:
-
+ The time zone of the console.Strefa czasowa konsoli.
-
+ Sound Output Mode:Tryb wyjścia dźwięku:
-
+ Console Mode:Tryb konsoli
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1236,1046 +1246,1046 @@ W zależności od tego ustawienia gry zmienią swoją rozdzielczość, szczegó
Ustawienie na Handheld może poprawić wydajność na słabszych komputerach.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on bootPytaj o profil użytkownika przy uruchomieniu.
-
+ Useful if multiple people use the same PC.Przydatne, gdy z tego samego PC korzysta wiele osób.
-
+ Pause when not in focusWstrzymuj, gdy okno nie jest aktywne
-
+ Pauses emulation when focusing on other windows.Wstrzymuje emulację po przełączeniu na inne okna.
-
+ Confirm before stopping emulationPotwierdzaj przed zatrzymaniem emulacji
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.Nadpisuje monity z prośbą o potwierdzenie zatrzymania emulacji.
Włączenie powoduje pominięcie takich monitów i bezpośrednie wyjście z emulacji.
-
+ Hide mouse on inactivityUkryj mysz przy braku aktywności
-
+ Hides the mouse after 2.5s of inactivity.Ukrywa kursor po 2,5 s bezczynności.
-
+ Disable controller appletWyłącz aplet kontrolera
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.Wymusza wyłączenie użycia apletu kontrolera w oprogramowaniu uruchamianym w emulacji.
Jeśli emulowane oprogramowanie próbuje otworzyć aplet kontrolera, jest on natychmiast zamykany.
-
+ Check for updatesSprawdź aktualizacje
-
+ Whether or not to check for updates upon startup.Czy sprawdzać aktualizacje przy uruchomieniu.
-
+ Enable GamemodeWłącz Tryb gry
-
+ Force X11 as Graphics BackendWymuś X11 jako backend grafiki
-
+ Custom frontendNiestandardowy frontend
-
+ Real appletPrawdziwy aplet
-
+ NeverNigdy
-
+ On LoadPrzy wczytywaniu
-
+ AlwaysZawsze
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousAsynchroniczne CPU
-
+ Uncompressed (Best quality)Brak (najlepsza jakość)
-
+ BC1 (Low quality)BC1 (niska jakość)
-
+ BC3 (Medium quality)BC3 (średnia jakość)
-
-
+
+ AutoAutomatyczny
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ ConservativeKonserwatywny
-
+ AggressiveAgresywny
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNull
-
+ FastSzybkie
-
+ BalancedZrównoważony
-
-
+
+ AccurateDokładny
-
-
+
+ DefaultDomyślny
-
+ Unsafe (fast)Niezalecane (szybkie)
-
+ Safe (stable)Bezpieczne (stabilne)
-
+ UnsafeNiebezpieczny
-
+ Paranoid (disables most optimizations)Paranoiczne (wyłącza większość optymalizacji)
-
+ DebuggingDebugowanie
-
+ DynarmicDynamiczny
-
+ NCENCE
-
+ Borderless WindowedW oknie (Bezramkowy)
-
+ Exclusive FullscreenExclusive Fullscreen
-
+ No Video OutputBrak wyjścia wideo
-
+ CPU Video DecodingDekodowanie Wideo przez CPU
-
+ GPU Video Decoding (Default)Dekodowanie Wideo przez GPU (Domyślne)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0,25x (180p/270p) [EKSPERYMENTALNE]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0,5x (360p/540p) [EKSPERYMENTALNE]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [EKSPERYMENTALNE]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [EKSPERYMENTALNE]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [Ekperymentalnie]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNajbliższy sąsiadujący
-
+ BilinearBilinearny
-
+ BicubicBikubiczny
-
+ GaussianKulisty
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Super Resolution
-
+ AreaObszar
-
+ MMPXMMPX
-
+ Zero-TangentZero-Tangent
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneŻadna (wyłączony)
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Domyślne (16:9)
-
+ Force 4:3Wymuś 4:3
-
+ Force 21:9Wymuś 21:9
-
+ Force 16:10Wymuś 16:10
-
+ Stretch to WindowRozciągnij do Okna
-
+ AutomaticAutomatyczne
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Japoński (日本語)
-
+ American EnglishAngielski Amerykański
-
+ French (français)Francuski (français)
-
+ German (Deutsch)Niemiecki (Niemcy)
-
+ Italian (italiano)Włoski (italiano)
-
+ Spanish (español)Hiszpański (español)
-
+ ChineseChiński
-
+ Korean (한국어)Koreański (한국어)
-
+ Dutch (Nederlands)Duński (Holandia)
-
+ Portuguese (português)Portugalski (português)
-
+ Russian (Русский)Rosyjski (Русский)
-
+ TaiwaneseTajwański
-
+ British EnglishAngielski Brytyjski
-
+ Canadian FrenchFancuski (Kanada)
-
+ Latin American SpanishHiszpański (Latin American)
-
+ Simplified ChineseChiński (Uproszczony)
-
+ Traditional Chinese (正體中文)Chiński tradycyjny (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Portugalski (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJaponia
-
+ USAUSA
-
+ EuropeEuropa
-
+ AustraliaAustralia
-
+ ChinaChiny
-
+ KoreaKorea
-
+ TaiwanTajwan
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zoneDomyślne (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgipt
-
+ EireIrlandia
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIslandia
-
+ IranIran
-
+ IsraelIzrael
-
+ JamaicaJamajka
-
+ KwajaleinKwajalein
-
+ LibyaLibia
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolska
-
+ PortugalPortugalia
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapur
-
+ TurkeyTurcja
-
+ UCTUCT
-
+ UniversalUniwersalny
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4GB DRAM (Domyślne)
-
+ 6GB DRAM (Unsafe)6GB DRAM (NIebezpieczne)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (NIebezpieczne)
-
+ 12GB DRAM (Unsafe)12GB DRAM (NIebezpieczne)
-
+ DockedZadokowany
-
+ HandheldPrzenośnie
-
-
+
+ OffWyłączone
-
+ Boost (1700MHz)Boost (1700MHz)
-
+ Fast (2000MHz)Szybki (2000MHz)
-
+ Always ask (Default)Zawsze pytaj (Domyślne)
-
+ Only if game specifies not to stopTylko jeśli gra określa, aby nie zatrzymywać
-
+ Never askNie pytaj więcej
-
-
+
+ Medium (256)Średnie (256)
-
-
+
+ High (512)Wysokie (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ DisabledWyłączone
-
+ ExtendedDynamicState 1ExtendedDynamicState 1
-
+ ExtendedDynamicState 2ExtendedDynamicState 2
-
+ ExtendedDynamicState 3ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6487,204 +6497,204 @@ Komunikat debugowania:
Hotkeys
-
+ Audio Mute/UnmuteWycisz/Odcisz Audio
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowOkno główne
-
+ Audio Volume DownZmniejsz głośność dźwięku
-
+ Audio Volume UpZwiększ głośność dźwięku
-
+ Capture ScreenshotZrób zrzut ekranu
-
+ Change Adapting FilterZmień filtr adaptacyjny
-
+ Change Docked ModeZmień tryb dokowania
-
+ Change GPU ModeZmień tryb GPU
-
+ ConfigureKonfiguruj
-
+ Configure Current GameKonfiguruj bieżącą grę
-
+ Continue/Pause EmulationKontynuuj/Zatrzymaj Emulację
-
+ Exit FullscreenWyłącz Pełny Ekran
-
+ Exit EdenOpuść Eden
-
+ FullscreenPełny ekran
-
+ Load FileZaładuj plik...
-
+ Load/Remove AmiiboZaładuj/Usuń Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart EmulationZrestartuj Emulację
-
+ Stop EmulationZatrzymaj Emulację
-
+ TAS RecordNagrywanie TAS
-
+ TAS ResetReset TAS
-
+ TAS Start/StopTAS Start/Stop
-
+ Toggle Filter BarPokaż pasek filtrowania
-
+ Toggle Framerate LimitPrzełącz limit liczby klatek na sekundę
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningWłącz przesuwanie myszką
-
+ Toggle Renderdoc CapturePrzełącz przechwytywanie RenderDoc
-
+ Toggle Status BarPrzełącz pasek stanu
-
+ Toggle Performance Overlay
@@ -10603,4 +10613,4 @@ Wybierając „Z Eden”, dotychczasowe dane zapisu przechowywane w Ryujinx zost
Łączny czas gry osiągnął maksimum.
-
+
\ No newline at end of file
diff --git a/dist/languages/pt_BR.ts b/dist/languages/pt_BR.ts
index c0ff995256..e53e8fc254 100644
--- a/dist/languages/pt_BR.ts
+++ b/dist/languages/pt_BR.ts
@@ -596,12 +596,22 @@ Use 'Boost' (1700MHz) para rodar no clock nativo mais alto do Switch,
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)Ativar Emulação de MMU do Anfitrião (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -610,125 +620,125 @@ Ativá-la faz com que as leituras/escritas de memória do convidado sejam feitas
Desativar esta opção força todos os acessos à memória a usarem a Emulação de MMU por Software.
-
+ Unfuse FMA (improve performance on CPUs without FMA)FMA inseguro (melhora desempenho no CPU sem FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Essa opção melhora a velocidade ao reduzir a precisão de instruções de fused-multiply-add em CPUs sem suporte nativo ao FMA.
-
+ Faster FRSQRTE and FRECPEFRSQRTE e FRECPE mais rápido
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Essa opção melhora a velocidade de algumas funções aproximadas de pontos flutuantes ao usar aproximações nativas precisas.
-
+ Faster ASIMD instructions (32 bits only)Instruções ASIMD mais rápidas (apenas 32 bits)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Essa opção melhora a velocidade de funções de pontos flutuantes de 32 bits ASIMD ao executá-las com modos de arredondamento incorretos.
-
+ Inaccurate NaN handlingTratamento impreciso de NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Esta opção melhora a velocidade ao remover a checagem NaN.
Por favor, note que isso também reduzirá a precisão de certas instruções de ponto flutuante.
-
+ Disable address space checksDesativar a verificação do espaço de endereços
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorIgnorar monitor global
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Esta opção melhora a velocidade ao depender apenas das semânticas do cmpxchg pra garantir a segurança das instruções de acesso exclusivo.
Por favor, note que isso pode resultar em travamentos e outras condições de execução.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Dispositivo:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Resolução:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Filtro de adaptação de janela:
-
+ FSR Sharpness:FSR Sharpness:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Método de Anti-Aliasing
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -737,12 +747,12 @@ SMAA oferece a melhor qualidade.
FXAA pode produzir uma imagem mais estável em resoluções mais baixas.
-
+ Fullscreen Mode:Tela Cheia
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -751,36 +761,36 @@ Sem borda oferece a melhor compatibilidade com o teclado na tela que alguns jogo
Tela cheia exclusiva pode oferecer melhor desempenho e melhor suporte a Freesync/Gsync.
-
+ Aspect Ratio:Proporção do Ecrã:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Permite guardar os shaders para carregar os jogos nas execuções seguintes.
Desabiltar essa opção só serve para propósitos de depuração.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -791,12 +801,12 @@ This feature is experimental.
Este recurso é experimental.
-
+ NVDEC emulation:Emulação NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -805,12 +815,12 @@ Tanto a CPU quanto a GPU podem ser utilizadas para decodificação, ou não deco
Na maioria dos casos, a decodificação pela GPU fornece um melhor desempenho.
-
+ ASTC Decoding Method:Método de Decodificação ASTC:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -823,56 +833,56 @@ CPU Assíncrona: Usa a CPU para decodificar texturas ASTC sob demanda. Elimina t
mas pode apresentar artefatos visuais.
-
+ ASTC Recompression Method:Método de Recompressão ASTC:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.Controle como o emulador gerencia o ritmo de quadros para reduzir travamentos (engasgos) e deixar a taxa de quadros mais suave e consistente.
-
+ VRAM Usage Mode:Modo de Uso da VRAM:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.Define se o emulador deve priorizar a economia de memória ou fazer o uso máximo da memória de vídeo disponível para melhorar o desempenho.
O modo agressivo pode impactar a performance de outros aplicativos, como softwares de gravação.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:Modo de Sincronização vertical:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -880,12 +890,12 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -894,1366 +904,1366 @@ Esta opção corrige problemas em diversos jogos, mas pode reduzir o desempenho.
Jogos baseados na Unreal Engine 4 costumam apresentar as mudanças mais significativas.
-
+ Enable asynchronous presentation (Vulkan only)Ativar apresentação assíncrona (Somente Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Melhora ligeiramente o desempenho ao mover a apresentação para uma thread de CPU separada.
-
+ Force maximum clocks (Vulkan only)Forçar clock máximo (somente Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Executa trabalho em segundo plano aguardando pelos comandos gráficos para evitar a GPU de reduzir seu clock.
-
+ Anisotropic Filtering:Filtro Anisotrópico:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.Controla a precisão do DMA. A precisão Segura corrige problemas em alguns jogos, mas pode reduzir o desempenho.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheUtilizar cache de pipeline do Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Habilita o cache de pipeline da fabricante da GPU.
Esta opção pode melhorar o tempo de carregamento de shaders significantemente em casos onde o driver Vulkan não armazena o cache de pipeline internamente.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Habilitar Pipeline de Computação (Somente Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive FlushingHabilitar Flushing Reativo
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Usa flushing reativo ao invés de flushing preditivo, permitindo mais precisão na sincronização da memória.
-
+ Sync to framerate of video playbackSincronizar com o framerate da reprodução de vídeo
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Executa o jogo na velocidade normal durante a reprodução de vídeo, mesmo se o framerate estiver desbloqueado.
-
+ Barrier feedback loopsCiclos de feedback de barreira
-
+ Improves rendering of transparency effects in specific games.Melhora a renderização de efeitos de transparência em jogos específicos.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Permite que o shader de fragmento seja processado por cada amostra em fragmentos multiamostrados, em vez de uma única vez por fragmento. Melhora a qualidade gráfica ao custo de desempenho.
Valores mais altos aumentam a qualidade, mas reduzem a performance.
-
+ RNG SeedSemente de RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameNome do Dispositivo
-
+ The name of the console.
-
+ Custom RTC Date:Data personalizada do RTC:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:Idioma:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Região:
-
+ The region of the console.
-
+ Time Zone:Fuso Horário:
-
+ The time zone of the console.
-
+ Sound Output Mode:Modo de saída de som
-
+ Console Mode:Modo Console:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulationConfirmar antes de parar a emulação
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityEsconder rato quando inactivo.
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletDesabilitar applet de controle
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable GamemodeHabilitar Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontendFrontend customizado
-
+ Real appletApplet real
-
+ NeverNunca
-
+ On Load
-
+ AlwaysSempre
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU Assíncrona
-
+ Uncompressed (Best quality)Descompactado (Melhor Qualidade)
-
+ BC1 (Low quality)BC1 (Baixa qualidade)
-
+ BC3 (Medium quality)BC3 (Média qualidade)
-
-
+
+ AutoAutomático
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ ConservativeConservador
-
+ AggressiveAgressivo
-
+ VulkanVulcano
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNenhum
-
+ Fast
-
+ Balanced
-
-
+
+ AccuratePreciso
-
-
+
+ DefaultPadrão
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeInseguro
-
+ Paranoid (disables most optimizations)Paranoia (desativa a maioria das otimizações)
-
+ DebuggingDepuração
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless WindowedJanela sem bordas
-
+ Exclusive FullscreenTela cheia exclusiva
-
+ No Video OutputSem saída de vídeo
-
+ CPU Video DecodingDecodificação de vídeo pela CPU
-
+ GPU Video Decoding (Default)Decodificação de vídeo pela GPU (Padrão)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [EXPERIMENTAL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [EXPERIMENTAL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborVizinho mais próximo
-
+ BilinearBilinear
-
+ BicubicBicúbico
-
+ GaussianGaussiano
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ AreaÁrea
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneNenhum
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Padrão (16:9)
-
+ Force 4:3Forçar 4:3
-
+ Force 21:9Forçar 21:9
-
+ Force 16:10Forçar 16:10
-
+ Stretch to WindowEsticar à Janela
-
+ AutomaticAutomático
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Japonês (日本語)
-
+ American EnglishInglês Americano
-
+ French (français)Francês (français)
-
+ German (Deutsch)Alemão (Deutsch)
-
+ Italian (italiano)Italiano (italiano)
-
+ Spanish (español)Espanhol (español)
-
+ ChineseChinês
-
+ Korean (한국어)Coreano (한국어)
-
+ Dutch (Nederlands)Holandês (Nederlands)
-
+ Portuguese (português)Português (português)
-
+ Russian (Русский)Russo (Русский)
-
+ TaiwaneseTaiwanês
-
+ British EnglishInglês Britânico
-
+ Canadian FrenchFrancês Canadense
-
+ Latin American SpanishEspanhol Latino-Americano
-
+ Simplified ChineseChinês Simplificado
-
+ Traditional Chinese (正體中文)Chinês Tradicional (正 體 中文)
-
+ Brazilian Portuguese (português do Brasil)Português do Brasil (Brazilian Portuguese)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJapão
-
+ USAEUA
-
+ EuropeEuropa
-
+ AustraliaAustrália
-
+ ChinaChina
-
+ KoreaCoreia
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zonePadrão (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgito
-
+ EireIrlanda
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Irlanda
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIslândia
-
+ IranIrã
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLíbia
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolônia
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapura
-
+ TurkeyTurquia
-
+ UCTUCT
-
+ UniversalUniversal
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoEstéreo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4GB DRAM (Padrão)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Não seguro)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedAncorado
-
+ HandheldPortátil
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)Sempre perguntar (Padrão)
-
+ Only if game specifies not to stopSomente se o jogo especificar para não parar
-
+ Never askNunca perguntar
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6446,204 +6456,204 @@ Mensagem de Depuração:
Hotkeys
-
+ Audio Mute/UnmuteMutar/Desmutar Áudio
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowJanela Principal
-
+ Audio Volume DownVolume Menos
-
+ Audio Volume UpVolume Mais
-
+ Capture ScreenshotCaptura de Tela
-
+ Change Adapting FilterAlterar Filtro de Adaptação
-
+ Change Docked ModeAlterar Modo de Ancoragem
-
+ Change GPU ModeAlterar modo de GPU
-
+ ConfigureConfigurar
-
+ Configure Current GameConfigurar Jogo Atual
-
+ Continue/Pause EmulationContinuar/Pausar Emulação
-
+ Exit FullscreenSair da Tela Cheia
-
+ Exit EdenSair do Eden
-
+ FullscreenTela Cheia
-
+ Load FileCarregar Ficheiro
-
+ Load/Remove AmiiboCarregar/Remover Amiibo
-
+ Browse Public Game LobbyNavegar no Lobby de Salas Públicas
-
+ Create RoomCriar Sala
-
+ Direct Connect to RoomConectar-se Diretamente à Sala
-
+ Leave RoomSair da Sala
-
+ Show Current RoomExibir Sala Atual
-
+ Restart EmulationReiniciar Emulação
-
+ Stop EmulationParar Emulação
-
+ TAS RecordGravar TAS
-
+ TAS ResetReiniciar TAS
-
+ TAS Start/StopIniciar/Parar TAS
-
+ Toggle Filter BarAlternar Barra de Filtro
-
+ Toggle Framerate LimitAlternar Limite de Quadros por Segundo
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningAlternar o Giro do Mouse
-
+ Toggle Renderdoc CaptureAlternar a Captura do Renderdoc
-
+ Toggle Status BarAlternar Barra de Status
-
+ Toggle Performance OverlayAlternar Sobreposição de Desempenho
@@ -10520,4 +10530,4 @@ Ao selecionar "Do Eden", os dados salvos anteriores armazenados no Ryu
-
+
\ No newline at end of file
diff --git a/dist/languages/pt_PT.ts b/dist/languages/pt_PT.ts
index fb0f3e11c9..2c7560e77d 100644
--- a/dist/languages/pt_PT.ts
+++ b/dist/languages/pt_PT.ts
@@ -585,149 +585,159 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)FMA inseguro (Melhorar performance no CPU sem FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Essa opção melhora a velocidade ao reduzir a precisão de instruções de fused-multiply-add em CPUs sem suporte nativo ao FMA.
-
+ Faster FRSQRTE and FRECPEFRSQRTE e FRECPE mais rápido
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Essa opção melhora a velocidade de algumas funções aproximadas de pontos flutuantes ao usar aproximações nativas precisas.
-
+ Faster ASIMD instructions (32 bits only)Instruções ASIMD mais rápidas (apenas 32 bits)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Essa opção melhora a velocidade de funções de pontos flutuantes de 32 bits ASIMD ao executá-las com modos de arredondamento incorretos.
-
+ Inaccurate NaN handlingTratamento impreciso de NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Esta opção melhora a velocidade ao remover a checagem NaN.
Por favor, note que isso também reduzirá a precisão de certas instruções de ponto flutuante.
-
+ Disable address space checksDesativar a verificação do espaço de endereços
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorIgnorar monitor global
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Esta opção melhora a velocidade ao depender apenas das semânticas do cmpxchg pra garantir a segurança das instruções de acesso exclusivo.
Por favor, note que isso pode resultar em travamentos e outras condições de execução.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Dispositivo:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Resolução:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Filtro de adaptação de janela:
-
+ FSR Sharpness:FSR Sharpness:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Método de Anti-Aliasing
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Tela Cheia
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -736,36 +746,36 @@ Sem borda oferece a melhor compatibilidade com o teclado na tela que alguns jogo
Tela cheia exclusiva pode oferecer melhor performance e melhor suporte a Freesync/Gsync.
-
+ Aspect Ratio:Proporção do Ecrã:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Permite guardar os shaders para carregar os jogos nas execuções seguintes.
Desabiltar essa opção só serve para propósitos de depuração.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -773,12 +783,12 @@ This feature is experimental.
-
+ NVDEC emulation:Emulação NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -787,12 +797,12 @@ Tanto a CPU quanto a GPU podem ser utilizadas para decodificação, ou não deco
Na maioria dos casos, a decodificação pela GPU fornece uma melhor performance.
-
+ ASTC Decoding Method:Método de Decodificação ASTC:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -801,55 +811,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:Método de Recompressão ASTC:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:Modo de Uso da VRAM:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:Modo de Sincronização vertical:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -857,1377 +867,1377 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)Ativar apresentação assíncrona (Somente Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Melhora ligeiramente o desempenho ao mover a apresentação para uma thread de CPU separada.
-
+ Force maximum clocks (Vulkan only)Forçar clock máximo (somente Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Executa trabalho em segundo plano aguardando pelos comandos gráficos para evitar a GPU de reduzir seu clock.
-
+ Anisotropic Filtering:Filtro Anisotrópico:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheUtilizar cache de pipeline do Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Habilita o cache de pipeline da fabricante da GPU.
Esta opção pode melhorar o tempo de carregamento de shaders significantemente em casos onde o driver Vulkan não armazena o cache de pipeline internamente.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Habilitar Pipeline de Computação (Somente Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive FlushingHabilitar Flushing Reativo
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Usa flushing reativo ao invés de flushing preditivo, permitindo mais precisão na sincronização da memória.
-
+ Sync to framerate of video playbackSincronizar com o framerate da reprodução de vídeo
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Executa o jogo na velocidade normal durante a reprodução de vídeo, mesmo se o framerate estiver desbloqueado.
-
+ Barrier feedback loopsCiclos de feedback de barreira
-
+ Improves rendering of transparency effects in specific games.Melhora a renderização de efeitos de transparência em jogos específicos.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedSemente de RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameNome do Dispositivo
-
+ The name of the console.
-
+ Custom RTC Date:Data personalizada do RTC:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:Idioma:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Região:
-
+ The region of the console.
-
+ Time Zone:Fuso Horário:
-
+ The time zone of the console.
-
+ Sound Output Mode:Modo de saída de som
-
+ Console Mode:Modo Console:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulationConfirmar antes de parar a emulação
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityEsconder rato quando inactivo.
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletDesabilitar miniaplicativo de controle
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable GamemodeHabilitar Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontendFrontend customizado
-
+ Real appletMiniaplicativo real
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU Assíncrona
-
+ Uncompressed (Best quality)Descompactado (Melhor Q
-
+ BC1 (Low quality)BC1 (Baixa qualidade)
-
+ BC3 (Medium quality)BC3 (Média qualidade)
-
-
+
+ AutoAutomático
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ ConservativeConservador
-
+ AggressiveAgressivo
-
+ VulkanVulcano
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNenhum (desativado)
-
+ Fast
-
+ Balanced
-
-
+
+ AccuratePreciso
-
-
+
+ DefaultPadrão
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeInseguro
-
+ Paranoid (disables most optimizations)Paranoia (desativa a maioria das otimizações)
-
+ Debugging
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless WindowedJanela sem bordas
-
+ Exclusive FullscreenTela cheia exclusiva
-
+ No Video OutputSem saída de vídeo
-
+ CPU Video DecodingDecodificação de vídeo pela CPU
-
+ GPU Video Decoding (Default)Decodificação de vídeo pela GPU (Padrão)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [EXPERIMENTAL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [EXPERIMENTAL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborVizinho mais próximo
-
+ BilinearBilinear
-
+ BicubicBicúbico
-
+ GaussianGaussiano
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneNenhum
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Padrão (16:9)
-
+ Force 4:3Forçar 4:3
-
+ Force 21:9Forçar 21:9
-
+ Force 16:10Forçar 16:10
-
+ Stretch to WindowEsticar à Janela
-
+ AutomaticAutomático
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Japonês (日本語)
-
+ American EnglishInglês Americano
-
+ French (français)Francês (français)
-
+ German (Deutsch)Alemão (Deutsch)
-
+ Italian (italiano)Italiano (italiano)
-
+ Spanish (español)Espanhol (español)
-
+ ChineseChinês
-
+ Korean (한국어)Coreano (한국어)
-
+ Dutch (Nederlands)Holandês (Nederlands)
-
+ Portuguese (português)Português (português)
-
+ Russian (Русский)Russo (Русский)
-
+ TaiwaneseTaiwanês
-
+ British EnglishInglês Britânico
-
+ Canadian FrenchFrancês Canadense
-
+ Latin American SpanishEspanhol Latino-Americano
-
+ Simplified ChineseChinês Simplificado
-
+ Traditional Chinese (正體中文)Chinês Tradicional (正 體 中文)
-
+ Brazilian Portuguese (português do Brasil)Português do Brasil (Brazilian Portuguese)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJapão
-
+ USAEUA
-
+ EuropeEuropa
-
+ AustraliaAustrália
-
+ ChinaChina
-
+ KoreaCoreia
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zonePadrão (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptEgipto
-
+ EireIrlanda
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Irlanda
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIslândia
-
+ IranIrão
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLíbia
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolónia
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapura
-
+ TurkeyTurquia
-
+ UCTUCT
-
+ UniversalUniversal
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoEstéreo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4GB DRAM (Padrão)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Não seguro)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedAncorado
-
+ HandheldPortátil
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)Sempre perguntar (Padrão)
-
+ Only if game specifies not to stopSomente se o jogo especificar para não parar
-
+ Never askNunca perguntar
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6418,204 +6428,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteMutar/Desmutar Áudio
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowJanela Principal
-
+ Audio Volume DownVolume Menos
-
+ Audio Volume UpVolume Mais
-
+ Capture ScreenshotCaptura de Tela
-
+ Change Adapting FilterAlterar Filtro de Adaptação
-
+ Change Docked ModeAlterar Modo de Ancoragem
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause EmulationContinuar/Pausar Emulação
-
+ Exit FullscreenSair da Tela Cheia
-
+ Exit Eden
-
+ FullscreenTela Cheia
-
+ Load FileCarregar Ficheiro
-
+ Load/Remove AmiiboCarregar/Remover Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart EmulationReiniciar Emulação
-
+ Stop EmulationParar Emulação
-
+ TAS RecordGravar TAS
-
+ TAS ResetReiniciar TAS
-
+ TAS Start/StopIniciar/Parar TAS
-
+ Toggle Filter BarAlternar Barra de Filtro
-
+ Toggle Framerate LimitAlternar Limite de Quadros por Segundo
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningAlternar o Giro do Mouse
-
+ Toggle Renderdoc CaptureAlternar a Captura do Renderdoc
-
+ Toggle Status BarAlternar Barra de Status
-
+ Toggle Performance Overlay
@@ -10486,4 +10496,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/ru_RU.ts b/dist/languages/ru_RU.ts
index 2511049613..b1263a6f8d 100644
--- a/dist/languages/ru_RU.ts
+++ b/dist/languages/ru_RU.ts
@@ -598,12 +598,22 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
Ставит пользовательское значение тиков ЦПУ. Более высокие значения могут повысить производительность, но могут привести к взаимоблокировкам. Рекомендуется использовать диапазон 77-21000.
-
+
+ Virtual Table Bouncing
+ Обработка сбоев виртуальных таблиц
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+ Перехватывает (путём возврата нулевого значения) функции, вызывающие ошибку предвыборки
+
+
+ Enable Host MMU Emulation (fastmem)Включить эмуляцию Host MMU (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -612,98 +622,98 @@ Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Отключить FMA (улучшает производительность на ЦП без FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Этот вариант улучшает скорость путем снижения точности инструкций слияния-умножения-сложения на процессорах без поддержки нативной FMA.
-
+ Faster FRSQRTE and FRECPEУскоренные FRSQRTE и FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Этот вариант улучшает скорость некоторых приближенных функций с плавающей запятой за счет использования менее точных встроенных приближений.
-
+ Faster ASIMD instructions (32 bits only)Ускоренные инструкции ASIMD (только 32 бит)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Этот вариант улучшает скорость 32-битных функций с плавающей запятой ASIMD путем выполнения с неправильными режимами округления.
-
+ Inaccurate NaN handlingНеточная обработка NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Этот вариант улучшает скорость отключая проверки на NaN. Обратите внимание, что это также снижает точность некоторых операций с плавающей запятой.
-
+ Disable address space checksОтключить проверку адресного пространства
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.Эта опция повышает скорость работы за счет исключения проверки безопасности перед каждой операцией с памятью.
Ее отключение может привести к выполнению произвольного кода.
-
+ Ignore global monitorИгнорировать глобальный мониторинг
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Эта опция повышает скорость, полагаясь только на семантику cmpxchg для обеспечения безопасности инструкций исключительного доступа. Обратите внимание, что это может привести к дедлокам и race condition.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.Изменяет графический интерфейс вывода.
Рекомендуется использовать Vulkan.
-
+ Device:Устройство:
-
+ This setting selects the GPU to use (Vulkan only).Этот параметр определяет используемый ГПУ (только для Vulkan).
-
+ Resolution:Разрешение:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -712,27 +722,27 @@ Options lower than 1X can cause artifacts.
Опции ниже 1X могут вызывать артефакты.
-
+ Window Adapting Filter:Фильтр адаптации окна:
-
+ FSR Sharpness:Резкость FSR:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.Определяет, насколько чётким будет изображение при использовании динамического контраста FSR.
-
+ Anti-Aliasing Method:Метод сглаживания:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -741,12 +751,12 @@ SMAA предлагает лучшее качество.
FXAA имеет меньшее влияние на производительность и может создавать лучшую и более стабильную картинку на очень низком разрешении.
-
+ Fullscreen Mode:Полноэкранный режим:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -755,12 +765,12 @@ Borderless более совместим с экранной клавиатур
Эксклюзивный полноэкранный режим может иметь лучшую производительность и лучшую поддержку Freesync/Gsync.
-
+ Aspect Ratio:Соотношение сторон:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -769,23 +779,23 @@ Also controls the aspect ratio of captured screenshots.
Также контролирует соотношение сторон захваченных скриншотов.
-
+ Use persistent pipeline cacheИспользовать постоянный конвейерный кэш
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Позволяет сохранять шейдеры на диск для более быстрой загрузки при последующем запуске игры. Отключение этой функции предназначено только для отладки.
-
+ Optimize SPIRV outputОптимизация вывода SPIRV
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -796,12 +806,12 @@ This feature is experimental.
Эта функция экспериментальна.
-
+ NVDEC emulation:Эмуляция NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -810,12 +820,12 @@ In most cases, GPU decoding provides the best performance.
В большинстве случаев декодирование с использованием ГП обеспечивает лучшую производительность.
-
+ ASTC Decoding Method:Метод декодирования ASTC:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -827,12 +837,12 @@ GPU: Использовать вычислительные шейдеры ГП
CPU Асинхронно: Использовать ЦП для декодирования текстур ASTC по мере их поступления. Полностью устраняет заикание при декодировании ASTC, но может вызывать артефакты.
-
+ ASTC Recompression Method:Метод пересжатия ASTC:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -841,44 +851,44 @@ BC1/BC3: Промежуточный формат будет повторно с
что сэкономит ОЗУ, но ухудшит качество изображения.
-
+ Frame Pacing Mode (Vulkan only)Режим синхронизации кадров (только Vulkan)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.Управляет синхронизацией кадров в эмуляторе для уменьшения рывков и обеспечения более плавной и стабильной частоты кадров.
-
+ VRAM Usage Mode:Режим Использования VRAM
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.Выбирает, должен ли эмулятор отдавать предпочтение экономии памяти или максимально использовать доступную видеопамять для повышения производительности.
Агрессивный режим может серьезно повлиять на производительность других приложений, например: приложение для записи.
-
+ Skip CPU Inner InvalidationПропустить внутреннюю инвалидацию ЦП
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.Позволяет избежать некоторых ошибок в кэше при обновлении памяти, снижая нагрузку на ЦПУ и увеличивая время ожидания. Это может привести к программным сбоям.
-
+ VSync Mode:Режим верт. синхронизации:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -889,12 +899,12 @@ Mailbox: может иметь меньшую задержку, чем FIFO, и
Моментальная (без синхронизации) показывает когда доступно и может иметь разрывы.
-
+ Sync Memory OperationsСинхронизация операций с памятью
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -903,44 +913,44 @@ Unreal Engine 4 games often see the most significant changes thereof.
В играх на Unreal Engine 4 часто происходят наиболее существенные изменения.
-
+ Enable asynchronous presentation (Vulkan only)Включите асинхронное отображение (только для Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Немного улучшает производительность, перемещая презентацию на отдельный поток ЦП.
-
+ Force maximum clocks (Vulkan only)Принудительно заставить максимальную тактовую частоту (только для Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Выполняет работу в фоновом режиме в ожидании графических команд, не позволяя ГП снижать тактовую частоту.
-
+ Anisotropic Filtering:Анизотропная фильтрация:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.Контролирует качество отображения текстур под наклонными углами.
Безопасно выбрать до 16x на многих ГПУ.
-
+ GPU Mode:Режим ГП:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
@@ -949,56 +959,56 @@ Particles tend to only render correctly with Accurate mode.
Частицы обычно корректно отображаются только в режиме «Точный».
-
+ DMA Accuracy:Точность DMA:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.Управляет точностью DMA. Безопасная точность может исправить проблемы в некоторых играх, но также может повлиять на производительность.
-
+ Enable asynchronous shader compilationВключить асинхронную компиляцию шейдеров
-
+ May reduce shader stutter.Может уменьшить заикание шейдера.
-
+ Fast GPU TimeБыстрое время ГП
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.Разгоняет эмулируемый графический процессор для увеличения динамического разрешения и дальности прорисовки.
Используйте 256 для максимальной производительности и 512 для максимального качества графики.
-
+ GPU UnswizzleРаспаковка GPU
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.Ускоряет 3d Декодирование текстуры BCn используя вычисления GPU
Выключите, если испытывайте вылеты или проблемы с графикой.
-
+ GPU Unswizzle Max Texture SizeМакс. размер текстуры Unswizzle
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
@@ -1007,48 +1017,48 @@ Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream SizeРазмер потока распаковки GPU
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.Устанавливает максимальный объем текстур (в мегабайтах), обрабатываемых за кадр.
Более высокие значения могут уменьшить статтеры при прогрузке текстур, но могут негативно повлиять на плавность кадров.
-
+ GPU Unswizzle Chunk SizeРазмер ансвиззлинг-блока ГП
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.Определяет количество слоев глубины, обрабатываемых за один вызов.
Увеличение этого параметра может повысить пропускную способность флагманских ГП, но может привести к вылету/зависанию видеодрайвера на менее производительных системах.
-
+ Use Vulkan pipeline cacheИспользовать конвейерный кэш Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Включает кэш конвейера, специфичный для производителя ГП.
Эта опция может значительно улучшить время загрузки шейдеров в тех случаях, когда драйвер Vulkan не хранит внутренние файлы кэша конвейера.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Включить вычислительные конвейеры (только для Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1057,183 +1067,183 @@ Compute pipelines are always enabled on all other drivers.
Конвейеры вычислений всегда включены во всех других драйверах.
-
+ Enable Reactive FlushingВключить реактивную очистку
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Вместо прогнозирующей очистки используется реактивная очистка, что обеспечивает более точную синхронизацию памяти.
-
+ Sync to framerate of video playbackПривязать к фреймрейту видео.
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Обычная скорость игры во время видео, даже если фреймрейт разблокирован.
-
+ Barrier feedback loopsОбратная связь с барьерами.
-
+ Improves rendering of transparency effects in specific games.Улучшает эффекты прозрачности в некоторых играх.
-
+ Enable buffer historyИстория буфера<br style="">
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.Позволяет получить доступ к предыдущим состояниям буфера.
Эта опция может улучшить качество рендеринга и стабильность производительности в некоторых играх.
-
+ Fix bloom effectsИсправить Bloom-эффекты
-
+ Removes bloom in Burnout.Удаляет bloom-эффект в Burnout.
-
+ Enable Legacy Rescale PassВключить устаревший пропуск перемасштабирования
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic StateРасширенное динамическое состояние
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.Управляет количеством функций, которые можно использовать в расширенном динамическом состоянии.
Более высокие значения позволяют использовать больше функций и могут повысить производительность, но могут привести к дополнительным проблемам с графикой.
-
+ Vertex Input Dynamic StateДинамическое состояние вершинного ввода
-
+ Enables vertex input dynamic state feature for better quality and performance.Включает функцию динамического состояния вершинного ввода для повышения качества и производительности.
-
+ Sample ShadingСэмпловый шейдинг
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Позволяет шейдеру фрагментов выполняться на каждый сэмпл в мульти-сэмпловом фрагменте вместо одного раза на фрагмент. Улучшает качество графики ценой производительности.
Более высокие значения повышают качество, но снижают производительность.
-
+ RNG SeedСид RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.Управляет начальным значением генератора случайных чисел.
В основном используется для спидранов.
-
+ Device NameНазвание устройства
-
+ The name of the console.Имя консоли.
-
+ Custom RTC Date:Пользовательская RTC-дата:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Этот параметр позволяет изменить эмулируемые часы на консоли.
Может использоваться для манипуляции временем в играх.
-
+ The number of seconds from the current unix timeКоличество секунд от текущего времени unix
-
+ Language:Язык:
-
+ This option can be overridden when region setting is auto-selectЭто Может быть перезаписано если регион выбирается автоматически
-
+ Region:Регион:
-
+ The region of the console.Регион консоли.
-
+ Time Zone:Часовой пояс:
-
+ The time zone of the console.Часовой пояс консоли.
-
+ Sound Output Mode:Режим вывода звука:
-
+ Console Mode:Консольный режим:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1242,1046 +1252,1046 @@ Setting to Handheld can help improve performance for low end systems.
Установка в режим портативной консоли может помочь улучшить производительность для слабых устройств.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on bootСпрашивать профиль пользователя при запуске
-
+ Useful if multiple people use the same PC.Полезно, если несколько человек используют один и тот же компьютер.
-
+ Pause when not in focusДелает паузу, когда не в фокусе
-
+ Pauses emulation when focusing on other windows.Ставит на паузу эмуляцию, когда фокусируешься на другие окна.
-
+ Confirm before stopping emulationПодтвердите перед остановкой эмуляции
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.Эта настройка переопределяет запросы игры, запрашивающие подтверждение остановки игры.
Включение этой настройки обходит такие запросы и непосредственно завершает эмуляцию.
-
+ Hide mouse on inactivityСпрятать мышь при неактивности
-
+ Hides the mouse after 2.5s of inactivity.Эта настройка скрывает указатель мыши после 2,5 секунды бездействия.
-
+ Disable controller appletОтключить веб-апплет
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.Принудительно отключает использование приложения контроллера в эмулированных программах.
При попытке программы открыть приложение контроллера, оно немедленно закрывается.
-
+ Check for updatesПроверка обновлений
-
+ Whether or not to check for updates upon startup.Следует ли проверять наличие обновлений при запуске.
-
+ Enable GamemodeВключить режим игры
-
+ Force X11 as Graphics BackendИспользовать X11 в качестве графического бэкенда
-
+ Custom frontendСвой фронтенд
-
+ Real appletРеальное приложение
-
+ NeverНикогда
-
+ On LoadПри загрузке
-
+ AlwaysВсегда
-
+ CPUЦП
-
+ GPUграфический процессор
-
+ CPU AsynchronousАсинхронный ГП
-
+ Uncompressed (Best quality)Без сжатия (наилучшее качество)
-
+ BC1 (Low quality)BC1 (низкое качество)
-
+ BC3 (Medium quality)BC3 (среднее качество)
-
-
+
+ AutoАвто
-
+ 30 FPS30 FPS
-
+ 60 FPS60 FPS
-
+ 90 FPS90 FPS
-
+ 120 FPS120 FPS
-
+ ConservativeКонсервативный
-
+ AggressiveАгрессивный
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)OpenGL GLASM (ассемблерные шейдеры, только для NVIDIA)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (Экспериментальный, только для AMD/Mesa)
-
+ NullNull
-
+ FastБыстро
-
+ BalancedСбалансированный
-
-
+
+ AccurateТочно
-
-
+
+ DefaultПо умолчанию
-
+ Unsafe (fast)Небезопасно (быстро)
-
+ Safe (stable)Безопасно (стабильно)
-
+ UnsafeНебезопасно
-
+ Paranoid (disables most optimizations)Параноик (отключает большинство оптимизаций)
-
+ DebuggingОтладка
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless WindowedОкно без границ
-
+ Exclusive FullscreenЭксклюзивный полноэкранный
-
+ No Video OutputОтсутствие видеовыхода
-
+ CPU Video DecodingДекодирование видео на ЦП
-
+ GPU Video Decoding (Default)Декодирование видео на ГП (по умолчанию)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p)[ЭКСПЕРИМЕНТАЛЬНО]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [ЭКСПЕРИМЕНТАЛЬНО]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [ЭКСПЕРИМЕНТАЛЬНО]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [ЭКПЕРИМЕНТАЛЬНО]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [ЭКСПЕРИМЕНТАЛЬНО]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborБлижайший сосед
-
+ BilinearБилинейный
-
+ BicubicБикубический
-
+ GaussianГаусс
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX™️ Super Resolution
-
+ AreaЗона
-
+ MMPXMMPX
-
+ Zero-TangentZero-Tangent
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneНикакой
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Стандартное (16:9)
-
+ Force 4:3Заставить 4:3
-
+ Force 21:9Заставить 21:9
-
+ Force 16:10Заставить 16:10
-
+ Stretch to WindowРастянуть до окна
-
+ AutomaticАвтоматически
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Японский (日本語)
-
+ American EnglishАмериканский английский
-
+ French (français)Французский (français)
-
+ German (Deutsch)Немецкий (Deutsch)
-
+ Italian (italiano)Итальянский (italiano)
-
+ Spanish (español)Испанский (español)
-
+ ChineseКитайский
-
+ Korean (한국어)Корейский (한국어)
-
+ Dutch (Nederlands)Голландский (Nederlands)
-
+ Portuguese (português)Португальский (português)
-
+ Russian (Русский)Русский
-
+ TaiwaneseТайваньский
-
+ British EnglishБританский английский
-
+ Canadian FrenchКанадский французский
-
+ Latin American SpanishЛатиноамериканский испанский
-
+ Simplified ChineseУпрощённый китайский
-
+ Traditional Chinese (正體中文)Традиционный китайский (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Бразильский португальский (português do Brasil)
-
+ Polish (polska)Польский (polska)
-
+ Thai (แบบไทย)Тайский (แบบไทย)
-
-
+
+ JapanЯпония
-
+ USAСША
-
+ EuropeЕвропа
-
+ AustraliaАвстралия
-
+ ChinaКитай
-
+ KoreaКорея
-
+ TaiwanТайвань
-
+ Auto (%1)Auto select time zoneАвто (%1)
-
+ Default (%1)Default time zoneПо умолчанию (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaКуба
-
+ EETEET
-
+ EgyptЕгипт
-
+ EireЭйре
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Эйре
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichГринвич
-
+ HongkongГонконг
-
+ HSTHST
-
+ IcelandИсландия
-
+ IranИран
-
+ IsraelИзраиль
-
+ JamaicaЯмайка
-
+ KwajaleinКваджалейн
-
+ LibyaЛивия
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoНавахо
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandПольша
-
+ PortugalПортугалия
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeСингапур
-
+ TurkeyТурция
-
+ UCTUCT
-
+ UniversalУниверсальный
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluЗулусы
-
+ MonoМоно
-
+ StereoСтерео
-
+ SurroundОбъёмный звук
-
+ 4GB DRAM (Default)4 ГБ ОЗУ (по умолчанию)
-
+ 6GB DRAM (Unsafe)6GB ОЗУ (Небезопасно)
-
+ 8GB DRAM8ГБ ОЗУ
-
+ 10GB DRAM (Unsafe)10ГБ ОЗУ(Небезопасно)
-
+ 12GB DRAM (Unsafe)12ГБ ОЗУ(Небезопасно)
-
+ DockedВ док-станции
-
+ HandheldПортативный
-
-
+
+ OffВыкл.
-
+ Boost (1700MHz)Разгон (1700MHz)
-
+ Fast (2000MHz)Быстрая (2000MHz)
-
+ Always ask (Default)Всегда спрашивать (По умолчанию)
-
+ Only if game specifies not to stopТолько если игра указывает не останавливаться
-
+ Never askНикогда не спрашивать
-
-
+
+ Medium (256)Средний (256)
-
-
+
+ High (512)Высокий (512)
-
+ Very Small (16 MB)Очень малый (16 МБ)
-
+ Small (32 MB)Малый (32 МБ)
-
+ Normal (128 MB)Обычный (128 МБ)
-
+ Large (256 MB)Большой (256 МБ)
-
+ Very Large (512 MB)Очень большой (512 МБ)
-
+ Very Low (4 MB)Очень низкий (4 МБ)
-
+ Low (8 MB)Низкий (8 МБ)
-
+ Normal (16 MB)Обычный (16 МБ)
-
+ Medium (32 MB)Средний (32 МБ)
-
+ High (64 MB)Высокий (64 МБ)
-
+ Very Low (32)Очень низкий (32)
-
+ Low (64)Низкий (64)
-
+ Normal (128)Обычный (128)
-
+ DisabledВыключено
-
+ ExtendedDynamicState 1Расширенное динамическое состояние 1
-
+ ExtendedDynamicState 2Расширенное динамическое состояние 2
-
+ ExtendedDynamicState 3Расширенное динамическое состояние 3
-
+ Tree ViewВ виде списка
-
+ Grid ViewВ виде сетки
@@ -6496,204 +6506,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteВключение/отключение звука
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowОсновное окно
-
+ Audio Volume DownУменьшить громкость звука
-
+ Audio Volume UpПовысить громкость звука
-
+ Capture ScreenshotСделать скриншот
-
+ Change Adapting FilterИзменить адаптирующий фильтр
-
+ Change Docked ModeИзменить режим консоли
-
+ Change GPU ModeИзменить режим ГП
-
+ ConfigureНастроить
-
+ Configure Current GameНастроить текущую игру
-
+ Continue/Pause EmulationПродолжение/Пауза эмуляции
-
+ Exit FullscreenВыйти из полноэкранного режима
-
+ Exit EdenВыйти из Eden
-
+ FullscreenПолный экран
-
+ Load FileЗагрузить файл
-
+ Load/Remove AmiiboЗагрузить/удалить Amiibo
-
+ Browse Public Game LobbyПросмотреть публичные игровые лобби
-
+ Create RoomСоздать комнату
-
+ Direct Connect to RoomПрямое подключение к комнате
-
+ Leave RoomПокинуть комнату
-
+ Show Current RoomПоказать текущую комнату
-
+ Restart EmulationПерезапустить эмуляцию
-
+ Stop EmulationОстановить эмуляцию
-
+ TAS RecordЗапись TAS
-
+ TAS ResetСброс TAS
-
+ TAS Start/StopСтарт/Стоп TAS
-
+ Toggle Filter BarПереключить панель поиска
-
+ Toggle Framerate LimitПереключить ограничение частоты кадров
-
+ Toggle Turbo SpeedТурбо-режим
-
+ Toggle Slow SpeedМедленный режим
-
+ Toggle Mouse PanningПереключить панорамирование мыши
-
+ Toggle Renderdoc CaptureПереключить захват Renderdoc
-
+ Toggle Status BarПереключить панель состояния
-
+ Toggle Performance OverlayОверлей производительности
@@ -10615,4 +10625,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
Общее максимальное игровое время.
-
+
\ No newline at end of file
diff --git a/dist/languages/sv.ts b/dist/languages/sv.ts
index 8c525ba02a..57c4b5a21b 100644
--- a/dist/languages/sv.ts
+++ b/dist/languages/sv.ts
@@ -598,12 +598,22 @@ Använd Boost (1700MHz) för att köra med Switchens högsta inbyggda klocka, el
Ange ett anpassat värde för CPU-ticks. Högre värden kan öka prestandan, men kan orsaka deadlocks. Ett intervall på 77-21000 rekommenderas.
-
+
+ Virtual Table Bouncing
+ Virtuell tabellavvisning
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+ Avvisar (genom att emulera ett returvärde på 0) alla funktioner som utlöser ett avbrott i förhämtningen
+
+
+ Enable Host MMU Emulation (fastmem)Aktivera värd-MMU-emulering (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -612,100 +622,100 @@ Om den aktiveras sker läsning/skrivning av gästminnet direkt i minnet och anv
Om den inaktiveras tvingas all minnesåtkomst att använda programvaru-MMU-emulering.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Unfuse FMA (förbättrar prestanda på CPU:er utan FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Detta alternativ förbättrar hastigheten genom att minska noggrannheten i fused-multiply-add-instruktioner på processorer utan inbyggt FMA-stöd.
-
+ Faster FRSQRTE and FRECPESnabbare FRSQRTE och FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Detta alternativ förbättrar hastigheten för vissa approximativa flyttalsfunktioner genom att använda mindre exakta inbyggda approximationer.
-
+ Faster ASIMD instructions (32 bits only)Snabbare ASIMD-instruktioner (endast 32 bitar)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Detta alternativ förbättrar hastigheten för 32-bitars ASIMD flyttalsfunktioner genom att köra med felaktiga avrundningslägen.
-
+ Inaccurate NaN handlingFelaktig NaN-hantering
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Detta alternativ förbättrar hastigheten genom att ta bort NaN-kontrollen.
Observera att detta också minskar noggrannheten för vissa instruktioner för flyttal.
-
+ Disable address space checksInaktivera kontroller av adressutrymme
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.Det här alternativet förbättrar hastigheten genom att eliminera en säkerhetskontroll före varje minnesoperation.
Om du inaktiverar det kan det bli möjligt att köra godtycklig kod.
-
+ Ignore global monitorIgnorera global monitor
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Detta alternativ förbättrar hastigheten genom att endast förlita sig på semantiken i cmpxchg för att garantera säkerheten för instruktioner med exklusiv åtkomst.
Observera att detta kan leda till deadlocks och andra tävlingsförhållanden.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.Ändrar grafik-API:et för utdata.
Vulkan rekommenderas.
-
+ Device:Enhet:
-
+ This setting selects the GPU to use (Vulkan only).Denna inställning väljer vilken GPU som ska användas (endast Vulkan).
-
+ Resolution:Status:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -714,27 +724,27 @@ Högre upplösningar kräver mer VRAM och bandbredd.
Alternativ lägre än 1X kan orsaka artefakter.
-
+ Window Adapting Filter:Fönsteranpassande filter:
-
+ FSR Sharpness:FSR-skärpa:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.Bestämmer hur skarp bilden ska se ut med hjälp av FSR:s dynamiska kontrast.
-
+ Anti-Aliasing Method:Metod för kantutjämning:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -743,12 +753,12 @@ SMAA erbjuder den bästa kvaliteten.
FXAA kan ge en stabilare bild i lägre upplösningar.
-
+ Fullscreen Mode:Helskärmsläge:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -757,12 +767,12 @@ Borderless ger bäst kompatibilitet med skärmtangentbordet som vissa spel kräv
Exklusiv helskärm kan ge bättre prestanda och bättre stöd för Freesync/Gsync.
-
+ Aspect Ratio:Bildförhållande:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -771,24 +781,24 @@ De flesta spel stöder endast 16:9, så modifieringar krävs för att få andra
Kontrollerar även bildförhållandet för tagna skärmdumpar.
-
+ Use persistent pipeline cacheAnvänd permanent pipeline-cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Gör det möjligt att spara shaders i lagringsutrymmet för snabbare laddning vid nästa spelstart.
Att inaktivera detta är endast avsett för felsökning.
-
+ Optimize SPIRV outputOptimera SPIRV-utdata
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -799,12 +809,12 @@ Kan förbättra prestandan något.
Denna funktion är experimentell.
-
+ NVDEC emulation:NVDEC-emulering:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -813,12 +823,12 @@ Den kan antingen använda CPU eller GPU för avkodning, eller inte utföra någo
I de flesta fall ger GPU-avkodning bäst prestanda.
-
+ ASTC Decoding Method:ASTC-avkodningsmetod:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -831,12 +841,12 @@ CPU asynkront: Använd CPU:n för att avkoda ASTC-texturer vid behov. Eliminerar
men kan ge artefakter.
-
+ ASTC Recompression Method:ASTC-återkomprimeringsmetod:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -845,44 +855,44 @@ BC1/BC3: Det mellanliggande formatet kommer att komprimeras om till BC1- eller B
vilket sparar VRAM men försämrar bildkvaliteten.
-
+ Frame Pacing Mode (Vulkan only)Frame Pacing Mode (endast Vulkan)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.Styr hur emulatorn hanterar bildhastigheten för att minska hackighet och göra bildfrekvensen jämnare och mer konsekvent.
-
+ VRAM Usage Mode:VRAM-användningsläge:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.Väljer om emulatorn ska prioritera att spara minne eller utnyttja tillgängligt videominne maximalt för prestanda.
Aggressivt läge kan påverka prestandan hos andra program, till exempel inspelningsprogram.
-
+ Skip CPU Inner InvalidationHoppa över CPU:ns interna ogiltigförklaring
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.Hoppar över vissa cache-ogiltigförklaringar under minnesuppdateringar, vilket minskar CPU-användningen och förbättrar latensen. Detta kan orsaka mjuka krascher.
-
+ VSync Mode:VSync-läge:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -893,12 +903,12 @@ Mailbox kan ha lägre latens än FIFO och uppvisar inte tearing, men kan tappa b
Immediate (ingen synkronisering) visar allt som är tillgängligt och kan uppvisa tearing.
-
+ Sync Memory OperationsSynkronisera minnesoperationer
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -909,32 +919,32 @@ Det här alternativet åtgärdar problem i spel, men kan försämra prestandan.
Unreal Engine 4-spel upplever ofta de mest betydande förändringarna av detta.
-
+ Enable asynchronous presentation (Vulkan only)Aktivera asynkron presentation (endast Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Förbättrar prestandan något genom att flytta presentationen till en separat CPU-tråd.
-
+ Force maximum clocks (Vulkan only)Tvinga fram maximal klockfrekvens (endast Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Körs i bakgrunden i väntan på grafikkommandon för att förhindra att GPU:n sänker sin klockhastighet.
-
+ Anisotropic Filtering:Anisotropisk filtrering:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.Kontrollerar kvaliteten på texturrendering vid sneda vinklar.
@@ -942,12 +952,12 @@ Safe to set at 16x on most GPUs.
Säker att ställa in på 16x på de flesta GPU:er.
-
+ GPU Mode:GPU-läge:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
@@ -956,56 +966,56 @@ De flesta spel renderas bra med lägena Snabb eller Balanserad, men för vissa k
Partiklar tenderar att endast renderas korrekt med läget Noggrann.
-
+ DMA Accuracy:DMA-noggrannhet:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.Kontrollerar DMA-precisionens noggrannhet. Säker precision åtgärdar problem i vissa spel men kan försämra prestandan.
-
+ Enable asynchronous shader compilationAktivera asynkron shaderkompilering
-
+ May reduce shader stutter.Kan minska shader-hackighet.
-
+ Fast GPU TimeSnabb GPU-tid
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.Överklockar den emulerade GPU:n för att öka den dynamiska upplösningen och renderingsavståndet.
Använd 256 för maximal prestanda och 512 för maximal grafisk trohet.
-
+ GPU UnswizzleGPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.Accelererar avkodning av BCn 3D-texturer med hjälp av GPU-beräkningar.
Inaktivera om du upplever krascher eller grafiska fel.
-
+ GPU Unswizzle Max Texture SizeMaximal texturstorlek för GPU Unswizzle
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
@@ -1014,48 +1024,48 @@ GPU är snabbare för medelstora och stora texturer, men CPU kan vara effektivar
Justera detta för att hitta balansen mellan GPU-acceleration och CPU-överbelastning.
-
+ GPU Unswizzle Stream SizeStrömstorlek för GPU Unswizzle
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.Ställer in den maximala mängden texturdata (i MiB) som bearbetas per bildruta.
Högre värden kan minska hackighet under texturinläsning men kan påverka bildrutans konsistens.
-
+ GPU Unswizzle Chunk SizeChunk-storlek för GPU Unswizzle
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.Bestämmer antalet djupskivor som bearbetas i en enda sändning.
Att öka detta kan förbättra genomströmningen på avancerade GPU:er, men kan orsaka TDR eller drivrutinstidsgränser på svagare hårdvara.
-
+ Use Vulkan pipeline cacheAnvända Vulkan pipeline-cache
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Aktiverar GPU-leverantörsspecifik pipeline-cache.
Det här alternativet kan förbättra laddningstiden för shaders avsevärt i fall där Vulkan-drivrutinen inte lagrar pipeline-cache-filer internt.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Aktivera compute pipelines (endast Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1064,184 +1074,184 @@ Denna inställning finns endast för Intels egna drivrutiner och kan orsaka kras
Beräkningspipelines är alltid aktiverade på alla andra drivrutiner.
-
+ Enable Reactive FlushingAktivera Reactive Flushing
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Använder reaktiv rensning i stället för prediktiv rensning, vilket ger mer exakt minnessynkning.
-
+ Sync to framerate of video playbackSynkronisera med bildfrekvensen för videouppspelning
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Kör spelet i normal hastighet under videouppspelning, även när bildfrekvensen är upplåst.
-
+ Barrier feedback loopsÅterkopplingsloopar för barriärer
-
+ Improves rendering of transparency effects in specific games.Förbättrar renderingen av transparenseffekter i vissa spel.
-
+ Enable buffer historyAktivera bufferthistorik
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.Aktiverar åtkomst till tidigare bufferttillstånd.
Det här alternativet kan förbättra renderingskvaliteten och prestandakonsistensen i vissa spel.
-
+ Fix bloom effectsKorrigera bloom-effekter
-
+ Removes bloom in Burnout.Tar bort bloom i Burnout.
-
+ Enable Legacy Rescale PassAktivera äldre omskalningspass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.Kan åtgärda skalningsproblem i vissa spel genom att förlita sig på beteendet från den tidigare implementeringen.
Äldre beteende som åtgärdar linjeartefakter på AMD- och Intel-GPU:er och grå texturflimmer på Nvidia-GPU:er i Luigis Mansion 3.
-
+ Extended Dynamic StateUtökad dynamisk status
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.Kontrollerar antalet funktioner som kan användas i utökat dynamiskt tillstånd.
Högre tillstånd möjliggör fler funktioner och kan öka prestandan, men kan orsaka ytterligare grafiska problem.
-
+ Vertex Input Dynamic StateDynamiskt tillstånd för vertexinmatning
-
+ Enables vertex input dynamic state feature for better quality and performance.Aktiverar funktionen för dynamiskt tillstånd för vertexinmatning för bättre kvalitet och prestanda.
-
+ Sample ShadingProvskuggning
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Tillåter fragment-shadern att exekveras per prov i ett multisamplade fragment istället för en gång per fragment. Förbättrar grafikens kvalitet på bekostnad av prestanda.
Högre värden förbättrar kvaliteten men försämrar prestandan.
-
+ RNG SeedRNG-frö
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.Att kontrollera fröet till slumptalsgeneratorn.
Används främst för speedrunning.
-
+ Device NameEnhetsnamn
-
+ The name of the console.Konsolens namn.
-
+ Custom RTC Date:Anpassat RTC-datum:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Med det här alternativet kan du ändra klockan på konsolen.
Kan användas för att manipulera tiden i spel.
-
+ The number of seconds from the current unix timeAntalet sekunder från aktuell Unix-tid
-
+ Language:Språk:
-
+ This option can be overridden when region setting is auto-selectDet här alternativet kan åsidosättas när regioninställningen är automatiskt vald.
-
+ Region:Region:
-
+ The region of the console.Konsolens region.
-
+ Time Zone:Tidszon:
-
+ The time zone of the console.Konsolens tidszon.
-
+ Sound Output Mode:Ljudutmatningsläge:
-
+ Console Mode:Konsolläge:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1250,1046 +1260,1046 @@ Spel ändrar upplösning, detaljer och stödda kontroller beroende på denna ins
Inställningen Handhållen kan förbättra prestandan för enklare system.
-
+ Unit SerialEnhetens serienr
-
+ Battery SerialBatteriets serienr
-
+ Debug knobsFelsökningsknappar
-
+ Prompt for user profile on bootFråga efter användarprofil vid uppstart
-
+ Useful if multiple people use the same PC.Användbart om flera personer använder samma dator.
-
+ Pause when not in focusPausa när inte i fokus
-
+ Pauses emulation when focusing on other windows.Pausar emulering när fokus är på andra fönster.
-
+ Confirm before stopping emulationBekräfta innan emuleringen stoppas
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.Åsidosätter frågor om att bekräfta att emuleringen ska avslutas.
Om du aktiverar den hoppar du över sådana uppmaningar och avslutar emuleringen direkt.
-
+ Hide mouse on inactivityDölj musen vid inaktivitet
-
+ Hides the mouse after 2.5s of inactivity.Döljer musen efter 2,5 sekunders inaktivitet.
-
+ Disable controller appletInaktivera kontroller-appleten
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.Inaktiverar med tvång användningen av kontrollerappletten i emulerade program.
När ett program försöker öppna kontrollerappletten stängs den omedelbart.
-
+ Check for updatesLeta efter uppdateringar
-
+ Whether or not to check for updates upon startup.Om uppdateringar ska sökas vid start eller inte.
-
+ Enable GamemodeAktivera Gamemode
-
+ Force X11 as Graphics BackendTvinga X11 som grafikbackend
-
+ Custom frontendAnpassad frontend
-
+ Real appletVerklig applet
-
+ NeverAldrig
-
+ On LoadVid inläsning
-
+ AlwaysAlltid
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU asynkron
-
+ Uncompressed (Best quality)Okomprimerad (bästa kvalitet)
-
+ BC1 (Low quality)BC1 (låg kvalitet)
-
+ BC3 (Medium quality)BC3 (medelhög kvalitet)
-
-
+
+ AutoAuto
-
+ 30 FPS30 bilder/s
-
+ 60 FPS60 bilder/s
-
+ 90 FPS90 bilder/s
-
+ 120 FPS120 bilder/s
-
+ ConservativeKonservativ
-
+ AggressiveAggressiv
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)OpenGL GLASM (Assembly Shaders, endast NVIDIA)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (Experimentell, endast AMD/Mesa)
-
+ NullNull
-
+ FastSnabb
-
+ BalancedBalanserad
-
-
+
+ AccurateExakt
-
-
+
+ DefaultStandard
-
+ Unsafe (fast)Osäker (snabb)
-
+ Safe (stable)Säker (stabil)
-
+ UnsafeInte säker
-
+ Paranoid (disables most optimizations)Paranoid (inaktiverar de flesta optimeringar)
-
+ DebuggingFelsökning
-
+ DynarmicDynarmisk
-
+ NCENCE
-
+ Borderless WindowedRamlöst fönsterläge
-
+ Exclusive FullscreenExklusiv helskärm
-
+ No Video OutputIngen videoutgång
-
+ CPU Video DecodingCPU-videoavkodning
-
+ GPU Video Decoding (Default)GPU videoavkodning (standard)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [EXPERIMENTELL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [EXPERIMENTELL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [EXPERIMENTELL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [EXPERIMENTELL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [EXPERIMENTELL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNärmsta granne
-
+ BilinearBilinjär
-
+ BicubicBikubisk
-
+ GaussianGaussisk
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Super Resolution
-
+ AreaOmråde
-
+ MMPXMMPX
-
+ Zero-TangentZero-Tangent
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneIngen
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Standard (16:9)
-
+ Force 4:3Tvinga 4:3
-
+ Force 21:9Tvinga 21:9
-
+ Force 16:10Tvinga 16:10
-
+ Stretch to WindowSträck ut till fönster
-
+ AutomaticAutomatiskt
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Japanska (日本語)
-
+ American EnglishAmerikansk engelska
-
+ French (français)Franska (français)
-
+ German (Deutsch)Tyska (Deutsch)
-
+ Italian (italiano)Italienska (italiano)
-
+ Spanish (español)Spanska (español)
-
+ ChineseKinesiska
-
+ Korean (한국어)Koreanska (한국어)
-
+ Dutch (Nederlands)Nederländska (Nederlands)
-
+ Portuguese (português)Portugisiska (português)
-
+ Russian (Русский)Ryska (Русский)
-
+ TaiwaneseTaiwanesiska
-
+ British EnglishBrittisk engelska
-
+ Canadian FrenchKanadensisk franska
-
+ Latin American SpanishLatinamerikansk spanska
-
+ Simplified ChineseFörenklad kinesiska
-
+ Traditional Chinese (正體中文)Traditionell kinesiska (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Brasiliansk portugisiska (português do Brasil)
-
+ Polish (polska)Polska (polska)
-
+ Thai (แบบไทย)Thai (แบบไทย)
-
-
+
+ JapanJapan
-
+ USAUSA
-
+ EuropeEuropa
-
+ AustraliaAustralien
-
+ ChinaKina
-
+ KoreaKorea
-
+ TaiwanTaiwan
-
+ Auto (%1)Auto select time zoneAuto (%1)
-
+ Default (%1)Default time zoneStandard (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaKuba
-
+ EETEET
-
+ EgyptEgypten
-
+ EireIrland
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Irland
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHongkong
-
+ HSTHST
-
+ IcelandIsland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibyen
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandPolen
-
+ PortugalPortugal
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapore
-
+ TurkeyTurkiet
-
+ UCTUCT
-
+ UniversalUniversal
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETVÅT
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4 GB DRAM (standard)
-
+ 6GB DRAM (Unsafe)6 GB DRAM (osäker)
-
+ 8GB DRAM8 GB DRAM
-
+ 10GB DRAM (Unsafe)10 GB DRAM (osäker)
-
+ 12GB DRAM (Unsafe)12 GB DRAM (osäker)
-
+ DockedDockad
-
+ HandheldHandhållen
-
-
+
+ OffAv
-
+ Boost (1700MHz)Boost (1700MHz)
-
+ Fast (2000MHz)Snabb (2000 MHz)
-
+ Always ask (Default)Fråga alltid (standard)
-
+ Only if game specifies not to stopEndast om spelet anger att det inte ska stoppas
-
+ Never askFråga aldrig
-
-
+
+ Medium (256)Medium (256)
-
-
+
+ High (512)Hög (512)
-
+ Very Small (16 MB)Mycket liten (16 MB)
-
+ Small (32 MB)Liten (32 MB)
-
+ Normal (128 MB)Normal (128 MB)
-
+ Large (256 MB)Stor (256 MB)
-
+ Very Large (512 MB)Mycket stor (512 MB)
-
+ Very Low (4 MB)Mycket låg (4 MB)
-
+ Low (8 MB)Låg (8 MB)
-
+ Normal (16 MB)Normal (16 MB)
-
+ Medium (32 MB)Medium (32 MB)
-
+ High (64 MB)Hög (64 MB)
-
+ Very Low (32)Mycket låg (32)
-
+ Low (64)Låg (64)
-
+ Normal (128)Normal (128)
-
+ DisabledInaktiverad
-
+ ExtendedDynamicState 1ExtendedDynamicState 1
-
+ ExtendedDynamicState 2ExtendedDynamicState 2
-
+ ExtendedDynamicState 3ExtendedDynamicState 3
-
+ Tree ViewTrädvy
-
+ Grid ViewRutnätsvy
@@ -6508,204 +6518,204 @@ Felsökningsmeddelande:
Hotkeys
-
+ Audio Mute/UnmuteLjud avstängt/aktiverat
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowHuvudfönster
-
+ Audio Volume DownLjudvolym ned
-
+ Audio Volume UpLjudvolym upp
-
+ Capture ScreenshotTa skärmbild
-
+ Change Adapting FilterÄndra anpassningsfilter
-
+ Change Docked ModeÄndra dockningsläge
-
+ Change GPU ModeÄndra GPU-läge
-
+ ConfigureKonfigurera
-
+ Configure Current GameKonfigurera aktuellt spel
-
+ Continue/Pause EmulationFortsätt/Pausa emulering
-
+ Exit FullscreenAvsluta helskärm
-
+ Exit EdenAvsluta Eden
-
+ FullscreenHelskärm
-
+ Load FileLäs in fil
-
+ Load/Remove AmiiboLäs in/ta bort Amiibo
-
+ Browse Public Game LobbyBläddra i den publika spellobbyn
-
+ Create RoomSkapa rum
-
+ Direct Connect to RoomDirektanslutning till rum
-
+ Leave RoomLämna rum
-
+ Show Current RoomVisa aktuellt rum
-
+ Restart EmulationStarta om emuleringen
-
+ Stop EmulationStoppa emulering
-
+ TAS RecordTAS-post
-
+ TAS ResetTAS-återställning
-
+ TAS Start/StopTAS starta/stoppa
-
+ Toggle Filter BarVäxla filterfält
-
+ Toggle Framerate LimitVäxla gräns för bildfrekvens
-
+ Toggle Turbo SpeedVäxla turbohastighet
-
+ Toggle Slow SpeedVäxla låg hastighet
-
+ Toggle Mouse PanningVäxla muspanorering
-
+ Toggle Renderdoc CaptureVäxla till Renderdoc Capture
-
+ Toggle Status BarVäxla statusfält
-
+ Toggle Performance OverlayVäxla prestandaöverlägg
@@ -10623,4 +10633,4 @@ Om du väljer ”Från Eden” tas tidigare sparade data bort som lagrats i Ryuj
Maximal total speltid uppnådd.
-
+
\ No newline at end of file
diff --git a/dist/languages/tr_TR.ts b/dist/languages/tr_TR.ts
index 9edaac9303..d6994d84ea 100644
--- a/dist/languages/tr_TR.ts
+++ b/dist/languages/tr_TR.ts
@@ -529,7 +529,7 @@ Bunu devre dışı bırakmak, PC'nizin ulaşabileceği maksimum kare hızı
Turbo Speed
- Turbo Hız
+
@@ -597,12 +597,22 @@ Switch'in en yüksek yerel saat hızında çalıştırmak için Boost'
İşlemci/CPU tick hızı için özel bir değer belirleyin. Daha yüksek değerler performansı artırabilir, ancak kilitlenmelere de neden olabilir. 77-21000 aralığı tavsiye edilir.
-
+
+ Virtual Table Bouncing
+ Sanal Tablo Sıçratma
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+ Önceden getirme hatasını tetikleyen tüm işlevleri (0 değerli bir dönüş emüle ederek) sıçratır.
+
+
+ Enable Host MMU Emulation (fastmem)Ana Bilgisayar MMU Emülasyonunu Etkinleştir (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -611,148 +621,148 @@ Bunu etkinleştirmek, misafir bellek okuma/yazma işlemlerinin doğrudan belleğ
Bunu devre dışı bırakmak, tüm bellek erişimlerinin, Yazılımsal MMU Emülasyonu kullanmaya zorlamasına neden olur.
-
+ Unfuse FMA (improve performance on CPUs without FMA)FMA'yı Ayır (FMA olmayan CPU'larda performansı artırır)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Bu seçenek, gömülü/yerel FMA desteği olmayan CPU'larda, FMA komutlarının doğruluğunu/hassasiyetini düşürerek hızı artırır.
-
+ Faster FRSQRTE and FRECPEDaha hızlı FRSQRTE ve FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Bu seçenek, daha az doğru olan gömülü/yerel yaklaşıklıkları kullanarak, bazı yaklaşık floating-point işlevlerinin hızını artırır.
-
+ Faster ASIMD instructions (32 bits only)Daha hızlı ASIMD komutları (yalnızca 32 bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Bu seçenek, incorrect durumdaki rounding mode'ları ile çalıştırarak 32 bit ASIMD floating-point işlevlerinin hızını artırır.
-
+ Inaccurate NaN handlingUygunsuz NaN kullanımı
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Bu seçenek, NaN denetimini kaldırarak hızı artırır.
Lütfen unutmayın, bu aynı zamanda bazı floating-point işlemlerinin doğruluğunu azaltır.
-
+ Disable address space checksAdres boşluğu kontrolünü kapatır.
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.Bu seçenek, her bellek işleminden önce bir güvenlik kontrolünü kaldırarak hızı artırır. Devre dışı bırakılması, rastgele kod yürütülmesine izin verebilir.
-
+ Ignore global monitorGlobal monitörü görmezden gel
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Bu seçenek, özel erişim talimatlarının güvenliğini sağlamak için yalnızca cmpxchg semantiğine güvenerek hızı artırır. Lütfen bunun kilitlenmelere ve diğer yarış durumlarına neden olabileceğini unutmayın.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.Çıkış grafik API'sini değiştirir. Vulkan önerilir.
-
+ Device:Cihaz:
-
+ This setting selects the GPU to use (Vulkan only).Bu ayar, kullanılacak GPU'yu seçer (yalnızca Vulkan).
-
+ Resolution:Çözünürlük:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.Farklı bir çözünürlükte işleme yapmaya zorlar. Yüksek çözünürlükler daha fazla VRAM ve bant genişliği gerektirir. 1X'ten düşük seçenekler yapay bozulmalara neden olabilir.
-
+ Window Adapting Filter:Pencereye Uyarlı Filtre:
-
+ FSR Sharpness:FSR Keskinliği:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.FSR'ın dinamik kontrast teknolojisini kullanarak, görüntünün ne kadar keskinleştirileceğini belirler.
-
+ Anti-Aliasing Method:Kenar Yumuşatma Yöntemi:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.Kullanılacak kenar yumuşatma yöntemi. SMAA en iyi kaliteyi sunar. FXAA, düşük çözünürlüklerde daha kararlı bir görüntü oluşturabilir.
-
+ Fullscreen Mode:Tam Ekran Modu:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.Pencereyi tam ekranda işlemek için kullanılan yöntem. Sınırsız, bazı oyunların giriş için istediği ekran klavyesi ile en iyi uyumluluğu sunar. Özel tam ekran, daha iyi performans ve daha iyi Freesync/Gsync desteği sağlayabilir.
-
+ Aspect Ratio:En-Boy Oranı:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -761,23 +771,23 @@ Also controls the aspect ratio of captured screenshots.
Ayrıca, yakalanan ekran görüntülerinin en-boy oranını da kontrol eder.
-
+ Use persistent pipeline cacheKalıcı işlem hattı önbelleğini kullan
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Gölgelendiriclerin sonraki oyun açılışlarında daha hızlı yüklenmesi için depolama alanına kaydedilmesine olanak tanır. Devre dışı bırakılması yalnızca hata ayıklama amaçlıdır.
-
+ Optimize SPIRV outputSPIRV çıktısını optimize et
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -785,24 +795,24 @@ This feature is experimental.Oluşturulan SPIRV gölgelendiricileri üzerinde ek bir optimizasyon geçişi çalıştırır. Gölgelendirici derleme süresini artıracaktır. Performansı biraz iyileştirebilir. Bu özellik deneyseldir.
-
+ NVDEC emulation:NVDEC emülasyonu:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.Videoların nasıl çözüleceğini belirtir. Kod çözme için CPU veya GPU kullanabilir veya hiç kod çözme işlemi yapmayabilir (videolarda siyah ekran). Çoğu durumda GPU ile kod çözme en iyi performansı sağlar.
-
+ ASTC Decoding Method:ASTC Kod Çözme Yöntemi
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -811,55 +821,55 @@ stuttering but may present artifacts.Bu seçenek ASTC dokularının nasıl çözüleceğini kontrol eder. CPU: Kod çözme için işlemciyi kullanır. GPU: ASTC dokularını çözmek için GPU'nun hesaplama gölgelendiricilerini kullanır (önerilir). CPU Asenkron: ASTC dokularını talep üzerine çözmek için işlemciyi kullanır. ASTC kod çözme kaynaklı takılmaları giderir ancak görsel bozulmalara neden olabilir.
-
+ ASTC Recompression Method:ASTC Yeniden Sıkıştırma Yöntemi
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.Çoğu GPU, ASTC dokuları için doğrudan desteğe sahip değildir ve bir ara formata (RGBA8) açılmalıdır. BC1/BC3: Ara format BC1 veya BC3 formatında yeniden sıkıştırılarak VRAM tasarrufu sağlar ancak görüntü kalitesini düşürür.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:VRAM Kullanım Modu
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.Emülatörün belleği korumayı mı yoksa performans için mevcut video belleğini maksimum düzeyde kullanmayı mı tercih edeceğini seçer. Agresif mod, kayıt yazılımları gibi diğer uygulamaların performansını etkileyebilir.
-
+ Skip CPU Inner InvalidationCPU Geçersiz Kılma'yı Atla
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.Bellek güncellemeleri sırasında belirli önbellek geçersiz kılma işlemlerini atlayarak işlemci kullanımını azaltır ve gecikmeyi iyileştirir. Bu, hafif çökmelere neden olabilir.
-
+ VSync Mode:VSync Modu:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -867,1377 +877,1377 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
FIFO (VSync) kare düşürmez veya yırtılma göstermez ancak ekran yenileme hızıyla sınırlıdır. FIFO Relaxed, yavaşlamadan toparlanırken yırtılmaya izin verir. Mailbox, FIFO'dan daha düşük gecikmeye sahip olabilir ve yırtılma yapmaz ancak kare düşürebilir. Immediate (senkronizasyon yok), mevcut olanı anında sunar ve yırtılmalara neden olabilir.
-
+ Sync Memory OperationsBellek İşlemlerini Senkronize Et
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.Hesaplama ve bellek işlemleri arasında veri tutarlılığı sağlar. Bu seçenek oyunlardaki sorunları giderir ancak performansı düşürebilir. Unreal Engine 4 oyunları genellikle bundan en önemli ölçüde etkilenenlerdir.
-
+ Enable asynchronous presentation (Vulkan only)Asenkron sunumu etkinleştir (Yalnızca Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Sunum işlemini ayrı bir işlemci iş parçacığına taşıyarak performansı biraz artırır.
-
+ Force maximum clocks (Vulkan only)En yüksek hızı zorla (Yalnızca Vulkan için)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Grafik komutlarını beklerken GPU'nun hızının düşmesini engellemek için arka planda görev yürütür
-
+ Anisotropic Filtering:Anisotropic Filtering:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.Eğik açılardaki doku oluşturma kalitesini kontrol eder. Çoğu grafik kartında 16x olarak ayarlanması güvenlidir.
-
+ GPU Mode:Grafik Kartı Modu
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.Grafik kartı emülasyon modunu kontrol eder. Çoğu oyun Hızlı veya Dengeli modlarda sorunsuz çalışır, ancak bazıları için hala Doğru modu gereklidir. Parçacıklar genellikle yalnızca Doğru modda düzgün görüntülenir.
-
+ DMA Accuracy:DMA Doğruluğu:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.DMA'in hassasiyet doğruluğunu yönetir. Güvenli hassasiyet, bazı oyunlardaki sorunları giderir, fakat performansı düşürebilir.
-
+ Enable asynchronous shader compilationAsenkron gölgelendirici derlemeyi etkinleştir
-
+ May reduce shader stutter.Gölgelendirici/shader takılmalarını azaltabilir.
-
+ Fast GPU TimeHızlı Grafik Kartı Süresi
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.Dinamik çözünürlüğü ve çizim mesafesini artırmak için emüle edilen grafik kartına hız aşırtma uygular. Maksimum performans için 256, maksimum grafik doğruluğu için 512 kullanın.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheVulkan pipeline önbelleği kullan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Grafik kartı üreticisine özel işlem hattı önbelleğini etkinleştirir. Bu seçenek, Vulkan sürücüsünün işlem hattı önbellek dosyalarını dahili olarak saklamadığı durumlarda gölgelendirici yükleme süresini önemli ölçüde iyileştirebilir.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Hesaplama İşlem Hatlarını Etkinleştir (Yalnızca Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.Bazı oyunlar için gereklidir. Bu ayar yalnızca Intel'in tescilli sürücüleri için mevcuttur ve etkinleştirilirse çökmeye neden olabilir. Hesaplama işlem hatları diğer tüm sürücülerde her zaman etkindir.
-
+ Enable Reactive FlushingReaktif Temizlemeyi Etkinleştir
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Tahminli temizleme yerine reaktif temizleme kullanarak daha doğru bellek senkronizasyonu sağlar.
-
+ Sync to framerate of video playbackVideo oynatma kare hızına senkronize et
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Kare hızı kilidi açık olsa bile video oynatımı sırasında oyunu normal hızda çalıştırır.
-
+ Barrier feedback loopsBariyer geri besleme döngüleri
-
+ Improves rendering of transparency effects in specific games.Belirli oyunlarda şeffaflık efektlerinin oluşturulmasını iyileştirir.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic StateGenişletilmiş Dinamik Durum
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.Genişletilmiş Dinamik Durumda kullanılabilecek özelliklerin sayısını kontrol eder. Daha yüksek durumlar daha fazla özelliğe izin verir ve performansı artırabilir, ancak ek grafik sorunlarına neden olabilir.
-
+ Vertex Input Dynamic StateVertex Dinamik Durumu
-
+ Enables vertex input dynamic state feature for better quality and performance.Daha iyi kalite ve performans için Vertex dinamik durum özelliğini etkinleştirir.
-
+ Sample ShadingÖrnek Gölgelendirme
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Parça gölgelendiricinin, her parça için bir kez yerine çoklu örneklenmiş bir parçadaki her örnek için yürütülmesine olanak tanır. Performans pahasına grafik kalitesini artırır. Daha yüksek değerler kaliteyi artırır ancak performansı düşürür.
-
+ RNG SeedRNG çekirdeği
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.Rastgele sayı üretecinin tohumunu kontrol eder. Esas olarak hızlı bitirme denemeleri için kullanılır.
-
+ Device NameCihaz İsmi
-
+ The name of the console.Konsolun adı
-
+ Custom RTC Date:Özel RTC Tarihi
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Bu seçenek konsolun saatini değiştirmeye olanak tanır. Oyunlarda zamanı manipüle etmek için kullanılabilir.
-
+ The number of seconds from the current unix timeMevcut unix zamanından itibaren saniye sayısı
-
+ Language:Dil:
-
+ This option can be overridden when region setting is auto-selectBölge ayarı otomatik seçim olduğunda bu seçenek geçersiz kılınabilir.
-
+ Region:Bölge:
-
+ The region of the console.Konsolun bölgesi
-
+ Time Zone:Saat Dilimi:
-
+ The time zone of the console.Konsolun saat dilimi
-
+ Sound Output Mode:Ses Çıkış Modu:
-
+ Console Mode:Konsol Modu:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.Konsolun Yerleşik veya El Modunda olup olmadığını seçer. Oyunlar bu ayara bağlı olarak çözünürlüklerini, detaylarını ve desteklenen kontrolcülerini değiştirecektir. El Moduna ayarlamak, düşük seviyeli sistemler için performansı artırmaya yardımcı olabilir.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on bootAçılışta kullanıcı profili için sor
-
+ Useful if multiple people use the same PC.Aynı bilgisayarı birden fazla kişi kullanıyorsa yararlıdır.
-
+ Pause when not in focusOdaklı değilken duraklat
-
+ Pauses emulation when focusing on other windows.Diğer pencerelere odaklanıldığında emülasyonu duraklatır.
-
+ Confirm before stopping emulationEmülasyonu durdurmadan önce onayla
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.Emülasyonu durdurma onayı isteklerini/istemlerini geçersiz kılar.
Etkinleştirildiğinde, bu tür istekleri/istemleri atlar ve emülasyonu doğrudan/dirket olarak kapatır.
-
+ Hide mouse on inactivityHareketsizlik durumunda imleci gizle
-
+ Hides the mouse after 2.5s of inactivity.2,5 saniye hareketsizlikten sonra fareyi gizler.
-
+ Disable controller appletKontrolcü aplikasyonunu devre dışı bırak
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.Emüle edilen programlarda kontrolcü aplikasyonunun kullanımını zorla devre dışı bırakır. Bir program kontrolcü aplikasyonunu açmaya çalıştığında, aplikasyon anında kapatılır.
-
+ Check for updatesGüncellemeleri Kontrol Et
-
+ Whether or not to check for updates upon startup.Başlangıçta güncellemelerin kontrol edilip edilmeyeceği.
-
+ Enable GamemodeOyun Modunu/Gamemode Etkinleştir
-
+ Force X11 as Graphics BackendGrafik arka ucu olarak X11'i zorla
-
+ Custom frontendÖzel ön yüz
-
+ Real appletGerçek aplikasyon
-
+ NeverAsla
-
+ On LoadYüklemede
-
+ AlwaysHer zaman
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousAsenkron CPU
-
+ Uncompressed (Best quality)Sıkıştırılmamış (En iyi kalite)
-
+ BC1 (Low quality)BC1 (Düşük kalite)
-
+ BC3 (Medium quality)BC3 (Orta kalite)
-
-
+
+ AutoOtomatik
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ ConservativeMuhafazakar
-
+ AggressiveAgresif
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullBoş
-
+ FastHızlı
-
+ BalancedDengeli
-
-
+
+ AccurateDoğru
-
-
+
+ DefaultVarsayılan
-
+ Unsafe (fast)Güvenli Değil (hızlı)
-
+ Safe (stable)Güvenli (Stabil)
-
+ UnsafeGüvensiz
-
+ Paranoid (disables most optimizations)Paranoya (çoğu optimizasyonu kapatır)
-
+ DebuggingHata ayıklama
-
+ DynarmicDinamik
-
+ NCENCE
-
+ Borderless WindowedKenarlıksız Tam Ekran
-
+ Exclusive FullscreenAyrılmış Tam Ekran
-
+ No Video OutputVideo Çıkışı Yok
-
+ CPU Video DecodingCPU Video Decoding
-
+ GPU Video Decoding (Default)GPU Video Decoding (Varsayılan)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [DENEYSEL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [DENEYSEL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [DENEYSEL]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [DENEYSEL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [DENEYSEL]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborEn Yakın Komşu Algoritması
-
+ BilinearBilinear
-
+ BicubicBicubic
-
+ GaussianGausyen
-
+ LanczosLanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Süper Çözünürlük
-
+ AreaArea
-
+ MMPXMMPX
-
+ Zero-TangentZero-Tangent
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ NoneYok
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Varsayılan (16:9)
-
+ Force 4:34:3'e Zorla
-
+ Force 21:921:9'a Zorla
-
+ Force 16:1016:10'a Zorla
-
+ Stretch to WindowEkrana Sığdır
-
+ AutomaticOtomatik
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Japonca (日本語)
-
+ American EnglishAmerikan İngilizcesi
-
+ French (français)Fransızca (français)
-
+ German (Deutsch)Almanca (Deutsch)
-
+ Italian (italiano)İtalyanca (italiano)
-
+ Spanish (español)İspanyolca (español)
-
+ ChineseÇince
-
+ Korean (한국어)Korece (한국어)
-
+ Dutch (Nederlands)Flemenkçe (Nederlands)
-
+ Portuguese (português)Portekizce (português)
-
+ Russian (Русский)Rusça (Русский)
-
+ TaiwaneseTayvanca
-
+ British Englishİngiliz İngilizcesi
-
+ Canadian FrenchKanada Fransızcası
-
+ Latin American SpanishLatin Amerika İspanyolcası
-
+ Simplified ChineseBasitleştirilmiş Çince
-
+ Traditional Chinese (正體中文)Geleneksel Çince (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Brezilya Portekizcesi (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanJaponya
-
+ USAABD
-
+ EuropeAvrupa
-
+ AustraliaAvustralya
-
+ ChinaÇin
-
+ KoreaKore
-
+ TaiwanTayvan
-
+ Auto (%1)Auto select time zoneOtomatik (%1)
-
+ Default (%1)Default time zoneVarsayılan (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaKüba
-
+ EETEET
-
+ EgyptMısır
-
+ Eireİrlanda
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-İrlanda
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0MT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHong Kong
-
+ HSTHST
-
+ Icelandİzlanda
-
+ Iranİran
-
+ Israelİsrail
-
+ JamaicaJamaika
-
+ KwajaleinKwajalein
-
+ LibyaLibya
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavaho
-
+ NZYeni Zelanda
-
+ NZ-CHATChatham Adaları
-
+ PolandPolonya
-
+ PortugalPortekiz
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapur
-
+ TurkeyTürkiye
-
+ UCTUCT
-
+ UniversalEvrensel
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)4GB DRAM (Varsayılan)
-
+ 6GB DRAM (Unsafe)6GB DRAM (Güvenli Değil)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (Güvenli Değil)
-
+ 12GB DRAM (Unsafe)12GB DRAM (Güvenli Değil)
-
+ DockedDock Modu Aktif
-
+ HandheldTaşınabilir
-
-
+
+ OffKapalı
-
+ Boost (1700MHz)Takviye (1700MHz)
-
+ Fast (2000MHz)Hızlı (2000MHz)
-
+ Always ask (Default)Her zaman sor (Varsayılan)
-
+ Only if game specifies not to stopSadece oyun durdurulmamasını belirtirse
-
+ Never askAsla sorma
-
-
+
+ Medium (256)Orta (256)
-
-
+
+ High (512)Yüksek (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ DisabledDevre Dışı
-
+ ExtendedDynamicState 1Genişletilmiş Dinamik Durum 1
-
+ ExtendedDynamicState 2Genişletilmiş Dinamik Durum 2
-
+ ExtendedDynamicState 3Genişletilmiş Dinamik Durum 3
-
+ Tree View
-
+ Grid View
@@ -4848,17 +4858,17 @@ Mevcut değerler sırasıyla %1 ve %2'dir.
Mod Install Succeeded
- Mod Başarıyla Kuruldu
+ Successfully installed all mods.
- Tüm modlar başarıyla kuruldu.
+ Mod Install Failed
- Mod Kurulumu Başarısız
+
@@ -6446,204 +6456,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteSesi Sustur/Aç
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowAna Pencere
-
+ Audio Volume DownSes Kapa
-
+ Audio Volume UpSes Aç
-
+ Capture ScreenshotEkran Görüntüsü Al
-
+ Change Adapting FilterUyarlanan Filtreyi Değiştir
-
+ Change Docked ModeTakılı Modu Kullan
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause EmulationSürdür/Emülasyonu duraklat
-
+ Exit FullscreenTam Ekrandan Çık
-
+ Exit Eden
-
+ FullscreenTam Ekran
-
+ Load FileDosya Aç
-
+ Load/Remove AmiiboAmiibo Yükle/Kaldır
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart EmulationEmülasyonu Yeniden Başlat
-
+ Stop EmulationEmülasyonu Durdur
-
+ TAS RecordTAS Kaydet
-
+ TAS ResetTAS Sıfırla
-
+ TAS Start/StopTAS Başlat/Durdur
-
+ Toggle Filter BarFiltre Çubuğunu Aç/Kapa
-
+ Toggle Framerate LimitFPS Limitini Aç/Kapa
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningMouse ile Kaydırmayı Aç/Kapa
-
+ Toggle Renderdoc Capture
-
+ Toggle Status BarDurum Çubuğunu Aç/Kapa
-
+ Toggle Performance Overlay
@@ -6959,7 +6969,7 @@ Debug Message:
&Verify Installed Contents
- &Kurulu İçerikleri Onayla
+
@@ -10514,4 +10524,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/uk.ts b/dist/languages/uk.ts
index ecc023ea8b..a270cff802 100644
--- a/dist/languages/uk.ts
+++ b/dist/languages/uk.ts
@@ -598,12 +598,22 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
Налаштування власного значення тактів ЦП. Більші значення можуть збільшити продуктивність, але також можуть спричинити блокування. Рекомендовані значення в діапазоні 77–21000.
-
+
+ Virtual Table Bouncing
+ Відхиляння віртуальних таблиць
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+ Відхиляє (емулюючи повернення нульового значення) будь-які функції, що викликають переривання попереднього завантаження
+
+
+ Enable Host MMU Emulation (fastmem)Увімкнути емуляцію MMU хоста (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -612,100 +622,100 @@ Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Не використовувати FMA (покращує продуктивність на ЦП без FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.Це налаштування покращує швидкість завдяки зменшенню точності виконання операцій множення й складання з окрегленням на ЦП без вбудованої підтримки FMA.
-
+ Faster FRSQRTE and FRECPEШвидші FRSQRTE та FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.Це налаштування покращує швидкість виконання деяких приблизних функцій із рухомою комою завдяки використанню менш точних вбудованих приближеннях.
-
+ Faster ASIMD instructions (32 bits only)Швидші інструкції ASIMD (лише 32 біти)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.Це налаштування покращує швидкість виконання 32 бітових функцій ASIMD із рухомою комою завдяки використанню неправильних режиміс округлення.
-
+ Inaccurate NaN handlingНеточна обробка NaN
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.Це налаштування покращує швидкість завдяки вилученню перевірки NaN.
Зверніть увагу, що також це зменшує точність виконання певних інструкцій із рухомою комою.
-
+ Disable address space checksВимкнути перевірки адресного простору
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.Це налаштування покращує швидкість завдяки вимкненню перевірок безпеки перед операціями з пам’яттю.
Вимкнення може дозволити грі виконувати довільний код.
-
+ Ignore global monitorІгнорувати глобальний моніторинг
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.Це налаштування покращує швидкість завдяки покладанню лише на семантику cmpxchg, щоб забезпечити безпеку інструкцій ексклюзивного доступу.
Зверніть увагу, що це може спричинити взаємне блокування або інші умови змагання даних.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.Змінює API виведення графіки.
Рекомендовано використовувати Vulkan.
-
+ Device:Пристрій:
-
+ This setting selects the GPU to use (Vulkan only).Це налаштування вибирає ГП для використання (лише Vulkan).
-
+ Resolution:Роздільність:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -714,27 +724,27 @@ Options lower than 1X can cause artifacts.
Варіанти нище ніж 1X можуть спричинити проблеми з візуалізацією.
-
+ Window Adapting Filter:Фільтр адаптації вікна:
-
+ FSR Sharpness:Різкість FSR:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.Визначає, наскільки різким буде виглядати зображення при використанні динамічного контрасту FSR.
-
+ Anti-Aliasing Method:Метод згладжування:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -743,12 +753,12 @@ SMAA забезпечує найкращу якість.
FXAA може створювати стабільніше зображення при низьких роздільностях.
-
+ Fullscreen Mode:Повноекранний режим:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -757,12 +767,12 @@ Exclusive fullscreen may offer better performance and better Freesync/Gsync supp
«Ексклюзивний повноекранний» може надати кращі продуктивність і підтримку Freesync/Gsync.
-
+ Aspect Ratio:Співвідношення сторін:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -771,24 +781,24 @@ Also controls the aspect ratio of captured screenshots.
Також керує співвідношеням сторін знімків екрана.
-
+ Use persistent pipeline cacheВикористовувати стійкий кеш конвеєра
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.Дозволяє зберігати шейдери на накопичувачі для швидшого завантаження під час наступних запусків гри.
Вимкнення цього налаштування задумане лише для зневадження.
-
+ Optimize SPIRV outputОптимізовувати виведення SPIRV
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -799,12 +809,12 @@ This feature is experimental.
Ця функція є експериментальною.
-
+ NVDEC emulation:Емуляція NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -813,12 +823,12 @@ In most cases, GPU decoding provides the best performance.
У більшості випадків декодування за допомогою ГП забезпечує найкращу продуктивність.
-
+ ASTC Decoding Method:Метод декодування ASTC:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -830,12 +840,12 @@ stuttering but may present artifacts.
Асинхронно ЦП: Використання ЦП для декодування ASTC-текстур по мірі їх викликів. Повністю усуває затримки декодування ASTC ціною проблем з візуалізацією, поки текстури декодуються.
-
+ ASTC Recompression Method:Метод перестиснення ASTC:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -843,44 +853,44 @@ BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
BC1/BC3: Проміжний формат буде перепаковано у формат BC1 або BC3 для збереження відеопам’яті, але це негатривно вплине на якість зображення.
-
+ Frame Pacing Mode (Vulkan only)Режим виведення кадрів (лише Vulkan)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.Керує тим, як емулятор виконує виведення кадрів, щоб зменшити затримки й забезпечити плавнішу й стабільнішу частоту кадрів.
-
+ VRAM Usage Mode:Режим використання відеопам’яті:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.Це налаштування вибирає, чи повинен емулятор надавати перевагу заощадженню пам’яті, чи по максимуму використовувати доступну відеопам’ять задля продуктивності.
Режим «Агресивно» може вплинути на продуктивність інших застосунків, як-от засоби запису.
-
+ Skip CPU Inner InvalidationПропускати внутрішнє анулювання ЦП
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.Пропускає деякі анулювання кешу під час оновлень пам’яті, зменшуючи використання ЦП й виправляючи затримки. Це може спричинити збої.
-
+ VSync Mode:Режим вертикальної синхронізації:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -891,12 +901,12 @@ Mailbox може мати меншу затримку, ніж FIFO, і не ма
Immediate (без синхронізації) показує всі кадри й може створювати розриви.
-
+ Sync Memory OperationsСинхронізувати операції з пам’яттю
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -905,44 +915,44 @@ Unreal Engine 4 games often see the most significant changes thereof.
Ігри на Unreal Engine 4 часто зазнають найзначніших змін.
-
+ Enable asynchronous presentation (Vulkan only)Увімкнути асинхронне подання (лише Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.Трохи покращує продуктивність завдяки переміщенню подання на окремий потік ЦП.
-
+ Force maximum clocks (Vulkan only)Примусово максимальна тактова частота (лише Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Виконує роботу у фоновому режимі в очікуванні графічних команд, не даючи змоги ГП знижувати тактову частоту.
-
+ Anisotropic Filtering:Анізотропна фільтрація:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.Керує якістю візуалізації текстур під непрямими кутами.
Для більшості ГП можна вільно вибирати 16x.
-
+ GPU Mode:Режим ГП:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
@@ -951,56 +961,56 @@ Particles tend to only render correctly with Accurate mode.
Частинки зазвичай правильно візуалізуються лише з режимом «Точно».
-
+ DMA Accuracy:Точність DMA:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.Керує точністю DMA. Вища точність виправляє проблеми з деякими іграми, але може погіршити продуктивність.
-
+ Enable asynchronous shader compilationУвімкнути асинхронну компіляцію шейдерів
-
+ May reduce shader stutter.Може зменшити шейдерні затримки.
-
+ Fast GPU TimeШвидкий час роботи ГП
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.Розганяє емульований ГП для збільшення динамічної роздільності та відстані візуалізації.
Використовуйте 256 для максимальної продуктивності та 512 для максимальної точності графіки.
-
+ GPU UnswizzleРозпакування за допомогою ГП
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.Прискорює декодування 3D-текстур BCn застосовуючи обчислення за допомогою ГП.
Вимкніть у разі збоїв або проблем із графікою.
-
+ GPU Unswizzle Max Texture SizeМаксимальний розмір текстур для розпакування за допомогою ГП
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
@@ -1009,48 +1019,48 @@ Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream SizeРозмір потоку розпакування за допомогою ГП
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.Встановлює максимальний обсяг даних текстур (у МіБ) для обробки на кадр.
Вищі значення здатні зменшити затримки під час завантаження текстур, але можуть вплинути на стабільність кадрів.
-
+ GPU Unswizzle Chunk SizeРозмір блоків розпакування за допомогою ГП
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.Визначає кількість зрізів глибини, оброблених за одне відправлення.
Збільшення здатне покращити пропускну здатність на потужних ГП, але може призвести до TDR або затримок драйвера зі слабшим устаткуванням.
-
+ Use Vulkan pipeline cacheВикористовувати кеш конвеєра Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.Вмикає особливий для різних виробників ГП кеш конвеєра.
Це налаштування може значно зменшити час завантаження шейдерів у випадках, коли драйвер Vulkan не зберігає власний кеш конвеєра.
-
+ Enable Compute Pipelines (Intel Vulkan Only)Увімкнути обчислювальні конвеєри (лише Intel Vulkan)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1059,184 +1069,184 @@ Compute pipelines are always enabled on all other drivers.
Обчислювальні конвеєри завжди увімкнені у всіх інших драйверах.
-
+ Enable Reactive FlushingУвімкнути реактивне очищення
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.Використовує реактивне очищення замість прогнозованого, забезпечуючи точнішу синхронізацію пам’яті.
-
+ Sync to framerate of video playbackСинхронізувати частоту кадрів з відтворенням відео
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Відтворювати гру з нормальною швидкістю під час відтворення відео навіть при розблокованій частоті кадрів.
-
+ Barrier feedback loopsБар’єрні цикли відгуку
-
+ Improves rendering of transparency effects in specific games.Покращує візуалізацію ефектів прозорості в деяких іграх.
-
+ Enable buffer historyУвімкнути історію буфера
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.Вмикає доступ до попередніх станів буфера.
Цей параметр може покращити якість візуалізації та стабільну продуктивність у деяких іграх.
-
+ Fix bloom effectsВиправити ефекти світіння
-
+ Removes bloom in Burnout.Прибирає світіння в Burnout.
-
+ Enable Legacy Rescale PassУвімкнути застаріле масштабування
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.Може виправити проблеми з масштабуванням в іграх, покладаючись на поведінку з попередньої імплементації.
Застаріле масштабування виправляє артефакти з лініями на ГП від AMD та Intel, а також сіре блимання текстур на ГП від Nvidia в Luigis Mansion 3.
-
+ Extended Dynamic StateРозширений динамічний стан
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.Керує кількістю функцій, які можна використовувати в «Розширеному динамічному стані».
Вищі значення допускають більше функцій і можуть збільшити продуктивність, але можуть спричинити додаткові проблеми з графікою.
-
+ Vertex Input Dynamic StateДинамічний стан введення вершин
-
+ Enables vertex input dynamic state feature for better quality and performance.Вмикає можливість динамічного стану введення вершин для кращих якості й продуктивності.
-
+ Sample ShadingШейдинг зразків
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.Дозволяє виконувати фрагмент шейдера для кожного зразка в багатозразковому фрагменті замість одного разу для кожного фрагмента. Покращує якість графікі ціною втрати продуктивності.
Вищі значення покращують якість, але погіршують продуктивність.
-
+ RNG SeedПочаткове значення RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.Керує початковим значення генератора випадкових чисел.
Зазвичай використовується в спідранах.
-
+ Device NameНазва пристрою
-
+ The name of the console.Назва консолі.
-
+ Custom RTC Date:Користувацька дата RTC:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.Це налаштування дозволяє змінити час годинника консолі.
Можна використовувати для маніпуляцій із часом в іграх.
-
+ The number of seconds from the current unix timeКількість секунд від поточного unix-часу.
-
+ Language:Мова:
-
+ This option can be overridden when region setting is auto-selectЦе налаштування може перевизначитися, якщо налаштування регіону вибирається автоматично
-
+ Region:Регіон:
-
+ The region of the console.Регіон консолі.
-
+ Time Zone:Часовий пояс:
-
+ The time zone of the console.Часовий пояс консолі.
-
+ Sound Output Mode:Режим виведення звуку:
-
+ Console Mode:Режим консолі:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1245,1046 +1255,1046 @@ Setting to Handheld can help improve performance for low end systems.
Налаштування «Портативний» може покращити продуктивність на слабких системах.
-
+ Unit SerialСерійний номер пристрою
-
+ Battery SerialСерійний номер акумулятора
-
+ Debug knobsЗневаджувальні регулятори
-
+ Prompt for user profile on bootЗапитувати профіль користувача під час запуску
-
+ Useful if multiple people use the same PC.Корисно, якщо одним комп’ютером користуються кілька користувачів.
-
+ Pause when not in focusПризупиняти, якщо не у фокусі
-
+ Pauses emulation when focusing on other windows.Призупиняє емуляцію при фокусування на інших вікнах.
-
+ Confirm before stopping emulationПідтверджувати зупинку емуляції
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.Перевизначає запити на підтвердження зупинки емуляції.
Увімкнення обходить такі запити й одразу зупиняє емуляцію.
-
+ Hide mouse on inactivityПриховувати курсор миші при бездіяльності
-
+ Hides the mouse after 2.5s of inactivity.Приховує курсор миші після 2,5 с її бездіяльності.
-
+ Disable controller appletВимкнути аплет контролера
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.Примусово вимикає використання в емульованих програмах аплета контролера.
Якщо програма спробує відкрити аплет контролера, він одразу закриється.
-
+ Check for updatesПеревіряти оновлення
-
+ Whether or not to check for updates upon startup.Чи перевіряти оновлення при запуску.
-
+ Enable GamemodeУвімкнути ігровий режим
-
+ Force X11 as Graphics BackendПримусово використовувати X11 як графічний бекенд
-
+ Custom frontendКористувацький фронтенд
-
+ Real appletСправжній аплет
-
+ NeverНіколи
-
+ On LoadПри завантаженні
-
+ AlwaysЗавжди
-
+ CPUЦП
-
+ GPUГП
-
+ CPU AsynchronousАсинхронно ЦП
-
+ Uncompressed (Best quality)Без стиснення (Найкраща якість)
-
+ BC1 (Low quality)ВС1 (Низька якість)
-
+ BC3 (Medium quality)ВС3 (Середня якість)
-
-
+
+ AutoАвтоматично
-
+ 30 FPS30 к/с
-
+ 60 FPS60 к/с
-
+ 90 FPS90 к/с
-
+ 120 FPS120 к/с
-
+ ConservativeЗаощадження
-
+ AggressiveАгресивно
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)OpenGL GLASM (асемблерні шейдери, лише NVIDIA)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (експериментально, лише AMD/Mesa)
-
+ NullНічого
-
+ FastШвидко
-
+ BalancedЗбалансовано
-
-
+
+ AccurateТочно
-
-
+
+ DefaultСтандартно
-
+ Unsafe (fast)Небезпечно (швидко)
-
+ Safe (stable)Безпечно (стабільно)
-
+ UnsafeНебезпечно
-
+ Paranoid (disables most optimizations)Параноїк (вимикає більшість оптимізацій)
-
+ DebuggingЗневадження
-
+ DynarmicДинамічно
-
+ NCENCE
-
+ Borderless WindowedБезрамкове вікно
-
+ Exclusive FullscreenЕксклюзивний повноекранний
-
+ No Video OutputВиведення відео відсутнє
-
+ CPU Video DecodingДекодування відео на ЦП
-
+ GPU Video Decoding (Default)Декодування відео на ГП (стандатно)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [ЕКСПЕРИМЕНТАЛЬНО]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [ЕКСПЕРИМЕНТАЛЬНО]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [ЕКСПЕРИМЕНТАЛЬНО]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [ЕКСПЕРИМЕНТАЛЬНО]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [ЕКСПЕРИМЕНТАЛЬНО]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborНайближчий сусід
-
+ BilinearБілінійний
-
+ BicubicБікубічний
-
+ GaussianҐаусса
-
+ LanczosЛанцоша
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX Super Resolution
-
+ AreaОбласті
-
+ MMPXMMPX
-
+ Zero-TangentНульовий тангенс
-
+ B-SplineB-Spline
-
+ MitchellМітчелла
-
+ Spline-1Spline-1
-
-
+
+ NoneНемає
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Стандартно (16:9)
-
+ Force 4:3Примусово 4:3
-
+ Force 21:9Примусово 21:9
-
+ Force 16:10Примусово 16:10
-
+ Stretch to WindowРозтягнути до вікна
-
+ AutomaticАвтоматично
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)Японська (日本語)
-
+ American EnglishАмериканська англійська
-
+ French (français)Французька (français)
-
+ German (Deutsch)Німецька (Deutsch)
-
+ Italian (italiano)Італійська (italiano)
-
+ Spanish (español)Іспанська (español)
-
+ ChineseКитайська
-
+ Korean (한국어)Корейська (한국어)
-
+ Dutch (Nederlands)Нідерландська (Nederlands)
-
+ Portuguese (português)Португальська (português)
-
+ Russian (Русский)Російська (Русский)
-
+ TaiwaneseТайванська
-
+ British EnglishБританська англійська
-
+ Canadian FrenchКанадська французька
-
+ Latin American SpanishЛатиноамериканська іспанська
-
+ Simplified ChineseСпрощена китайська
-
+ Traditional Chinese (正體中文)Традиційна китайська (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Бразильська португальська (português do Brasil)
-
+ Polish (polska)Польська (polska)
-
+ Thai (แบบไทย)Тайська (แบบไทย)
-
-
+
+ JapanЯпонія
-
+ USAСША
-
+ EuropeЄвропа
-
+ AustraliaАвстралія
-
+ ChinaКитай
-
+ KoreaКорея
-
+ TaiwanТайвань
-
+ Auto (%1)Auto select time zoneАвтоматично (%1)
-
+ Default (%1)Default time zoneСтандартно (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaКуба
-
+ EETEET
-
+ EgyptЄгипет
-
+ EireЕйре
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichГринвіч
-
+ HongkongГонконг
-
+ HSTHST
-
+ IcelandІсландія
-
+ IranІран
-
+ IsraelІзраїль
-
+ JamaicaЯмайка
-
+ KwajaleinКваджалейн
-
+ LibyaЛівія
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoНавахо
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandПольща
-
+ PortugalПортугалія
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeСінгапур
-
+ TurkeyТуреччина
-
+ UCTUCT
-
+ UniversalУніверсальний
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluЗулу
-
+ MonoМоно
-
+ StereoСтерео
-
+ SurroundОб’ємний
-
+ 4GB DRAM (Default)4GB DRAM (стандартно)
-
+ 6GB DRAM (Unsafe)6GB DRAM (небезпечно)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (небезпечно)
-
+ 12GB DRAM (Unsafe)12GB DRAM (небезпечно)
-
+ DockedУ докстанції
-
+ HandheldПортативний
-
-
+
+ OffВимкнено
-
+ Boost (1700MHz)Підвищення (1700 МГц)
-
+ Fast (2000MHz)Швидко (2000 МГц)
-
+ Always ask (Default)Завжди запитувати (стандартно)
-
+ Only if game specifies not to stopЛише якщо гра вказує не зупиняти
-
+ Never askНіколи не запитувати
-
-
+
+ Medium (256)Середньо (256)
-
-
+
+ High (512)Високо (512)
-
+ Very Small (16 MB)Дуже малий (16 МБ)
-
+ Small (32 MB)Малий (32 МБ)
-
+ Normal (128 MB)Нормальний (128 МБ)
-
+ Large (256 MB)Великий (256 МБ)
-
+ Very Large (512 MB)Дуже великий (512 МБ)
-
+ Very Low (4 MB)Дуже низький (4 МБ)
-
+ Low (8 MB)Низький (8 МБ)
-
+ Normal (16 MB)Нормальний (16 МБ)
-
+ Medium (32 MB)Середній (32 МБ)
-
+ High (64 MB)Високий (64 МБ)
-
+ Very Low (32)Дуже низький (32)
-
+ Low (64)Низький (64)
-
+ Normal (128)Нормальний (128)
-
+ DisabledВимкнено
-
+ ExtendedDynamicState 1Розширений динамічний стан 1
-
+ ExtendedDynamicState 2Розширений динамічний стан 2
-
+ ExtendedDynamicState 3Розширений динамічний стан 3
-
+ Tree ViewДерево вибору
-
+ Grid ViewТаблиця
@@ -3280,7 +3290,7 @@ Would you like to delete the old save data?
Add directories to scan for DLCs and Updates without installing to NAND
- Додайте теки для сканування на наявність доповнень і оновлень, не встановлюючи їх у NAND
+ Додати теки для сканування на вміст доповнень і оновлень без встановлення до NAND
@@ -6503,204 +6513,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteУвімкнути/вимкнути звук
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowОсновне вікно
-
+ Audio Volume DownЗменшити гучність
-
+ Audio Volume UpЗбільшити гучність
-
+ Capture ScreenshotЗробити знімок екрана
-
+ Change Adapting FilterЗмінити фільтр адаптації
-
+ Change Docked ModeЗмінити режим консолі
-
+ Change GPU ModeЗмінити режим ГП
-
+ ConfigureНалаштувати
-
+ Configure Current GameНалаштувати поточну гру
-
+ Continue/Pause EmulationПродовжити/призупинити емуляцію
-
+ Exit FullscreenВийти з повноекранного режиму
-
+ Exit EdenВийти з Eden
-
+ FullscreenПовноекранний режим
-
+ Load FileЗавантажити файл
-
+ Load/Remove AmiiboЗавантажити/вилучити amiibo
-
+ Browse Public Game LobbyПереглянути публічні ігрові лобі
-
+ Create RoomСтворити кімнату
-
+ Direct Connect to RoomПряме з’єднання з кімнатою
-
+ Leave RoomПокинути кімнату
-
+ Show Current RoomПоказати поточну кімнату
-
+ Restart EmulationПерезапустити емуляцію
-
+ Stop EmulationЗупинити емуляцію
-
+ TAS RecordЗапис TAS
-
+ TAS ResetСкинути TAS
-
+ TAS Start/StopЗапустити/призупинити TAS
-
+ Toggle Filter BarПеремкнути панель фільтру
-
+ Toggle Framerate LimitПеремкнути обмеження частоти кадрів
-
+ Toggle Turbo SpeedПеремкнути «Прискорення»
-
+ Toggle Slow SpeedПеремкнути «Сповільнення»
-
+ Toggle Mouse PanningПеремкнути панорамування мишею
-
+ Toggle Renderdoc CaptureПеремкнути захоплення Renderdoc
-
+ Toggle Status BarПеремкнути панель стану
-
+ Toggle Performance OverlayПеремкнути оверлей продуктивності
@@ -6781,7 +6791,7 @@ Debug Message:
Public Room Browser
- Перегляд публічних кімнат
+ Браузер публічних кімнат
@@ -10623,4 +10633,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
Загальний награний час досягнув максимуму.
-
+
\ No newline at end of file
diff --git a/dist/languages/vi.ts b/dist/languages/vi.ts
index aeef3f2908..acf78ca01a 100644
--- a/dist/languages/vi.ts
+++ b/dist/languages/vi.ts
@@ -585,182 +585,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Không dùng FMA (tăng hiệu suất cho các dòng CPU không hỗ trợ FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPEFRSQRTE và FRECPE nhanh hơn
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.
-
+ Faster ASIMD instructions (32 bits only)Các chỉ thị ASIMD nhanh hơn (chỉ cho 32 bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handlingXử lí NaN không chính xác
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksTắt kiểm tra không gian địa chỉ
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorBỏ qua màn hình chung
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Thiết bị:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Độ phân giải:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Bộ lọc điều chỉnh cửa sổ:
-
+ FSR Sharpness:Độ nét FSR:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Phương pháp khử răng cưa:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Chế độ toàn màn hình:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Tỉ lệ khung hình:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -768,24 +778,24 @@ This feature is experimental.
-
+ NVDEC emulation:Giả lập NVDEC:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -794,55 +804,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:Chế độ Vsync:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -850,1376 +860,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)Bật hiển thị bất đồng bộ (chỉ cho Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)Buộc chạy ở xung nhịp tối đa (chỉ cho Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Chạy các công việc trong nền trong khi đang chờ lệnh đồ họa để giữ cho GPU không giảm xung nhịp.
-
+ Anisotropic Filtering:Lọc bất đẳng hướng:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheDùng bộ nhớ đệm pipeline Vulkan
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive FlushingBật xả tương ứng
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playbackĐồng bộ hóa với tốc độ khung hình khi phát video
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Chạy game với tốc độ bình thường trong quá trình phát video, ngay cả khi tốc độ khung hình được mở khóa.
-
+ Barrier feedback loopsVòng lặp phản hồi rào cản
-
+ Improves rendering of transparency effects in specific games.Cải thiện hiệu quả kết xuất của hiệu ứng trong suốt trong một số game.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedHạt giống RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameTên thiết bị
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Vùng:
-
+ The region of the console.
-
+ Time Zone:Múi giờ:
-
+ The time zone of the console.
-
+ Sound Output Mode:Chế độ đầu ra âm thanh:
-
+ Console Mode:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityẨn con trỏ chuột khi không dùng
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletVô hiệu hoá applet tay cầm
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)Không nén (Chất lượng tốt nhất)
-
+ BC1 (Low quality)BC1 (Chất lượng thấp)
-
+ BC3 (Medium quality)BC3 (Chất lượng trung bình)
-
-
+
+ AutoTự động
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNull
-
+ Fast
-
+ Balanced
-
-
+
+ AccurateChính xác
-
-
+
+ DefaultMặc định
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeKhông an toàn
-
+ Paranoid (disables most optimizations)Paranoid (vô hiệu hoá hầu hết sự tối ưu)
-
+ Debugging
-
+ Dynarmic
-
+ NCE
-
+ Borderless WindowedCửa sổ không viền
-
+ Exclusive FullscreenToàn màn hình
-
+ No Video OutputKhông có đầu ra video
-
+ CPU Video DecodingGiải mã video bằng CPU
-
+ GPU Video Decoding (Default)Giải mã video bằng GPU (Mặc định)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [THỬ NGHIỆM]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [THỬ NGHIỆM]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNearest Neighbor
-
+ BilinearBilinear
-
+ BicubicBicubic
-
+ GaussianGaussian
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneKhông có
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Mặc định (16:9)
-
+ Force 4:3Dùng 4:3
-
+ Force 21:9Dùng 21:9
-
+ Force 16:10Dùng 16:10
-
+ Stretch to WindowMở rộng đến cửa sổ
-
+ AutomaticTự động
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Tiếng Nhật (日本語)
-
+ American EnglishTiếng Anh Mỹ
-
+ French (français)Tiếng Pháp (French)
-
+ German (Deutsch)Tiếng Đức (Deutsch)
-
+ Italian (italiano)Tiếng Ý (italiano)
-
+ Spanish (español)Tiếng Tây Ban Nha (Español)
-
+ ChineseTiếng Trung
-
+ Korean (한국어)Tiếng Hàn (한국어)
-
+ Dutch (Nederlands)Tiếng Hà Lan (Nederlands)
-
+ Portuguese (português)Tiếng Bồ Đào Nha (Portuguese)
-
+ Russian (Русский)Tiếng Nga (Русский)
-
+ TaiwaneseTiếng Đài Loan
-
+ British EnglishTiếng Anh Anh
-
+ Canadian FrenchTiếng Pháp Canada
-
+ Latin American SpanishTiếng Tây Ban Nha Mỹ Latinh
-
+ Simplified ChineseTiếng Trung giản thể
-
+ Traditional Chinese (正體中文)Tiếng Trung phồn thể (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Tiếng Bồ Đào Nha Brasil (Português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanNhật Bản
-
+ USAHoa Kỳ
-
+ EuropeChâu Âu
-
+ AustraliaÚc
-
+ ChinaTrung Quốc
-
+ KoreaHàn Quốc
-
+ TaiwanĐài Loan
-
+ Auto (%1)Auto select time zoneTự động (%1)
-
+ Default (%1)Default time zoneMặc định (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptAi Cập
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHồng Kông
-
+ HSTHST
-
+ IcelandIceland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibya
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandBa Lan
-
+ PortugalBồ Đào Nha
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapore
-
+ TurkeyThổ Nhĩ Kỳ
-
+ UCTUCT
-
+ UniversalQuốc tế
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)
-
+ 6GB DRAM (Unsafe)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedDocked
-
+ HandheldHandheld
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)
-
+ Only if game specifies not to stop
-
+ Never ask
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6418,204 +6428,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteTắt/Bật tiếng
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowCửa sổ chính
-
+ Audio Volume DownGiảm âm lượng
-
+ Audio Volume UpTăng âm lượng
-
+ Capture ScreenshotChụp ảnh màn hình
-
+ Change Adapting FilterThay đổi bộ lọc điều chỉnh
-
+ Change Docked ModeThay đổi chế độ docked
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause EmulationTiếp tục/Tạm dừng giả lập
-
+ Exit FullscreenThoát chế độ toàn màn hình
-
+ Exit Eden
-
+ FullscreenToàn màn hình
-
+ Load FileNạp tập tin
-
+ Load/Remove AmiiboNạp/Loại bỏ Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart EmulationKhởi động lại giả lập
-
+ Stop EmulationDừng giả lập
-
+ TAS RecordGhi lại TAS
-
+ TAS ResetĐặt lại TAS
-
+ TAS Start/StopBắt đầu/Dừng TAS
-
+ Toggle Filter BarHiện/Ẩn thanh lọc
-
+ Toggle Framerate LimitBật/Tắt giới hạn tốc độ khung hình
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningBật/Tắt lia chuột
-
+ Toggle Renderdoc Capture
-
+ Toggle Status BarHiện/Ẩn thanh trạng thái
-
+ Toggle Performance Overlay
@@ -10486,4 +10496,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/vi_VN.ts b/dist/languages/vi_VN.ts
index a588ef4952..692654ed70 100644
--- a/dist/languages/vi_VN.ts
+++ b/dist/languages/vi_VN.ts
@@ -585,182 +585,192 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)Không dùng FMA (tăng hiệu suất cho các dòng CPU không hỗ trợ FMA)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.
-
+ Faster FRSQRTE and FRECPEChạy FRSQRTE và FRECPE nhanh hơn
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.
-
+ Faster ASIMD instructions (32 bits only)Các lệnh ASIMD nhanh hơn (chỉ áp dụng cho 32 bit)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.
-
+ Inaccurate NaN handlingXử lí NaN gặp lỗi
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.
-
+ Disable address space checksTắt kiểm tra không gian địa chỉ
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.
-
+ Ignore global monitorBỏ qua màn hình chung
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.
-
+ API:API đồ hoạ:
-
+ Changes the output graphics API.
Vulkan is recommended.
-
+ Device:Thiết bị đồ hoạ:
-
+ This setting selects the GPU to use (Vulkan only).
-
+ Resolution:Độ phân giải:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
-
+ Window Adapting Filter:Bộ lọc điều chỉnh cửa sổ:
-
+ FSR Sharpness:Độ sắc nét FSR:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.
-
+ Anti-Aliasing Method:Phương pháp khử răng cưa:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
-
+ Fullscreen Mode:Chế độ Toàn màn hình:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
-
+ Aspect Ratio:Tỉ lệ khung hình:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -768,24 +778,24 @@ This feature is experimental.
-
+ NVDEC emulation:Giả lập NVDEC
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
-
+ ASTC Decoding Method:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -794,55 +804,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:Chế độ Vsync:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -850,1376 +860,1376 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)Bật hiển thị bất đồng bộ (chỉ dành cho Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.
-
+ Force maximum clocks (Vulkan only)Buộc chạy ở xung nhịp tối đa (chỉ Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.Chạy các công việc trong nền trong khi đang chờ lệnh đồ họa để giữ cho GPU không giảm xung nhịp.
-
+ Anisotropic Filtering:Bộ lọc góc nghiêng:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cacheDùng Vulkan pipeline cache
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.
-
+ Enable Compute Pipelines (Intel Vulkan Only)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive FlushingBật xả tương ứng
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.
-
+ Sync to framerate of video playbackĐồng bộ hóa với tốc độ khung hình khi phát video
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.Chạy game với tốc độ bình thường trong quá trình phát video, ngay cả khi tốc độ khung hình được mở khóa.
-
+ Barrier feedback loopsVòng lặp phản hồi rào cản
-
+ Improves rendering of transparency effects in specific games.Cải thiện hiệu quả hiển thị của hiệu ứng trong suốt trong một số trò chơi.
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG SeedHạt giống RNG
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device NameTên thiết bị
-
+ The name of the console.
-
+ Custom RTC Date:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:Vùng:
-
+ The region of the console.
-
+ Time Zone:Múi giờ:
-
+ The time zone of the console.
-
+ Sound Output Mode:Chế độ đầu ra âm thanh
-
+ Console Mode:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivityẨn con trỏ chuột khi không dùng
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller appletVô hiệu hoá applet tay cầm
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode
-
+ Force X11 as Graphics Backend
-
+ Custom frontend
-
+ Real applet
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPU
-
+ CPU Asynchronous
-
+ Uncompressed (Best quality)Không nén (Chất lượng tốt nhất)
-
+ BC1 (Low quality)BC1 (Chất lượng thấp)
-
+ BC3 (Medium quality)BC3 (Chất lượng trung bình)
-
-
+
+ AutoTự động
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative
-
+ Aggressive
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ NullNull
-
+ Fast
-
+ Balanced
-
-
+
+ AccurateTuyệt đối
-
-
+
+ DefaultMặc định
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ UnsafeTương đối
-
+ Paranoid (disables most optimizations)Paranoid (vô hiệu hoá hầu hết sự tối ưu)
-
+ Debugging
-
+ Dynarmic
-
+ NCE
-
+ Borderless WindowedCửa sổ không viền
-
+ Exclusive FullscreenToàn màn hình
-
+ No Video OutputKhông Video Đầu Ra
-
+ CPU Video DecodingGiải mã video bằng CPU
-
+ GPU Video Decoding (Default)Giải mã video bằng GPU (Mặc định)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [THỬ NGHIỆM]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [THỬ NGHIỆM]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest NeighborNearest Neighbor
-
+ BilinearBilinear
-
+ BicubicBicubic
-
+ GaussianScaleForce
-
+ Lanczos
-
+ ScaleForceScaleForce
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ NoneTrống
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)Mặc định (16:9)
-
+ Force 4:3Dùng 4:3
-
+ Force 21:9Dùng 21:9
-
+ Force 16:10Dung 16:10
-
+ Stretch to WindowKéo dãn đến cửa sổ phần mềm
-
+ AutomaticTự động
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)Tiếng Nhật (日本語)
-
+ American EnglishTiếng Anh Mỹ
-
+ French (français)Tiếng Pháp (French)
-
+ German (Deutsch)Tiếng Đức (Deutsch)
-
+ Italian (italiano)Tiếng Ý (italiano)
-
+ Spanish (español)Tiếng Tây Ban Nha (Spanish)
-
+ ChineseTiếng Trung
-
+ Korean (한국어)Tiếng Hàn (한국어)
-
+ Dutch (Nederlands)Tiếng Hà Lan (Dutch)
-
+ Portuguese (português)Tiếng Bồ Đào Nha (Portuguese)
-
+ Russian (Русский)Tiếng Nga (Русский)
-
+ TaiwaneseTiếng Đài Loan
-
+ British EnglishTiếng Anh UK (British English)
-
+ Canadian FrenchTiếng Pháp Canada
-
+ Latin American SpanishTiếng Mỹ La-tinh
-
+ Simplified ChineseTiếng Trung giản thể
-
+ Traditional Chinese (正體中文)Tiếng Trung phồn thể (正體中文)
-
+ Brazilian Portuguese (português do Brasil)Tiếng Bồ Đào Nha của người Brazil (Português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ JapanNhật Bản
-
+ USAHoa Kỳ
-
+ EuropeChâu Âu
-
+ AustraliaChâu Úc
-
+ ChinaTrung Quốc
-
+ KoreaHàn Quốc
-
+ TaiwanĐài Loan
-
+ Auto (%1)Auto select time zoneTự động (%1)
-
+ Default (%1)Default time zoneMặc định (%1)
-
+ CETCET
-
+ CST6CDTCST6CDT
-
+ CubaCuba
-
+ EETEET
-
+ EgyptAi Cập
-
+ EireEire
-
+ ESTEST
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-EireGB-Eire
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ GreenwichGreenwich
-
+ HongkongHồng Kông
-
+ HSTHST
-
+ IcelandIceland
-
+ IranIran
-
+ IsraelIsrael
-
+ JamaicaJamaica
-
+ KwajaleinKwajalein
-
+ LibyaLibya
-
+ METMET
-
+ MSTMST
-
+ MST7MDTMST7MDT
-
+ NavajoNavajo
-
+ NZNZ
-
+ NZ-CHATNZ-CHAT
-
+ PolandBa Lan
-
+ PortugalBồ Đào Nha
-
+ PRCPRC
-
+ PST8PDTPST8PDT
-
+ ROCROC
-
+ ROKROK
-
+ SingaporeSingapore
-
+ TurkeyThổ Nhĩ Kỳ
-
+ UCTUCT
-
+ UniversalQuốc tế
-
+ UTCUTC
-
+ W-SUW-SU
-
+ WETWET
-
+ ZuluZulu
-
+ MonoMono
-
+ StereoStereo
-
+ SurroundSurround
-
+ 4GB DRAM (Default)
-
+ 6GB DRAM (Unsafe)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedChế độ cắm TV
-
+ HandheldCầm tay
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)
-
+ Only if game specifies not to stop
-
+ Never ask
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6418,204 +6428,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/UnmuteTắt/Bật tiếng
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main WindowCửa sổ chính
-
+ Audio Volume DownGiảm âm lượng
-
+ Audio Volume UpTăng âm lượng
-
+ Capture ScreenshotChụp ảnh màn hình
-
+ Change Adapting FilterThay đổi bộ lọc điều chỉnh
-
+ Change Docked ModeĐổi chế độ Docked
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause EmulationTiếp tục/Tạm dừng giả lập
-
+ Exit FullscreenThoát chế độ toàn màn hình
-
+ Exit Eden
-
+ FullscreenToàn màn hình
-
+ Load FileNạp tệp tin
-
+ Load/Remove AmiiboTải/Loại bỏ Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart EmulationKhởi động lại giả lập
-
+ Stop EmulationDừng giả lập
-
+ TAS RecordGhi lại TAS
-
+ TAS ResetĐặt lại TAS
-
+ TAS Start/StopBắt đầu/Dừng TAS
-
+ Toggle Filter BarHiện/Ẩn thanh lọc
-
+ Toggle Framerate LimitBật/Tắt giới hạn tốc độ khung hình
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse PanningBật/Tắt di chuyển chuột
-
+ Toggle Renderdoc Capture
-
+ Toggle Status BarHiện/Ẩn thanh trạng thái
-
+ Toggle Performance Overlay
@@ -10486,4 +10496,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/dist/languages/zh_CN.ts b/dist/languages/zh_CN.ts
index 6fb006631b..510a0f97fb 100644
--- a/dist/languages/zh_CN.ts
+++ b/dist/languages/zh_CN.ts
@@ -601,12 +601,22 @@ Fast(2000MHz):运行在 2 倍频率。
设置自定义的 CPU 时钟周期。较高的数值可能提升性能,但也可能导致游戏卡死。推荐范围:77–21000。
-
+
+ Virtual Table Bouncing
+ 虚拟表返回
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+ 通过模拟返回值为 0 的方式使任何触发预取中止的函数返回
+
+
+ Enable Host MMU Emulation (fastmem)启用主机 MMU 模拟(快速内存存取)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -615,100 +625,100 @@ Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)低精度 FMA (在 CPU 不支持 FMA 指令集的情况下提高性能)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.该选项通过降低积和熔加运算的精度来提高模拟器在不支持 FMA 指令集 CPU 上的运行速度。
-
+ Faster FRSQRTE and FRECPE快速 FRSQRTE 和 FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.该选项通过使用精度较低的近似值来提高某些浮点函数的运算速度。
-
+ Faster ASIMD instructions (32 bits only)加速 ASIMD 指令执行(仅限 32 位)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.该选项通过不正确的舍入模式来提高 32 位 ASIMD 浮点函数的运行速度。
-
+ Inaccurate NaN handling低精度非数处理
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.该选项通过取消非数检查来提高速度。
请注意,这也会降低某些浮点指令的精确度。
-
+ Disable address space checks禁用地址空间检查
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.此选项通过在每次内存操作前取消安全检查来提高速度。
禁用它可能允许执行任意代码。
-
+ Ignore global monitor忽略全局监视器
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.此选项仅通过 cmpxchg 指令来提高速度,以确保独占访问指令的安全性。
请注意,这可能会导致死锁和其他问题。
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.更改图形输出的 API。
推荐使用 Vulkan。
-
+ Device:设备:
-
+ This setting selects the GPU to use (Vulkan only).设置Vulkan下使用的GPU。
-
+ Resolution:分辨率:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -717,27 +727,27 @@ Options lower than 1X can cause artifacts.
低于 1X 的选项可能造成渲染问题。
-
+ Window Adapting Filter:窗口滤镜:
-
+ FSR Sharpness:FSR 锐化度:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.确定使用 FSR 的动态对比度后的图像锐化度。
-
+ Anti-Aliasing Method:抗锯齿方式:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -746,12 +756,12 @@ SMAA 提供最佳质量。
FXAA 可以在较低分辨率下产生更稳定的画面。
-
+ Fullscreen Mode:全屏模式:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -760,12 +770,12 @@ Exclusive fullscreen may offer better performance and better Freesync/Gsync supp
独占全屏提供更好的性能和 Freesync/Gsync 支持。
-
+ Aspect Ratio:屏幕纵横比:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
@@ -774,24 +784,24 @@ Also controls the aspect ratio of captured screenshots.
此设置同时控制捕获截图的高宽比。
-
+ Use persistent pipeline cache使用持久管道缓存
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.将生成的着色器保存到硬盘,提高后续游戏过程中的着色器加载速度。
请仅在调试时禁用此项。
-
+ Optimize SPIRV output优化 SPIRV 输出
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -800,12 +810,12 @@ This feature is experimental.
实验性功能。也许会略微提升性能,但会增加着色器编译所需的时间。
-
+ NVDEC emulation:NVDEC 模拟方式:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -814,12 +824,12 @@ In most cases, GPU decoding provides the best performance.
大多数情况下,使用 GPU 解码将提供最好的性能。
-
+ ASTC Decoding Method:ASTC 纹理解码方式:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -832,12 +842,12 @@ CPU 异步模拟:使用 CPU 在 ASTC 纹理到达时对其进行解码。
消除 ASTC 解码带来的卡顿,但在解码时可能出现渲染问题。
-
+ ASTC Recompression Method:ASTC 纹理重压缩方式:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
@@ -846,44 +856,44 @@ BC1/BC3: 中间格式将被重新压缩为 BC1 或 BC3 格式,从而节省显存
但会降低图像质量。
-
+ Frame Pacing Mode (Vulkan only)帧同步模式 (仅限 Vulkan)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.控制模拟器如何管理帧同步,以减少卡顿,使帧率表现更加平稳顺滑。
-
+ VRAM Usage Mode:VRAM 使用模式:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.选择模拟器是应优先节省内存还是最大限度地使用可用视频内存以提高性能。
激进模式可能会影响诸如录屏软件等其他应用程序的性能,。
-
+ Skip CPU Inner Invalidation跳过 CPU 内部失效处理
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.在内存更新期间跳过某些缓存失效,从而降低 CPU 使用率并改善延迟。这可能导致软件崩溃。
-
+ VSync Mode:垂直同步模式:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -894,12 +904,12 @@ Mailbox 的延迟可能比 FIFO 低且不会导致撕裂,但可能会丢帧。
Immediate (不同步) 会呈现全部可用内容,并可能出现撕裂。
-
+ Sync Memory Operations同步内存操作
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
@@ -908,98 +918,98 @@ Unreal Engine 4 games often see the most significant changes thereof.
虚幻 4 引擎的游戏通常会看到最显著的变化。
-
+ Enable asynchronous presentation (Vulkan only)启用异步帧提交 (仅限 Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.将帧提交移动到单独的 CPU 线程,略微提高性能。
-
+ Force maximum clocks (Vulkan only)强制最大时钟 (仅限 Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.在后台运行的同时等待图形命令,以防止 GPU 降低时钟速度。
-
+ Anisotropic Filtering:各向异性过滤:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.控制在斜角下纹理渲染的质量。
大多数 GPU 上设置为 16 倍是安全的。
-
+ GPU Mode:GPU 模式:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.控制 GPU 模拟的精确度。大部分游戏在性能或平衡模式下可以正常渲染,但部分游戏需要设置为精确。粒子效果通常只有在精确模式下才能正确显示。
-
+ DMA Accuracy:DMA 精度:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.控制 DMA 精度。安全精度可修复某些游戏中的问题,但可能会降低性能。
-
+ Enable asynchronous shader compilation开启异步着色器编译
-
+ May reduce shader stutter.可能减少着色器卡顿。
-
+ Fast GPU TimeGPU 超频频率
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.将模拟的 GPU 超频,以提高动态分辨率和渲染距离。使用 256 可获得最大性能,使用 512 可获得最高的图形保真度。
-
+ GPU UnswizzleGPU 还原
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.利用 GPU 计算来加速 BCn 格式 3D 纹理的解码。如果遇到崩溃或画面花屏,请禁用此项。
-
+ GPU Unswizzle Max Texture SizeGPU 还原最大纹理尺寸
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
@@ -1008,48 +1018,48 @@ Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream SizeGPU 还原流大小
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.设置每帧处理的纹理数据最大量(单位:MiB)。
较高的数值可以减少纹理加载时的卡顿,但可能会影响帧率的稳定性(即造成帧时间波动)。
-
+ GPU Unswizzle Chunk SizeGPU 还原块大小
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.确定在单次调度(Dispatch)中处理的深度切片(Depth Slices)数量。
增加此数值可以提高高端 GPU 的吞吐量(处理效率),但在性能较弱的硬件上可能会引发 TDR(驱动程序重置)或驱动超时。
-
+ Use Vulkan pipeline cache启用 Vulkan 管线缓存
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.启用 GPU 供应商专用的管线缓存。
在 Vulkan 驱动程序内部不存储管线缓存的情况下,此选项可显著提高着色器加载速度。
-
+ Enable Compute Pipelines (Intel Vulkan Only)启用计算管线 (仅限 Intel 显卡 Vulkan 模式)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
@@ -1058,183 +1068,183 @@ Compute pipelines are always enabled on all other drivers.
在所有其他驱动程序上始终启用计算管线。
-
+ Enable Reactive Flushing启用反应性刷新
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.使用反应性刷新取代预测性刷新,从而更精确地同步内存。
-
+ Sync to framerate of video playback播放视频时帧率同步
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.在视频播放期间以正常速度运行游戏,即使帧率未锁定。
-
+ Barrier feedback loops屏障反馈环路
-
+ Improves rendering of transparency effects in specific games.改进某些游戏中透明效果的渲染。
-
+ Enable buffer history启用缓冲区历史
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.允许访问之前的缓冲状态。
这个选项可能会提升某些游戏的渲染质量和性能一致性。
-
+ Fix bloom effects修复泛光效果
-
+ Removes bloom in Burnout.去除《火爆狂飙》中的泛光特效。
-
+ Enable Legacy Rescale Pass启用旧版缩放
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.通过依赖之前实现的行为,可能会修复部分游戏的缩放重叠问题。
修复 AMD 和 Intel 显卡上的线条伪影,以及《路易斯洋楼3》中 Nvidia 显卡的灰色纹理闪烁的遗留行为变通方法。
-
+ Extended Dynamic State扩展动态状态
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.控制在扩展动态状态中可使用的函数数量。更高的数值允许启用更多功能,并可能提升性能,但同时也可能导致额外的图形问题。
-
+ Vertex Input Dynamic State顶点输入动态状态
-
+ Enables vertex input dynamic state feature for better quality and performance.开启顶点输入动态状态功能来获得更好的质量和性能。
-
+ Sample Shading采样着色
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.允许片段着色器在多重采样的片段中每个样本执行一次而不是每个片段执行一次。可以提高图形质量,但会降低性能。
更高的值可以提高质量但会降低性能。
-
+ RNG Seed随机数生成器种子
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.控制随机数生成器的种子。
主要用于竞速游戏。
-
+ Device Name设备名称
-
+ The name of the console.主机的数量。
-
+ Custom RTC Date:自定义系统时间:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.此选项允许更改控制台的时钟。
可用于操纵游戏中的时间。
-
+ The number of seconds from the current unix time来自当前 unix 时间的秒数。
-
+ Language:语言:
-
+ This option can be overridden when region setting is auto-select当区域设置为自动选择时可以使用此选项替代。
-
+ Region:地区:
-
+ The region of the console.主机的区域。
-
+ Time Zone:时区:
-
+ The time zone of the console.主机的时区。
-
+ Sound Output Mode:声音输出模式:
-
+ Console Mode:控制台模式:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
@@ -1243,1046 +1253,1046 @@ Setting to Handheld can help improve performance for low end systems.
将设置为掌机模式可以帮助低端系统提高性能。
-
+ Unit Serial
- 单元序列号:
+
-
+ Battery Serial
- 电池序列号:
+
-
+ Debug knobs
- 调试开关
+
-
+ Prompt for user profile on boot启动时提示选择用户账户
-
+ Useful if multiple people use the same PC.在多人使用相同的 PC 时有效。
-
+ Pause when not in focus在丢失焦点时暂停
-
+ Pauses emulation when focusing on other windows.当焦点位于其它窗口时暂停模拟器。
-
+ Confirm before stopping emulation停止模拟时需要确认
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.替代提示以确认停止模拟。
启用它将绕过此类提示并直接退出模拟。
-
+ Hide mouse on inactivity自动隐藏鼠标光标
-
+ Hides the mouse after 2.5s of inactivity.在 2.5 秒无活动后隐藏鼠标。
-
+ Disable controller applet禁用控制器小程序
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.强制禁止在模拟程序中使用控制器小程序。
当程序尝试打开控制器小程序时,它会立即被关闭。
-
+ Check for updates检查更新
-
+ Whether or not to check for updates upon startup.在启动时是否检查更新。
-
+ Enable Gamemode启用游戏模式
-
+ Force X11 as Graphics Backend强制使用 X11 作为图形后端
-
+ Custom frontend自定义前端
-
+ Real applet真实的小程序
-
+ Never永不
-
+ On Load加载时
-
+ Always总是
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU 异步模拟
-
+ Uncompressed (Best quality)不压缩 (最高质量)
-
+ BC1 (Low quality)BC1 (低质量)
-
+ BC3 (Medium quality)BC3 (中等质量)
-
-
+
+ Auto自动
-
+ 30 FPS30 FPS
-
+ 60 FPS60 FPS
-
+ 90 FPS90 FPS
-
+ 120 FPS120 FPS
-
+ Conservative保守模式
-
+ Aggressive激进模式
-
+ VulkanVulkan
-
+ OpenGL GLSLOpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)OpenGL GLASM (汇编着色器,仅限 NVIDIA 显卡)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)OpenGL SPIR-V (实验性,仅限 AMD/Mesa)
-
+ Null无
-
+ Fast高速
-
+ Balanced平衡
-
-
+
+ Accurate高精度
-
-
+
+ Default系统默认
-
+ Unsafe (fast)不安全(快速)
-
+ Safe (stable)安全(稳定)
-
+ Unsafe低精度
-
+ Paranoid (disables most optimizations)偏执模式 (禁用绝大多数优化项)
-
+ Debugging调试
-
+ Dynarmic动态编译
-
+ NCE本机代码执行
-
+ Borderless Windowed无边框窗口
-
+ Exclusive Fullscreen独占全屏
-
+ No Video Output无视频输出
-
+ CPU Video DecodingCPU 视频解码
-
+ GPU Video Decoding (Default)GPU 视频解码 (默认)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]0.25X (180p/270p) [实验性]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [实验性]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [实验性]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]1.25X (900p/1350p) [实验性]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [实验性]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest Neighbor近邻取样
-
+ Bilinear双线性过滤
-
+ Bicubic双三线过滤
-
+ Gaussian高斯模糊
-
+ LanczosLanczos
-
+ ScaleForce强制缩放
-
+ AMD FidelityFX Super ResolutionAMD FidelityFX 超级分辨率
-
+ Area区域
-
+ MMPXMMPX
-
+ Zero-Tangent零切线
-
+ B-SplineB-Spline
-
+ MitchellMitchell
-
+ Spline-1Spline-1
-
-
+
+ None无
-
+ FXAA快速近似抗锯齿
-
+ SMAA子像素形态学抗锯齿
-
+ Default (16:9)默认 (16:9)
-
+ Force 4:3强制 4:3
-
+ Force 21:9强制 21:9
-
+ Force 16:10强制 16:10
-
+ Stretch to Window拉伸窗口
-
+ Automatic自动
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x32x
-
+ 64x64x
-
+ Japanese (日本語)日语 (日本語)
-
+ American English美式英语
-
+ French (français)法语 (français)
-
+ German (Deutsch)德语 (Deutsch)
-
+ Italian (italiano)意大利语 (italiano)
-
+ Spanish (español)西班牙语 (español)
-
+ Chinese中文
-
+ Korean (한국어)韩语 (한국어)
-
+ Dutch (Nederlands)荷兰语 (Nederlands)
-
+ Portuguese (português)葡萄牙语 (português)
-
+ Russian (Русский)俄语 (Русский)
-
+ Taiwanese台湾中文
-
+ British English英式英语
-
+ Canadian French加拿大法语
-
+ Latin American Spanish拉美西班牙语
-
+ Simplified Chinese简体中文
-
+ Traditional Chinese (正體中文)繁体中文 (正體中文)
-
+ Brazilian Portuguese (português do Brasil)巴西-葡萄牙语 (português do Brasil)
-
+ Polish (polska)波兰语(波兰语)
-
+ Thai (แบบไทย)泰语
-
-
+
+ Japan日本
-
+ USA美国
-
+ Europe欧洲
-
+ Australia澳大利亚
-
+ China中国
-
+ Korea韩国
-
+ Taiwan台湾地区
-
+ Auto (%1)Auto select time zone自动 (%1)
-
+ Default (%1)Default time zone默认 (%1)
-
+ CET欧洲中部时间
-
+ CST6CDT古巴标准时间&古巴夏令时
-
+ Cuba古巴
-
+ EET东欧时间
-
+ Egypt埃及
-
+ Eire爱尔兰
-
+ EST东部标准时间
-
+ EST5EDT东部标准时间&东部夏令时
-
+ GB英国
-
+ GB-Eire英国-爱尔兰时间
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ Greenwich格林威治
-
+ Hongkong香港
-
+ HST美国夏威夷时间
-
+ Iceland冰岛
-
+ Iran伊朗
-
+ Israel以色列
-
+ Jamaica牙买加
-
+ Kwajalein夸贾林环礁
-
+ Libya利比亚
-
+ MET中欧时间
-
+ MST山区标准时间 (北美)
-
+ MST7MDT山区标准时间&山区夏令时 (北美)
-
+ Navajo纳瓦霍
-
+ NZ新西兰时间
-
+ NZ-CHAT新西兰-查塔姆群岛
-
+ Poland波兰
-
+ Portugal葡萄牙
-
+ PRC中国标准时间
-
+ PST8PDT太平洋标准时间&太平洋夏令时
-
+ ROC台湾时间
-
+ ROK韩国时间
-
+ Singapore新加坡
-
+ Turkey土耳其
-
+ UCTUCT
-
+ Universal世界时间
-
+ UTC协调世界时
-
+ W-SU欧洲-莫斯科时间
-
+ WET西欧时间
-
+ Zulu祖鲁
-
+ Mono单声道
-
+ Stereo立体声
-
+ Surround环绕声
-
+ 4GB DRAM (Default)4GB DRAM (默认)
-
+ 6GB DRAM (Unsafe)6GB DRAM (不安全)
-
+ 8GB DRAM8GB DRAM
-
+ 10GB DRAM (Unsafe)10GB DRAM (不安全)
-
+ 12GB DRAM (Unsafe)12GB DRAM (不安全)
-
+ Docked主机模式
-
+ Handheld掌机模式
-
-
+
+ Off关闭
-
+ Boost (1700MHz)加速 (1700MHz)
-
+ Fast (2000MHz)快速 (2000MHz)
-
+ Always ask (Default)总是询问 (默认)
-
+ Only if game specifies not to stop仅当游戏不希望停止时
-
+ Never ask从不询问
-
-
+
+ Medium (256)中(256)
-
-
+
+ High (512)高(512)
-
+ Very Small (16 MB)很小 (16 MB)
-
+ Small (32 MB)较小 (32 MB)
-
+ Normal (128 MB)正常 (128 MB)
-
+ Large (256 MB)较大 (256 MB)
-
+ Very Large (512 MB)很大 (512 MB)
-
+ Very Low (4 MB)很低 (4 MB)
-
+ Low (8 MB)低 (8 MB)
-
+ Normal (16 MB)正常 (16 MB)
-
+ Medium (32 MB)中 (32 MB)
-
+ High (64 MB)高 (64 MB)
-
+ Very Low (32)很低 (32)
-
+ Low (64)低 (64)
-
+ Normal (128)正常 (128)
-
+ Disabled禁用
-
+ ExtendedDynamicState 1扩展动态状态 1
-
+ ExtendedDynamicState 2扩展动态状态 2
-
+ ExtendedDynamicState 3扩展动态状态 3
-
+ Tree View树景视图
-
+ Grid View网格视图
@@ -2809,7 +2819,7 @@ When a program attempts to open the controller applet, it is immediately closed.
Use dev.keys
- 使用 dev.keys
+
@@ -6486,204 +6496,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute开启/关闭静音
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window主窗口
-
+ Audio Volume Down调低音量
-
+ Audio Volume Up调高音量
-
+ Capture Screenshot捕获截图
-
+ Change Adapting Filter更改窗口滤镜
-
+ Change Docked Mode更改主机运行模式
-
+ Change GPU Mode更改 GPU 模式
-
+ Configure配置
-
+ Configure Current Game配置当前游戏
-
+ Continue/Pause Emulation继续/暂停模拟
-
+ Exit Fullscreen退出全屏
-
+ Exit Eden退出 Eden
-
+ Fullscreen全屏
-
+ Load File加载文件
-
+ Load/Remove Amiibo加载/移除 Amiibo
-
+ Browse Public Game Lobby浏览公共游戏大厅
-
+ Create Room创建房间
-
+ Direct Connect to Room直接连接到房间
-
+ Leave Room离开房间
-
+ Show Current Room显示当前房间
-
+ Restart Emulation重新启动模拟
-
+ Stop Emulation停止模拟
-
+ TAS RecordTAS 录制
-
+ TAS Reset重置 TAS
-
+ TAS Start/StopTAS 开始/停止
-
+ Toggle Filter Bar显示/隐藏搜索栏
-
+ Toggle Framerate Limit打开/关闭帧率限制
-
+ Toggle Turbo Speed切换加速模式
-
+ Toggle Slow Speed切换减速模式
-
+ Toggle Mouse Panning打开/关闭鼠标平移
-
+ Toggle Renderdoc Capture切换到 Renderdoc 捕获截图
-
+ Toggle Status Bar显示/隐藏状态栏
-
+ Toggle Performance Overlay切换性能覆盖层
@@ -10595,4 +10605,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
总计游戏时间已到达最大值。
-
+
\ No newline at end of file
diff --git a/dist/languages/zh_TW.ts b/dist/languages/zh_TW.ts
index 4227f7500d..b067fc50d8 100644
--- a/dist/languages/zh_TW.ts
+++ b/dist/languages/zh_TW.ts
@@ -597,12 +597,22 @@ Use Boost (1700MHz) to run at the Switch's highest native clock, or Fast (2
自訂CPU時脈。更高的值可能提高效能,但也可能導致遊戲卡死。建議範圍為77-21000。
-
+
+ Virtual Table Bouncing
+
+
+
+
+ Bounces (by emulating a 0-valued return) any functions that triggers a prefetch abort
+
+
+
+ Enable Host MMU Emulation (fastmem)啟用主機 MMU 模擬(fastmem)
-
+ This optimization speeds up memory accesses by the guest program.
Enabling it causes guest memory reads/writes to be done directly into memory and make use of Host's MMU.
Disabling this forces all memory accesses to use Software MMU Emulation.
@@ -611,100 +621,100 @@ Disabling this forces all memory accesses to use Software MMU Emulation.
-
+ Unfuse FMA (improve performance on CPUs without FMA)解除融合FMA(能讓不支援 FMA 指令集的 CPU 提高效能)
-
+ This option improves speed by reducing accuracy of fused-multiply-add instructions on CPUs without native FMA support.透過降低積和熔加運算的準確度來提高模擬器在不支援FMA指令集CPU上的運行速度
-
+ Faster FRSQRTE and FRECPE更快的 FRSQRTE 和 FRECPE
-
+ This option improves the speed of some approximate floating-point functions by using less accurate native approximations.透過使用準確度較低的近似值來提高某些浮點函數的運算速度
-
+ Faster ASIMD instructions (32 bits only)快速 ASIMD 指令(僅限 32 位元)
-
+ This option improves the speed of 32 bits ASIMD floating-point functions by running with incorrect rounding modes.透過使用不準確的捨入模式來提高32位元ASIMD浮點函數的運算速度
-
+ Inaccurate NaN handling低準確度NaN處理
-
+ This option improves speed by removing NaN checking.
Please note this also reduces accuracy of certain floating-point instructions.透過取消NaN檢查來提高速度。
請注意,啟用後會降低些浮點指令的準確度
-
+ Disable address space checks停用位址空間檢查
-
+ This option improves speed by eliminating a safety check before every memory operation.
Disabling it may allow arbitrary code execution.透過省略在每次記憶體操作前執行的安全檢查來提高速度
停用此功能可能會允許任意程式碼執行
-
+ Ignore global monitor忽略全局監視器
-
+ This option improves speed by relying only on the semantics of cmpxchg to ensure safety of exclusive access instructions.
Please note this may result in deadlocks and other race conditions.透過僅依賴cmpxchg指令來確保獨佔存取指令的安全性並提高速度。
請注意,這可能會導致死鎖或其它問題
-
+ API:API:
-
+ Changes the output graphics API.
Vulkan is recommended.更改使用的圖形API
推薦使用Vulkan
-
+ Device:裝置:
-
+ This setting selects the GPU to use (Vulkan only).選擇要使用的GPU(僅限Vulkan)
-
+ Resolution:解析度:
-
+ Forces to render at a different resolution.
Higher resolutions require more VRAM and bandwidth.
Options lower than 1X can cause artifacts.
@@ -713,27 +723,27 @@ Options lower than 1X can cause artifacts.
選擇低於1X的解析度可能會導致畫面異常
-
+ Window Adapting Filter:視窗適應過濾器:
-
+ FSR Sharpness:FSR 銳化度:
-
+ Determines how sharpened the image will look using FSR's dynamic contrast.調整使用FSR的動態對比時影像的銳利度
-
+ Anti-Aliasing Method:抗鋸齒:
-
+ The anti-aliasing method to use.
SMAA offers the best quality.
FXAA can produce a more stable picture in lower resolutions.
@@ -742,12 +752,12 @@ SMAA的品質最佳
FXAA在低解析度下可以產生較穩定的畫面
-
+ Fullscreen Mode:全螢幕模式:
-
+ The method used to render the window in fullscreen.
Borderless offers the best compatibility with the on-screen keyboard that some games request for input.
Exclusive fullscreen may offer better performance and better Freesync/Gsync support.
@@ -756,36 +766,36 @@ Exclusive fullscreen may offer better performance and better Freesync/Gsync supp
獨佔全螢幕將提供更好的性能以及更佳的FreeSync/G-Sync支援
-
+ Aspect Ratio:長寬比:
-
+ Stretches the renderer to fit the specified aspect ratio.
Most games only support 16:9, so modifications are required to get other ratios.
Also controls the aspect ratio of captured screenshots.
-
+ Use persistent pipeline cache
-
+ Allows saving shaders to storage for faster loading on following game boots.
Disabling it is only intended for debugging.將產生的著色器快取儲存至硬碟,讓遊戲在後續過程中不需再次產生以提高速度
建議僅在偵錯時才停用此選項
-
+ Optimize SPIRV output
-
+ Runs an additional optimization pass over generated SPIRV shaders.
Will increase time required for shader compilation.
May slightly improve performance.
@@ -795,12 +805,12 @@ This feature is experimental.
但可能會稍微提高效能
-
+ NVDEC emulation:NVDEC 模擬:
-
+ Specifies how videos should be decoded.
It can either use the CPU or the GPU for decoding, or perform no decoding at all (black screen on videos).
In most cases, GPU decoding provides the best performance.
@@ -809,12 +819,12 @@ In most cases, GPU decoding provides the best performance.
GPU解碼在大多數情況下提供最好的性能
-
+ ASTC Decoding Method:ASTC解碼方式:
-
+ This option controls how ASTC textures should be decoded.
CPU: Use the CPU for decoding.
GPU: Use the GPU's compute shaders to decode ASTC textures (recommended).
@@ -823,55 +833,55 @@ stuttering but may present artifacts.
-
+ ASTC Recompression Method:ASTC重新壓縮方式:
-
+ Most GPUs lack support for ASTC textures and must decompress to anintermediate format: RGBA8.
BC1/BC3: The intermediate format will be recompressed to BC1 or BC3 format,
saving VRAM but degrading image quality.
-
+ Frame Pacing Mode (Vulkan only)
-
+ Controls how the emulator manages frame pacing to reduce stuttering and make the frame rate smoother and more consistent.
-
+ VRAM Usage Mode:VRAM 使用模式:
-
+ Selects whether the emulator should prefer to conserve memory or make maximum usage of available video memory for performance.
Aggressive mode may impact performance of other applications such as recording software.
-
+ Skip CPU Inner Invalidation跳過CPU內部失效處理
-
+ Skips certain cache invalidations during memory updates, reducing CPU usage and improving latency. This may cause soft-crashes.
-
+ VSync Mode:垂直同步:
-
+ FIFO (VSync) does not drop frames or exhibit tearing but is limited by the screen refresh rate.
FIFO Relaxed allows tearing as it recovers from a slow down.
Mailbox can have lower latency than FIFO and does not tear but may drop frames.
@@ -879,1377 +889,1377 @@ Immediate (no synchronization) presents whatever is available and can exhibit te
-
+ Sync Memory Operations同步記憶體操作
-
+ Ensures data consistency between compute and memory operations.
This option fixes issues in games, but may degrade performance.
Unreal Engine 4 games often see the most significant changes thereof.
-
+ Enable asynchronous presentation (Vulkan only)啟用非同步顯示(僅限Vulkan)
-
+ Slightly improves performance by moving presentation to a separate CPU thread.透過將畫面顯示移至獨立的CPU執行緒來略微提升性能。
-
+ Force maximum clocks (Vulkan only)強制使用最大時脈(僅限Vulkan)
-
+ Runs work in the background while waiting for graphics commands to keep the GPU from lowering its clock speed.在等待圖形命令時於背景執行任務以防GPU降低時脈
-
+ Anisotropic Filtering:各向異性過濾:
-
+ Controls the quality of texture rendering at oblique angles.
Safe to set at 16x on most GPUs.
-
+ GPU Mode:
-
+ Controls the GPU emulation mode.
Most games render fine with Fast or Balanced modes, but Accurate is still required for some.
Particles tend to only render correctly with Accurate mode.
-
+ DMA Accuracy:
-
+ Controls the DMA precision accuracy. Safe precision fixes issues in some games but may degrade performance.
-
+ Enable asynchronous shader compilation
-
+ May reduce shader stutter.
-
+ Fast GPU Time
-
+ Overclocks the emulated GPU to increase dynamic resolution and render distance.
Use 256 for maximal performance and 512 for maximal graphics fidelity.
-
+ GPU Unswizzle
-
+ Accelerates BCn 3D texture decoding using GPU compute.
Disable if experiencing crashes or graphical glitches.
-
+ GPU Unswizzle Max Texture Size
-
+ Sets the maximum size (MiB) for GPU-based texture unswizzling.
While the GPU is faster for medium and large textures, the CPU may be more efficient for very small ones.
Adjust this to find the balance between GPU acceleration and CPU overhead.
-
+ GPU Unswizzle Stream Size
-
+ Sets the maximum amount of texture data (in MiB) processed per frame.
Higher values can reduce stutter during texture loading but may impact frame consistency.
-
+ GPU Unswizzle Chunk Size
-
+ Determines the number of depth slices processed in a single dispatch.
Increasing this can improve throughput on high-end GPUs but may cause TDR or driver timeouts on weaker hardware.
-
+ Use Vulkan pipeline cache启用 Vulkan 管线缓存
-
+ Enables GPU vendor-specific pipeline cache.
This option can improve shader loading time significantly in cases where the Vulkan driver does not store pipeline cache files internally.启用 GPU 供应商专用的管线缓存。
在 Vulkan 驱动程序内部不存储管线缓存的情况下,此选项可显著提高着色器加载速度。
-
+ Enable Compute Pipelines (Intel Vulkan Only)启用计算管线 (仅限 Intel 显卡 Vulkan 模式)
-
+ Required by some games.
This setting only exists for Intel proprietary drivers and may crash if enabled.
Compute pipelines are always enabled on all other drivers.
-
+ Enable Reactive Flushing启用反应性刷新
-
+ Uses reactive flushing instead of predictive flushing, allowing more accurate memory syncing.使用反应性刷新取代预测性刷新,从而更精确地同步内存。
-
+ Sync to framerate of video playback播放视频时帧率同步
-
+ Run the game at normal speed during video playback, even when the framerate is unlocked.在视频播放期间以正常速度运行游戏,即使帧率未锁定。
-
+ Barrier feedback loops屏障反馈循环
-
+ Improves rendering of transparency effects in specific games.改进某些游戏中透明效果的渲染。
-
+ Enable buffer history
-
+ Enables access to previous buffer states.
This option may improve rendering quality and performance consistency in some games.
-
+ Fix bloom effects
-
+ Removes bloom in Burnout.
-
+ Enable Legacy Rescale Pass
-
+ May fix rescale issues in some games by relying on behavior from the previous implementation.
Legacy behavior workaround that fixes line artifacts on AMD and Intel GPUs, and grey texture flicker on Nvidia GPUs in Luigis Mansion 3.
-
+ Extended Dynamic State
-
+ Controls the number of features that can be used in Extended Dynamic State.
Higher states allow for more features and can increase performance, but may cause additional graphical issues.
-
+ Vertex Input Dynamic State
-
+ Enables vertex input dynamic state feature for better quality and performance.
-
+ Sample Shading
-
+ Allows the fragment shader to execute per sample in a multi-sampled fragment instead of once per fragment. Improves graphics quality at the cost of performance.
Higher values improve quality but degrade performance.
-
+ RNG Seed隨機種子
-
+ Controls the seed of the random number generator.
Mainly used for speedrunning.
-
+ Device Name裝置名稱
-
+ The name of the console.
-
+ Custom RTC Date:自定义系统时间:
-
+ This option allows to change the clock of the console.
Can be used to manipulate time in games.
-
+ The number of seconds from the current unix time
-
+ Language:语言:
-
+ This option can be overridden when region setting is auto-select
-
+ Region:區域:
-
+ The region of the console.
-
+ Time Zone:時區:
-
+ The time zone of the console.
-
+ Sound Output Mode:音訊輸出模式:
-
+ Console Mode:控制台模式:
-
+ Selects if the console is in Docked or Handheld mode.
Games will change their resolution, details and supported controllers and depending on this setting.
Setting to Handheld can help improve performance for low end systems.
-
+ Unit Serial
-
+ Battery Serial
-
+ Debug knobs
-
+ Prompt for user profile on boot
-
+ Useful if multiple people use the same PC.
-
+ Pause when not in focus
-
+ Pauses emulation when focusing on other windows.
-
+ Confirm before stopping emulation停止模拟时需要确认
-
+ Overrides prompts asking to confirm stopping the emulation.
Enabling it bypasses such prompts and directly exits the emulation.
-
+ Hide mouse on inactivity滑鼠閒置時自動隱藏
-
+ Hides the mouse after 2.5s of inactivity.
-
+ Disable controller applet禁用控制器程序
-
+ Forcibly disables the use of the controller applet in emulated programs.
When a program attempts to open the controller applet, it is immediately closed.
-
+ Check for updates
-
+ Whether or not to check for updates upon startup.
-
+ Enable Gamemode启用游戏模式
-
+ Force X11 as Graphics Backend
-
+ Custom frontend自定义前端
-
+ Real applet真实的小程序
-
+ Never
-
+ On Load
-
+ Always
-
+ CPUCPU
-
+ GPUGPU
-
+ CPU AsynchronousCPU 异步模拟
-
+ Uncompressed (Best quality)不壓縮 (最高品質)
-
+ BC1 (Low quality)BC1 (低品質)
-
+ BC3 (Medium quality)BC3 (中品質)
-
-
+
+ Auto自動
-
+ 30 FPS
-
+ 60 FPS
-
+ 90 FPS
-
+ 120 FPS
-
+ Conservative保守模式(节省 VRAM)
-
+ Aggressive激进模式
-
+ VulkanVulkan
-
+ OpenGL GLSL
-
+ OpenGL GLASM (Assembly Shaders, NVIDIA Only)
-
+ OpenGL SPIR-V (Experimental, AMD/Mesa Only)
-
+ Null無
-
+ Fast
-
+ Balanced
-
-
+
+ Accurate高精度
-
-
+
+ Default預設
-
+ Unsafe (fast)
-
+ Safe (stable)
-
+ Unsafe低精度
-
+ Paranoid (disables most optimizations)偏执模式 (禁用绝大多数优化项)
-
+ Debugging
-
+ DynarmicDynarmic
-
+ NCENCE
-
+ Borderless Windowed無邊框視窗
-
+ Exclusive Fullscreen全螢幕獨占
-
+ No Video Output無視訊輸出
-
+ CPU Video DecodingCPU 視訊解碼
-
+ GPU Video Decoding (Default)GPU 視訊解碼(預設)
-
+ 0.25X (180p/270p) [EXPERIMENTAL]
-
+ 0.5X (360p/540p) [EXPERIMENTAL]0.5X (360p/540p) [实验性]
-
+ 0.75X (540p/810p) [EXPERIMENTAL]0.75X (540p/810p) [實驗性]
-
+ 1X (720p/1080p)1X (720p/1080p)
-
+ 1.25X (900p/1350p) [EXPERIMENTAL]
-
+ 1.5X (1080p/1620p) [EXPERIMENTAL]1.5X (1080p/1620p) [實驗性]
-
+ 2X (1440p/2160p)2X (1440p/2160p)
-
+ 3X (2160p/3240p)3X (2160p/3240p)
-
+ 4X (2880p/4320p)4X (2880p/4320p)
-
+ 5X (3600p/5400p)5X (3600p/5400p)
-
+ 6X (4320p/6480p)6X (4320p/6480p)
-
+ 7X (5040p/7560p)7X (5040p/7560p)
-
+ 8X (5760p/8640p)8X (5760p/8640p)
-
+ Nearest Neighbor最近鄰
-
+ Bilinear雙線性
-
+ Bicubic雙立方
-
+ Gaussian高斯
-
+ Lanczos
-
+ ScaleForce強制縮放
-
+ AMD FidelityFX Super Resolution
-
+ Area
-
+ MMPX
-
+ Zero-Tangent
-
+ B-Spline
-
+ Mitchell
-
+ Spline-1
-
-
+
+ None無
-
+ FXAAFXAA
-
+ SMAASMAA
-
+ Default (16:9)預設 (16:9)
-
+ Force 4:3強制 4:3
-
+ Force 21:9強制 21:9
-
+ Force 16:10強制 16:10
-
+ Stretch to Window延伸視窗
-
+ Automatic自動
-
+ 2x2x
-
+ 4x4x
-
+ 8x8x
-
+ 16x16x
-
+ 32x
-
+ 64x
-
+ Japanese (日本語)日文 (日本語)
-
+ American English美式英语
-
+ French (français)法文 (français)
-
+ German (Deutsch)德文 (Deutsch)
-
+ Italian (italiano)義大利文 (italiano)
-
+ Spanish (español)西班牙文 (español)
-
+ Chinese中文
-
+ Korean (한국어)韓文 (한국어)
-
+ Dutch (Nederlands)荷蘭文 (Nederlands)
-
+ Portuguese (português)葡萄牙文 (português)
-
+ Russian (Русский)俄文 (Русский)
-
+ Taiwanese台灣中文
-
+ British English英式英文
-
+ Canadian French加拿大法文
-
+ Latin American Spanish拉丁美洲西班牙文
-
+ Simplified Chinese簡體中文
-
+ Traditional Chinese (正體中文)正體中文 (正體中文)
-
+ Brazilian Portuguese (português do Brasil)巴西-葡萄牙語 (português do Brasil)
-
+ Polish (polska)
-
+ Thai (แบบไทย)
-
-
+
+ Japan日本
-
+ USA美國
-
+ Europe歐洲
-
+ Australia澳洲
-
+ China中國
-
+ Korea南韓
-
+ Taiwan台灣
-
+ Auto (%1)Auto select time zone自動 (%1)
-
+ Default (%1)Default time zone預設 (%1)
-
+ CET中歐
-
+ CST6CDTCST6CDT
-
+ Cuba古巴
-
+ EETEET
-
+ Egypt埃及
-
+ Eire愛爾蘭
-
+ EST北美東部
-
+ EST5EDTEST5EDT
-
+ GBGB
-
+ GB-Eire英國-愛爾蘭
-
+ GMTGMT
-
+ GMT+0GMT+0
-
+ GMT-0GMT-0
-
+ GMT0GMT0
-
+ Greenwich格林威治
-
+ Hongkong香港
-
+ HST夏威夷
-
+ Iceland冰島
-
+ Iran伊朗
-
+ Israel以色列
-
+ Jamaica牙買加
-
+ Kwajalein瓜加林環礁
-
+ Libya利比亞
-
+ MET中歐
-
+ MST北美山區
-
+ MST7MDTMST7MDT
-
+ Navajo納瓦霍
-
+ NZ紐西蘭
-
+ NZ-CHAT紐西蘭-查塔姆群島
-
+ Poland波蘭
-
+ Portugal葡萄牙
-
+ PRC中國
-
+ PST8PDT太平洋
-
+ ROC臺灣
-
+ ROK韓國
-
+ Singapore新加坡
-
+ Turkey土耳其
-
+ UCTUCT
-
+ Universal世界
-
+ UTCUTC
-
+ W-SU莫斯科
-
+ WET西歐
-
+ Zulu協調世界時
-
+ Mono單聲道
-
+ Stereo立體聲
-
+ Surround環繞音效
-
+ 4GB DRAM (Default)4GB DRAM (默认)
-
+ 6GB DRAM (Unsafe)6GB DRAM (不安全)
-
+ 8GB DRAM
-
+ 10GB DRAM (Unsafe)
-
+ 12GB DRAM (Unsafe)
-
+ DockedTV
-
+ Handheld掌機模式
-
-
+
+ Off
-
+ Boost (1700MHz)
-
+ Fast (2000MHz)
-
+ Always ask (Default)总是询问 (默认)
-
+ Only if game specifies not to stop仅当游戏不希望停止时
-
+ Never ask从不询问
-
-
+
+ Medium (256)
-
-
+
+ High (512)
-
+ Very Small (16 MB)
-
+ Small (32 MB)
-
+ Normal (128 MB)
-
+ Large (256 MB)
-
+ Very Large (512 MB)
-
+ Very Low (4 MB)
-
+ Low (8 MB)
-
+ Normal (16 MB)
-
+ Medium (32 MB)
-
+ High (64 MB)
-
+ Very Low (32)
-
+ Low (64)
-
+ Normal (128)
-
+ Disabled
-
+ ExtendedDynamicState 1
-
+ ExtendedDynamicState 2
-
+ ExtendedDynamicState 3
-
+ Tree View
-
+ Grid View
@@ -6447,204 +6457,204 @@ Debug Message:
Hotkeys
-
+ Audio Mute/Unmute靜音/取消靜音
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main Window主要視窗
-
+ Audio Volume Down音訊音量降低
-
+ Audio Volume Up音訊音量提高
-
+ Capture Screenshot截圖
-
+ Change Adapting Filter變更自適性過濾器
-
+ Change Docked Mode變更底座模式
-
+ Change GPU Mode
-
+ Configure
-
+ Configure Current Game
-
+ Continue/Pause Emulation繼續/暫停模擬
-
+ Exit Fullscreen離開全螢幕
-
+ Exit Eden
-
+ Fullscreen全螢幕
-
+ Load File開啟檔案
-
+ Load/Remove Amiibo載入/移除 Amiibo
-
+ Browse Public Game Lobby
-
+ Create Room
-
+ Direct Connect to Room
-
+ Leave Room
-
+ Show Current Room
-
+ Restart Emulation重新啟動模擬
-
+ Stop Emulation停止模擬
-
+ TAS RecordTAS 錄製
-
+ TAS ResetTAS 重設
-
+ TAS Start/StopTAS 開始/停止
-
+ Toggle Filter Bar切換搜尋列
-
+ Toggle Framerate Limit切換影格速率限制
-
+ Toggle Turbo Speed
-
+ Toggle Slow Speed
-
+ Toggle Mouse Panning切換滑鼠移動
-
+ Toggle Renderdoc Capture切換到 Renderdoc 截圖
-
+ Toggle Status Bar切換狀態列
-
+ Toggle Performance Overlay
@@ -10514,4 +10524,4 @@ By selecting "From Eden", previous save data stored in Ryujinx will be
-
+
\ No newline at end of file
diff --git a/src/android/app/src/main/res/values-ar/strings.xml b/src/android/app/src/main/res/values-ar/strings.xml
index d98de9f912..b258480c9f 100644
--- a/src/android/app/src/main/res/values-ar/strings.xml
+++ b/src/android/app/src/main/res/values-ar/strings.xml
@@ -1062,8 +1062,6 @@
ألوان ديناميكيةإعدادات التطبيقالسمة واللون
- وضع ملء الشاشة
- إخفاء أشرطة نظام Android عبر شاشات التطبيق. اسحب من أحد الحواف لإظهارها مؤقتًا.تغيير وضع السمة
@@ -1094,7 +1092,7 @@
أزرقسماويأحمر
- أخضر
+ أخضر (افتراضي)أصفربرتقاليوردي
diff --git a/src/android/app/src/main/res/values-de/strings.xml b/src/android/app/src/main/res/values-de/strings.xml
index 2f6f3452a8..5105783815 100644
--- a/src/android/app/src/main/res/values-de/strings.xml
+++ b/src/android/app/src/main/res/values-de/strings.xml
@@ -1000,6 +1000,7 @@ Wirklich fortfahren?
Material YouApp-EinstellungenTheme und Farben
+
DesignSystem folgen
diff --git a/src/android/app/src/main/res/values-es/strings.xml b/src/android/app/src/main/res/values-es/strings.xml
index c864dacc57..f5a8f1dfd4 100644
--- a/src/android/app/src/main/res/values-es/strings.xml
+++ b/src/android/app/src/main/res/values-es/strings.xml
@@ -302,7 +302,7 @@
Administrar datos de guardadoGuardar los datos encontrados. Por favor, seleccione una opción de abajo.Importar datos de guardado
- Esto sobreescribirá todos los datos de guardado existentes con el archivo proporcionado. ¿Está seguro de querer continuar\?
+ Ésto sobreescribirá todos los datos de guardado existentes con el archivo proporcionado. ¿Está seguro de querer continuar?Importando archivos de guardado...Exportando archivos de guardado...Importado correctamente
@@ -333,8 +333,8 @@
https://yuzu-mirror.github.io/help/quickstart/#dumping-installed-updatesControladores personalizados no soportadosLa carga de controladores personalizados no está disponible para este dispositivo.\n¡Compruebe más adelante si se añadió el soporte a esta opción!
- Gestionar datos de Eden
- Importar/exportar el firmware, las claves, los datos de usuario, ¡y más!
+ Administrar datos de Eden
+ Importa/exporta el firmware, las claves, los datos de usuario, ¡y más!Carpetas de juegosEscaneo recursivo Añadir carpeta con juegos
@@ -350,8 +350,8 @@
%d archivos de guardado importados con éxito.%d archivos de guardado importados con éxito.
- No se encontraron datos de guardado
- Verificar contenido instalado
+ No hay archivos de guardado
+ Verificar contenidos instaladosComprueba todo el contenido instalado por si hubiese alguno corruptoFaltan las claves de encriptación
@@ -764,7 +764,7 @@
DesarrolladorVersiónCopiar detalles
- Complementos
+ Extras/Add-onsActiva/desactiva mods, actualizaciones y contenidos descargablesTiempo jugado:Borrar tiempo de juego
@@ -787,28 +787,28 @@
Sombreadores limpiados con éxitoSombreadores limpiadosEden ha limpiado automáticamente todos los sombreadores guardados para mantener la canalización de Vulkan válida. Esto es esencial al cambiar o actualizar los controladores de la GPU para prevenir errores y fallos gráficos. Es posible que experimente algunas interrupciones durante la reconstrucción de los sombreadores.
- Complementos: %1$s
+ Addons: %1$sDatos de guardado
- Gestiona los datos de guardado de este juego
+ Controla los datos de guardado de este juegoBorrar datos de guardado
- Elimina todos los datos de guardado especificos de este juego
- Esto eliminará de manera permanente todos los datos de guardado de este juego. ¿Está seguro de que quiere continuar\?
+ Elimina todos los datos de guardado de este juego
+ Ésto elimina de manera permanente todos los datos de guardado de este juego. ¿Seguro que quieres continuar?Datos de guardado eliminados con éxitoTipo de contenidoActualizaciones y contenido descargableMods y trucos
- Aviso importante de complementos
+ Aviso importante de addonsPara instalar mods y trucos, debe seleccionar una carpeta que contenga los directorios cheats/, romfs/, o exefs/ . ¡No podemos confirmar si éstos serán compatibles con su juego, así que tenga cuidado!Directorio no válidoPor favor, asegúrese de que el directorio que ha selecionado incluye las carpetas cheats/, romfs/, o exefs/ e inténtelo de nuevo.
- Complemento instalado con éxito
+ Addon instalado con éxitoVerificando contenido...Aviso importante de contenidoEl contenido seleccionado no es de este juego.\n¿Instalar aun que\?Confirmar desinstalación
- ¿Está seguro de que quiere desinstalar este complemento\?
+ ¿De verdad quieres desinstalar este addon?Verificar integridadVerificando...¡La verificación de integridad ha sido un éxito!
@@ -824,14 +824,14 @@
Su ROM está encriptada
- tarjetas de juego o títulos instalados.]]>
- prod.keys está instalado, para que los juegos sean desencriptados.]]>
+ tarjetas de juego o títulos digitales.]]>
+ prod.keys está instalado, para que los juegos sean descifrados.]]>Ocurrió un error al inicializar el núcleo de video, posiblemente debido a una incompatibilidad con el driver seleccionadoEsto suele deberse a un controlador de la GPU incompatible. La instalación de un controlador de la GPU personalizado puede resolver este problema.Archivo ROM no existeEl juego requiere firmware
- vuelque e instale el firmware, o pulse \"Aceptar\" para continuar de todos modos.]]>
+ vuelca e instala el firmware, o pulsa \"Aceptar\" para continuar de todos modos.]]>Buscando juego...
@@ -1056,8 +1056,6 @@
Material YouConfiguración de la aplicaciónTema y color
- Modo pantalla completa
- Ocultar las barras del sistema de Android. Desliza la pantalla desde una esquina para mostrarlas temporalmente.Cambiar modo del tema
@@ -1088,7 +1086,7 @@
AzulCianRojo
- Verde
+ Verde (Predeterminado)AmarilloNaranjaRosa
@@ -1117,7 +1115,7 @@
Modo aviónPasa el modo avión al sistema operativo Switch
- Habilitar el applet de superposición
+ Habilitar el Applet de superposiciónActiva el applet integrado superpuesto de Horizon. Mantenga pulsado el botón de inicio durante 1 segundo para que aparezca.
diff --git a/src/android/app/src/main/res/values-fr/strings.xml b/src/android/app/src/main/res/values-fr/strings.xml
index dff95fc8c0..b2abd184e5 100644
--- a/src/android/app/src/main/res/values-fr/strings.xml
+++ b/src/android/app/src/main/res/values-fr/strings.xml
@@ -275,11 +275,8 @@
Informations sur le processeur centralInformations sur le processeur graphiqueVersion du pilote Vulkan
- Impossible d’obtenir les infos de l’émulateurInformations sur la mémoireCapacité totale de mémoire
- SOC:
-
AideAvertissementSauter
@@ -317,9 +314,6 @@
Partager les logs de débogagePartagez le fichier de log de Eden pour déboguer les problèmes.Aucun fichier de log trouvé
- Partager les logs du GPU
- Partage les logs du GPU générés par Eden afin de déboguer les problèmes graphiques.
- Aucun fichier de log du GPU trouvé,Installer le contenu du jeuInstaller une mise à jour ou un DLCInstallation du contenu en cours...
@@ -375,9 +369,7 @@
Lancer des applications depuis l\'écran d\'accueil du systèmeLanceur d\'appletsLancer des applets système en utilisant le firmware installé
- Aucun firmware installéApplet non disponible
- prod.keys et lefirmwaresont installés et réessayez.]]>AlbumAfficher les images stockées dans le dossier de captures d\'écran de l\'utilisateur avec le visualiseur de photos système.Éditeur Mii
@@ -395,7 +387,6 @@
Copié dans le presse-papierUn émulateur Switch open sourceContributeurs
- Les gens qui ont rendu possible Eden pour AndroidDes projets qui rendent possible Eden pour AndroidBuildDonnées utilisateur
@@ -412,8 +403,6 @@
Limiter la vitesse d\'émulation à un pourcentage spécifié de la vitesse normaleLimiter le pourcentage de vitesseSpécifier le pourcentage pour limiter la vitesse d\'émulation. 100% correspond à la vitesse normale. Des valeurs plus élevées ou plus basses augmenteront ou diminueront la limite de vitesse.
- Vitesse turbo
- Vitesse lenteBackend du CPUPrécision du CPU%1$s%2$s
@@ -430,9 +419,6 @@
Vous permet de définir une horloge en temps réel personnalisée distincte de l\'heure actuelle de votre système.Définir l\'horloge RTC personnalisée
-
- Overclock du CPU
- Force le CPU émulé à fonctionner à une fréquence plus élevée, en contournant certaines limitations de FPS. Utilisez Boost (1700 MHz) pour atteindre la fréquence native maximale de la Nintendo Switch, ou Fast (2000 MHz) pour doubler la fréquence. C’est un “hack”. Certains chipsets moins puissants peuvent voir leurs performances réduites et les jeux peuvent se comporter différemment.Ticks CPU personnalisésDéfinissez une valeur personnalisée de ticks CPU. Des valeurs plus élevées peuvent améliorer les performances, mais peuvent aussi provoquer des gels du jeu. Une plage de 77 à 21000 est recommandée.Ticks
@@ -907,6 +893,7 @@
Material YouParamètres de l’AppThème et Couleur
+
Changer le mode de thèmeAutomatique
diff --git a/src/android/app/src/main/res/values-it/strings.xml b/src/android/app/src/main/res/values-it/strings.xml
index c5ee2f36e7..15ad312407 100644
--- a/src/android/app/src/main/res/values-it/strings.xml
+++ b/src/android/app/src/main/res/values-it/strings.xml
@@ -840,6 +840,7 @@
Material YouImpostazioni appTema e colore
+
Cambia la modalità del temaSegue il Sistema
diff --git a/src/android/app/src/main/res/values-pl/strings.xml b/src/android/app/src/main/res/values-pl/strings.xml
index 348af8df9a..700ae6464e 100644
--- a/src/android/app/src/main/res/values-pl/strings.xml
+++ b/src/android/app/src/main/res/values-pl/strings.xml
@@ -956,6 +956,7 @@
Material YouUstawienia aplikacjiMotyw i kolor
+
Zmień tryb motywuPodążaj za systemowym
diff --git a/src/android/app/src/main/res/values-pt-rBR/strings.xml b/src/android/app/src/main/res/values-pt-rBR/strings.xml
index 7e2ad37b9d..61ed535eeb 100644
--- a/src/android/app/src/main/res/values-pt-rBR/strings.xml
+++ b/src/android/app/src/main/res/values-pt-rBR/strings.xml
@@ -901,6 +901,7 @@
Material YouConfigurações do AppTema e Cores
+
Alterar o temaIgual ao Sistema
diff --git a/src/android/app/src/main/res/values-ru/strings.xml b/src/android/app/src/main/res/values-ru/strings.xml
index c64629c9c1..ae7a425eb7 100644
--- a/src/android/app/src/main/res/values-ru/strings.xml
+++ b/src/android/app/src/main/res/values-ru/strings.xml
@@ -352,7 +352,7 @@
Импортировано %d сохраненийИмпортировано %d сохранений
- Файлы сохранений не найдены
+ Не найдены сохраненмияПодтвердить установленный контентПроверяет весь установленный контент на наличие повреждений
@@ -361,7 +361,7 @@
https://yuzu-mirror.github.io/help/quickstart/#dumping-decryption-keysУдалить прошивку
- Удаление прошивки сотрёт её с устройства и может повлиять на совместимость игр.
+ Удаление прошивки сотрет ее с устройства и может повлиять на совместимость игр.Удаление прошивки...Прошивка успешно удалена
@@ -397,7 +397,6 @@
Скопировано в буфер обменаЭмулятор Switch с открытым исходным кодомКонтрибьюторы
- Люди, благодаря которым появился Eden для AndroidПроекты, которые сделали Eden для Android возможнымСборкаДанные пользователя
@@ -482,7 +481,7 @@
Обеспечивает согласованность данных между вычислительными операциями и операциями с памятью. Эта опция должна исправлять проблемы в некоторых играх, но может снижать производительность в некоторых случаях. Наиболее сильно это затрагивает игры на Unreal Engine 4.Кэш шейдеров на дискеУменьшение зависаний за счет хранения и загрузки сгенерированных шейдеров.
- Принудительная максимальная тактовая частота (только для Adreno)
+ Принудительно заставить максимальную тактовую частоту (только для Adreno)Заставляет ГПУ работать на максимально возможных тактовых частотах (тепловые ограничения все равно будут применяться).Реактивная очисткаПовышение точности рендеринга в некоторых играх за счет снижения производительности.
@@ -1058,8 +1057,6 @@
Material YouНастройки приложенияТема и цвет
- Полноэкранный режим
- Скрывать системные панели Android на всех экранах приложения. Проведите от края экрана, чтобы временно отобразить ихСменить режим темы
@@ -1089,7 +1086,7 @@
СинийЦиановыйКрасный
- Зелёный
+ Зелёный (По умолчанию)ЖёлтыйОранжевыйРозовый
@@ -1115,8 +1112,8 @@
Программная клавиатура
- Режим полёта
- Передаёт режим полёта в ОС Switch
+ Режим полета
+ Передает режим полета в ОС SwitchВключить апплет-оверлейАктивирует встроенный в Horizon оверлейный апплет. Для его отображения нажмите и удерживайте кнопку «HOME» в течение одной секунды.
diff --git a/src/android/app/src/main/res/values-uk/strings.xml b/src/android/app/src/main/res/values-uk/strings.xml
index 853924a541..b27de2b36c 100644
--- a/src/android/app/src/main/res/values-uk/strings.xml
+++ b/src/android/app/src/main/res/values-uk/strings.xml
@@ -12,7 +12,7 @@
ЗбільшенняЗменшення
- Значення повинно бути не менше %1$d
+ Значення повинно бути щонайменше %1$dЗначення повинно бути не більше %1$dНеправильне значення
@@ -1058,8 +1058,6 @@
Material YouНалаштування застосункуТема і колір
- Повноекранний режим
- Приховати системні панелі Android у застосунку. Проведіть пальцем від краю екрана, щоб показати їх на короткий час.Змінити режим теми
@@ -1090,7 +1088,7 @@
СинійБлакитнийЧервоний
- Зелений
+ Зелений (стандартний)ЖовтийПомаранчевийРожевий
diff --git a/src/android/app/src/main/res/values-zh-rCN/strings.xml b/src/android/app/src/main/res/values-zh-rCN/strings.xml
index ab6e66ba4e..eb20f3079b 100644
--- a/src/android/app/src/main/res/values-zh-rCN/strings.xml
+++ b/src/android/app/src/main/res/values-zh-rCN/strings.xml
@@ -1,8 +1,8 @@
- 本软件可以运行Nintendo Switch游戏主机的游戏,但自身并不包含任何游戏或密钥。