mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06: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:
@ -30,6 +30,7 @@ enum StreamType {
|
||||
MAP_AND_ORPHAN,
|
||||
MAP_AND_SYNC,
|
||||
MAP_AND_RISK,
|
||||
MAP_ORPAN_AND_RISK,
|
||||
PINNED_MEMORY,
|
||||
BUFFERSUBDATA
|
||||
};
|
||||
|
Reference in New Issue
Block a user