enable d3d12 independent devices by default
This commit is contained in:
parent
f2be189344
commit
fc1d878847
@ -45,7 +45,7 @@ void G_Bootstrap(void)
|
|||||||
//////////////////////////////
|
//////////////////////////////
|
||||||
//- Enable independent devices
|
//- Enable independent devices
|
||||||
|
|
||||||
if (CommandlineArgFromName(Lit("no-d3d12-independent-devices")).exists)
|
if (!CommandlineArgFromName(Lit("no-d3d12-independent-devices")).exists)
|
||||||
{
|
{
|
||||||
G_D12.independent_devices_enabled = 1;
|
G_D12.independent_devices_enabled = 1;
|
||||||
if (IsRunningInWine())
|
if (IsRunningInWine())
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user