mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
StreamBuffer: Correct function casing
This commit is contained in:
@ -61,7 +61,7 @@ protected:
|
||||
|
||||
private:
|
||||
static constexpr int SYNC_POINTS = 16;
|
||||
int SLOT(u32 x) const { return x >> m_bit_per_slot; }
|
||||
int Slot(u32 x) const { return x >> m_bit_per_slot; }
|
||||
const int m_bit_per_slot;
|
||||
|
||||
std::array<GLsync, SYNC_POINTS> m_fences{};
|
||||
|
Reference in New Issue
Block a user