Skip to content

Commit

Permalink
kernelbase: HACK: Add --use-gl=swiftshader for Everquest F2P/LaunchPa…
Browse files Browse the repository at this point in the history
…d.exe.

CW-Bug-Id: #18509
  • Loading branch information
Matteo Bruni authored and ivyl committed Sep 13, 2023
1 parent 6a6da86 commit 66cd5c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dlls/kernelbase/process.c
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,7 @@ static const WCHAR *hack_append_command_line( const WCHAR *cmd )
{L"PlanetSide 2\\LaunchPad.exe", L" --use-gl=swiftshader"},
{L"PaladinLias\\Game.exe", L" --use-gl=desktop"},
{L"EverQuest 2\\LaunchPad.exe", L" --use-gl=swiftshader"},
{L"Everquest F2P\\LaunchPad.exe", L" --use-gl=swiftshader"},
};
unsigned int i;

Expand Down

1 comment on commit 66cd5c1

@Sturmlocke86
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for addressing this, the Launchpad works like a charm now!

Please sign in to comment.