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: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,12 +136,12 @@ If this software is not provided, its options will be locked.
136
136
137
137
Using Pyinstaller:
138
138
```bash
139
-
./build-pyinstaller.sh
139
+
./make-pyinstaller.sh
140
140
```
141
141
142
142
Using Nuitka:
143
143
```bash
144
-
./build-nuitka.sh
144
+
./make-nuitka.sh
145
145
```
146
146
147
147
*Note: Both use a Python virtual environment to avoid system wide package installation using pip*
@@ -220,8 +220,8 @@ volt flatpak run net.pcsx2.PCSX2
220
220
221
221
## Render Selector explained:
222
222
223
-
-`Select OpenGL Renderer (Mesa)` Selects the GPU/Renderer that will be used to render OpenGL programs. Those GPUs are obtained trough `glxinfo`.
224
-
-`Select Vulkan Renderer` Selects the GPU/Renderer that will be used to render Vulkan programs. Those GPUs are obtained trough `vulkaninfo`, also for this to work on some distros you might need to install some additional dependencies like `vulkan-mesa-layers` on Arch Linux.
223
+
-`Select OpenGL Renderer` Selects the GPU/Renderer that will be used to render OpenGL programs. Those GPUs are obtained trough `glxinfo`.
224
+
-`Select Vulkan Renderer` Selects the GPU/Renderer that will be used to render Vulkan programs. Those GPUs are obtained trough `vulkaninfo`, also for this to work on some distros you might need to install some additional dependencies like `vulkan-mesa-layers` on Arch Linux. More info its provided on the Welcome Window that opens once you open volt-gui.
0 commit comments