d3d9
Here are 51 public repositories matching this topic...
At the moment shows in your Discord game status engine name, location name or not if you in menu, spent time
-
Updated
May 30, 2021 - C++
-
Updated
Apr 8, 2019 - C++
-
Updated
May 17, 2021 - C++
-
Updated
Jul 28, 2020 - C++
Gallium Nine issues
General thread to discuss problems running games with gallium nine on.
Make sure you have mesa installed with gallium nine enabled.
In Ubuntu, Mint use the following PPA :
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers
In the game's launch options put :
PROTON_DUMP_DEBUG_COMMANDS=1 PROTON_USE_GALLIUM_NINE=1 %command%
This will dump scripts into `/tmp/proton_<us
-
Updated
May 6, 2019 - C++
-
Updated
Feb 9, 2021 - C++
-
Updated
May 29, 2020 - C++
-
Updated
Feb 6, 2019 - C
-
Updated
Aug 15, 2021 - C++
-
Updated
Jun 21, 2017 - C
-
Updated
Mar 1, 2021 - Shell
Improve this page
Add a description, image, and links to the d3d9 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the d3d9 topic, visit your repo's landing page and select "manage topics."
I'm writing this from memory as I've used apitrace only a couple times in the last few years.
This was only seen in wine, I have no idea if this fails the same way with native Windows.
Anyway, if apitrace is placed in a path that's outside locale constrains of the locale it's run in, it fails to run due to using GetCurrentDirectoryA.
I don't quite recall how exactly the failure gets trigg