mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
OGL: enable buffersubdata in detection
This commit is contained in:
parent
e38e48923d
commit
53377425d1
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
namespace OGL
|
||||
{
|
||||
enum StreamType {
|
||||
DETECT_MASK = 0x1F,
|
||||
DETECT_MASK = 0x3F,
|
||||
STREAM_DETECT = (1 << 0),
|
||||
MAP_AND_ORPHAN = (1 << 1),
|
||||
MAP_AND_SYNC = (1 << 2),
|
||||
|
|
Loading…
Add table
Reference in a new issue