mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Support 32 bit drivers on OpenGL as Steam uses 32 bit drivers for some fucking reason
This commit is contained in:
parent
a0ac36968b
commit
73ec51750e
1 changed files with 3 additions and 0 deletions
|
@ -37,4 +37,7 @@ systemConfiguration {
|
||||||
device = "/dev/disk/by-uuid/10bfe7d8-1daf-4c65-a5a6-cf3c9a085478";
|
device = "/dev/disk/by-uuid/10bfe7d8-1daf-4c65-a5a6-cf3c9a085478";
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Steam uses 32-bit drivers for some unholy fucking reason.
|
||||||
|
hardware.opengl.driSupport32Bit = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue