mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-16 22:37:01 +00:00
Fix incorrect streamout buffer index in GS + refactor various code (#258)
This commit is contained in:
parent
4a3d02db55
commit
03f5967408
45 changed files with 70 additions and 92 deletions
|
|
@ -12,9 +12,7 @@ class DualStringBuffer
|
|||
public:
|
||||
DualStringBuffer() : m_offsetBegin(N / 2), m_offsetEnd(N / 2) { }
|
||||
|
||||
~DualStringBuffer()
|
||||
{
|
||||
}
|
||||
~DualStringBuffer() = default;
|
||||
|
||||
static_assert(sizeof(char) == sizeof(uint8));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue