mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 21:41:19 +12:00
Removed unnecessary comment
This commit is contained in:
parent
82c1b4417a
commit
b3e67b85f1
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ template<typename T, uint32 elements, typename P = uint32>
|
||||||
class RingBuffer
|
class RingBuffer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
//RingBuffer<T, elements, P>();
|
|
||||||
RingBuffer();
|
RingBuffer();
|
||||||
|
|
||||||
bool Push(const T& v);
|
bool Push(const T& v);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue