mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-12-21 10:37:05 +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
|
|
@ -15,7 +15,7 @@ class IntervalBucketContainer
|
|||
|
||||
public:
|
||||
|
||||
IntervalBucketContainer() {};
|
||||
IntervalBucketContainer() = default;
|
||||
|
||||
// range is defined as inclusive rangeStart and exclusive rangeEnd
|
||||
void addRange(TAddr rangeStart, TAddr rangeEnd, TData* data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue