mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-04 05:51:19 +12:00
GCC build
This commit is contained in:
parent
be0f062de8
commit
c8c9fad128
48 changed files with 327 additions and 273 deletions
|
@ -6,7 +6,8 @@ template<typename T, uint32 elements, typename P = uint32>
|
|||
class RingBuffer
|
||||
{
|
||||
public:
|
||||
RingBuffer<T, elements, P>();
|
||||
//RingBuffer<T, elements, P>();
|
||||
RingBuffer();
|
||||
|
||||
bool Push(const T& v);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue