• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Trick game into thinking I'm using a different GPU?

ManBearPig

Diamond Member
Is there any way to do this? I have a game that wont work on widescreen with any patched exes (i have the cd) on an intel integrated gpu, so i want to make the game think i have something else.
 
That depends on the game, I'm not sure if there's a uniform way that games query what GPU your system is running. There's a number of different places they could get it from as well, they could get it from the GPU directly, the drivers that are currently running on your system or by querying DirectX. What game is it that you're trying to do this with?
 
I remember using 3D Analyze back in the day for some stuff; but it was mostly for emulating pixel shader and TnL, don't know if it can do what you want. The only other thing I can think of is to fire up ollydbg and do some hackery. Way easier said than done though.
 
Back
Top