mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 20:58:54 +00:00
Remove vertex streaming hack.
NV has buffer_storage, AMD has pinned memory. Both are better than that hack which shouldn't ever have been introduced in the first place.
This commit is contained in:
parent
b49c09c36b
commit
f1adc56a56
6 changed files with 4 additions and 41 deletions
|
@ -119,7 +119,6 @@ struct VideoConfig
|
|||
float fAspectRatioHackW, fAspectRatioHackH;
|
||||
bool bUseBBox;
|
||||
bool bEnablePixelLighting;
|
||||
bool bHackedBufferUpload;
|
||||
bool bFastDepthCalc;
|
||||
int iLog; // CONF_ bits
|
||||
int iSaveTargetId; // TODO: Should be dropped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue