mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
ogl: fix vertex stream detection
sorry, copy & paste fail
This commit is contained in:
@ -26,7 +26,7 @@ StreamBuffer::StreamBuffer(u32 type, size_t size, StreamType uploadType)
|
|||||||
if(m_uploadtype & STREAM_DETECT)
|
if(m_uploadtype & STREAM_DETECT)
|
||||||
{
|
{
|
||||||
// TODO: move this to InitBackendInfo
|
// TODO: move this to InitBackendInfo
|
||||||
if(g_ActiveConfig.bHackedBufferUpload && !DriverDetails::HasBug(DriverDetails::BUG_BROKENHACKEDBUFFER))
|
if(g_ActiveConfig.bHackedBufferUpload && DriverDetails::HasBug(DriverDetails::BUG_BROKENHACKEDBUFFER))
|
||||||
{
|
{
|
||||||
OSD::AddMessage("Vertex Streaming Hack isn't supported by your GPU.", 10000);
|
OSD::AddMessage("Vertex Streaming Hack isn't supported by your GPU.", 10000);
|
||||||
g_ActiveConfig.bHackedBufferUpload = false;
|
g_ActiveConfig.bHackedBufferUpload = false;
|
||||||
|
Reference in New Issue
Block a user