mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-27 12:56:18 +00:00
Fix Multiple Install Folders (#1328)
* attempt to fix pr * clang format
This commit is contained in:
parent
0a12ba4120
commit
299a29e243
3 changed files with 48 additions and 10 deletions
|
@ -1083,6 +1083,21 @@
|
|||
<source>nullGpuCheckBox</source>
|
||||
<translation>Enable Null GPU:\nFor the sake of technical debugging, disables game rendering as if there were no graphics card.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.cpp" line="465"/>
|
||||
<source>gameFoldersBox</source>
|
||||
<translation>Game Folders: The list of folders to check for installed games.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.cpp" line="465"/>
|
||||
<source>addFolderButton</source>
|
||||
<translation>Add: Add a folder to the list.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.cpp" line="465"/>
|
||||
<source>removeFolderButton</source>
|
||||
<translation>Remove: Remove a folder from the list.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../settings_dialog.cpp" line="329"/>
|
||||
<source>debugDump</source>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue