mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 17:29:01 +00:00
map_orphan_and_risk - next try for upload method
should work around nvidia600 driver issue which will flush gpu on syncing also increase buffer size by orphaning
This commit is contained in:
parent
fed574d08b
commit
17747fcfb8
2 changed files with 13 additions and 4 deletions
|
@ -30,6 +30,7 @@ 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