mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-14 22:36:01 -05:00
OGL-StreamBuffer: allocate fences in StreamBuffer directly
This commit is contained in:
@@ -46,7 +46,8 @@ protected:
|
||||
size_t m_free_iterator;
|
||||
|
||||
private:
|
||||
GLsync *fences;
|
||||
static const u32 SYNC_POINTS = 16;
|
||||
GLsync fences[SYNC_POINTS];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user