RADEON Mobility 7500" -> same as Radeon 7xxx (correct?)
default Intel to D3D unless we know better
This commit is contained in:
@@ -435,7 +435,7 @@ struct VideoCardDefaults
|
||||
false // broken, causes black screen
|
||||
},
|
||||
{
|
||||
"Radeon 7|Wonder 7500|ArcadeVGA", // Radeon 7xxx
|
||||
"Radeon.* 7|Wonder 7500|ArcadeVGA", // Radeon 7xxx, RADEON Mobility 7500
|
||||
"d3d,opengl", // movie texture performance is terrible in OpenGL, but fine in D3D.
|
||||
640,480,
|
||||
16,16,16,
|
||||
@@ -513,6 +513,14 @@ struct VideoCardDefaults
|
||||
1024,
|
||||
false
|
||||
},
|
||||
{
|
||||
"Intel.*", /* fallback: all unknown Intel cards to D3D, since Intel is notoriously bad at OpenGL */
|
||||
"d3d,opengl",
|
||||
640,480,
|
||||
16,16,16,
|
||||
1024,
|
||||
false
|
||||
},
|
||||
{
|
||||
// Cards that have problems with OpenGL:
|
||||
// ASSERT fail somewhere in RageDisplay_OpenGL "Trident Video Accelerator CyberBlade"
|
||||
|
||||
Reference in New Issue
Block a user