mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
More accurate audio interrupts (preparation for homebrew audio support). some minor cleanup in gl plugin.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@226 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
7962ab4713
commit
dcd5ffeb7a
16 changed files with 177 additions and 101 deletions
|
@ -1087,7 +1087,7 @@ void VertexManager::Flush()
|
|||
|
||||
int offset = 0;
|
||||
vector< pair<int, int> >::iterator it;
|
||||
FORIT (it, s_vStoredPrimitives) {
|
||||
for (it = s_vStoredPrimitives.begin(); it != s_vStoredPrimitives.end(); ++it) {
|
||||
glDrawArrays(it->first, offset, it->second);
|
||||
offset += it->second;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue