You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package/batocera/emulators/azahar/azahar.emulator.yml
+45-17Lines changed: 45 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ custom_features:
15
15
prompt: SCREEN LAYOUT
16
16
description: Arrange the dual screen layout. Separate windows can be changed with Hotkey+R2.
17
17
choices:
18
+
Bottom/Top: 0-true
18
19
Top Only: 1-false
19
20
Bottom Only: 1-true
20
21
Large Top: 2-false
@@ -25,9 +26,9 @@ custom_features:
25
26
Hybrid Screen Top: 5-false
26
27
Hybrid Screen Bottom: 5-true
27
28
azahar_large_screen_proportion:
28
-
prompt: SCREEN PROPORTION
29
-
description: Determines the proportion of the larger screen relative to the smaller one.
30
-
choices:
29
+
prompt: SCREEN PROPORTION
30
+
description: Determines the proportion of the larger screen relative to the smaller one.
31
+
choices:
31
32
"2": 2
32
33
"3": 3
33
34
"4 (Default)": 4
@@ -48,10 +49,20 @@ custom_features:
48
49
8x (3200x1920): 8
49
50
9x (3600x2160): 9
50
51
10x (4000x2400): 10
51
-
azahar_use_vsync_new:
52
+
azahar_texture_filter:
53
+
submenu: GRAPHICS
54
+
prompt: TEXTURE FILTER
55
+
description: Enhance low-resolution textures using scaling algorithms.
56
+
choices:
57
+
None (Default): 0
58
+
Anime4K: 1
59
+
Bicubic: 2
60
+
ScaleForce: 3
61
+
xBRZ: 4
62
+
azahar_use_vsync:
52
63
submenu: GRAPHICS
53
64
prompt: VSYNC
54
-
description: Fix screen tearing. CPU heavy.
65
+
description: Synchronize framerate with display refresh rate.
55
66
choices:
56
67
'Off': 0
57
68
'On': 1
@@ -65,50 +76,67 @@ custom_features:
65
76
azahar_accurate_multiplication:
66
77
submenu: GRAPHICS
67
78
prompt: ACCURATE MULTIPLICATION
68
-
description: Some applications requires this to be enabled for the hardware shader to render properly. However this would reduce performance in most applications.
79
+
description: Fixes rendering glitches in games like Luigi's Mansion and Pokemon, but costs performance.
69
80
choices:
70
-
'Off': 0
81
+
'Off': 0
71
82
'On': 1
72
83
azahar_use_shader_jit:
73
84
submenu: GRAPHICS
74
85
prompt: SHADER JIT
75
-
description: Use the JIT engine instead of the interpreter for software shader emulation. Enable this for better performance.
86
+
description: Use JIT compiler for shader emulation.
76
87
choices:
77
-
'Off': 0
88
+
'Off': 0
78
89
'On': 1
79
90
azahar_async_shader_compilation:
80
91
submenu: GRAPHICS
81
-
prompt: ENABLE ASYNC SHADER COMPILATION
82
-
description: Compile shaders using background threads to avoid shader compilation stutter. May cause graphical glitches.
92
+
prompt: ASYNC SHADER COMPILATION
93
+
description: Compile shaders in background threads to avoid stuttering.
83
94
choices:
84
95
'Off': 0
85
96
'On': 1
86
97
azahar_async_presentation:
87
98
submenu: GRAPHICS
88
-
prompt: ENABLE ASYNC PRESENTATION
89
-
description: Perform presentation on separate threads. Improves performance when using Vulkan in most applications. Adds ~1 frame of input lag.
99
+
prompt: ASYNC PRESENTATION
100
+
description: Separate display presentation from emulation threads (best with Vulkan).
90
101
choices:
91
102
'Off': 0
92
103
'On': 1
93
104
azahar_use_disk_shader_cache:
94
105
submenu: GRAPHICS
95
106
prompt: DISK SHADER CACHE
96
-
description: Reduce stutter that happens when compiling shaders. Requires hardware shader to be enabled.
107
+
description: Cache compiled shaders to storage to eliminate future stutter.
97
108
choices:
98
109
'Off': 0
99
-
'On': 1
110
+
'On (Default)': 1
100
111
azahar_custom_textures:
101
112
submenu: GRAPHICS
102
113
prompt: LOAD CUSTOM TEXTURES
103
-
description: Preloading is impossible from ES.
104
114
choices:
105
115
'Off': 0
106
116
'On': 1-normal
107
117
Preload: 1-preload
118
+
azahar_audio_stretching:
119
+
submenu: AUDIO
120
+
prompt: AUDIO TIME STRETCHING
121
+
description: Dynamically timestretch audio to prevent crackling on frame drops.
122
+
choices:
123
+
'Off': 0
124
+
'On (Default)': 1
125
+
azahar_cpu_clock:
126
+
group: ADVANCED OPTIONS
127
+
prompt: CPU CLOCK PERCENTAGE
128
+
description: Overclock emulated 3DS CPU to improve framerates or run 60 FPS mods.
129
+
choices:
130
+
50%: 50
131
+
100% (Default): 100
132
+
150%: 150
133
+
200%: 200
134
+
300%: 300
135
+
400%: 400
108
136
azahar_is_new_3ds:
109
137
group: ADVANCED OPTIONS
110
138
prompt: NEW 3DS MODE
111
-
description: The New 3DS has a faster processor, ZL/ZR buttons and a C-stick.
139
+
description: Emulate New 3DS processor speed and additional controls (C-stick, ZL/ZR).
0 commit comments