mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 11:46:27 +00:00
Revert "map_orphan_and_risk - next try for upload method"
This reverts commit 17747fcfb8
.
On orphaning, some gl drivers do heurisitics where to store the buffer.
As the hack may only work on pinned memory, it would be much less deteministic.
This commit is contained in:
parent
0f2ee45d96
commit
50f4bf114e
2 changed files with 4 additions and 13 deletions
|
@ -30,7 +30,6 @@ enum StreamType {
|
|||
MAP_AND_ORPHAN,
|
||||
MAP_AND_SYNC,
|
||||
MAP_AND_RISK,
|
||||
MAP_ORPAN_AND_RISK,
|
||||
PINNED_MEMORY,
|
||||
BUFFERSUBDATA
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue