Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,6 @@
"part7": " to skip the launcher in some games, etc."
},
"preferSystemLibs": "Custom Wine versions (Wine-GE, Wine-Lutris) are shipped with their library dependencies. By enabling this option, these shipped libraries will be ignored and Wine will load system libraries instead. Warning! Issues may occur if dependencies are not met.",
"primerun": "Use dedicated graphics card to render game on multi-GPU systems. Only needed on gaming laptops or desktops that use a headless GPU for rendering (NVIDIA Optimus, AMD CrossFire)",
"steam_path": {
"info": "This path lets Heroic determine what version of Proton Steam uses, for adding non-Steam games to Steam."
},
Expand Down Expand Up @@ -768,13 +767,6 @@
"offlinemode": "Run Game Offline",
"prefered_language": "Prefered Language (Language Code)",
"preferSystemLibs": "Prefer system libraries",
"primerun": {
"confirmation": {
"message": "Only one graphics card was detected in this system. Please note that this option is intended for multi-GPU systems with headless GPUs (like laptops). On single-GPU systems, the GPU is automatically used & enabling this option can cause issues. Do you really want to enable this option?",
"title": "Only 1 GPU detected"
},
"description": "Use Dedicated Graphics Card"
},
"runexe": {
"title": "Run EXE on Prefix"
},
Expand Down
63 changes: 0 additions & 63 deletions src/frontend/screens/Settings/components/UseDGPU.tsx

This file was deleted.

1 change: 0 additions & 1 deletion src/frontend/screens/Settings/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export { default as SteamRuntime } from './SteamRuntime'
export { default as TraySettings } from './TraySettings'
export { default as UseDarkTrayIcon } from './UseDarkTrayIcon'
export { default as UseFramelessWindow } from './UseFramelessWindow'
export { default as UseDGPU } from './UseDGPU'
export { default as WinePrefix } from './WinePrefix'
export { default as WinePrefixesBasePath } from './WinePrefixesBasePath'
export { default as WineVersionSelector } from './WineVersionSelector'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import {
PreferSystemLibs,
ShowFPS,
SteamRuntime,
UseDGPU,
WinePrefix,
WineVersionSelector,
WrappersTable,
Expand Down Expand Up @@ -206,7 +205,6 @@ export default function GamesSettings() {
<GameMode />
{isLinux && <PreferSystemLibs />}
<SteamRuntime />
<UseDGPU />
{!isNative && (
<>
<BattlEyeRuntime />
Expand Down
Loading