mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-25 18:46:55 +01:00
Add missing constructor
This commit is contained in:
parent
eaf006d606
commit
9049ad91f9
@ -281,6 +281,8 @@ struct ALUClauseTemporariesState
|
||||
|
||||
struct GPRTemporary
|
||||
{
|
||||
GPRTemporary(uint8 gprIndex, uint8 channel, uint8 backupVarIndex) : gprIndex(gprIndex), channel(channel), backupVarIndex(backupVarIndex) {}
|
||||
|
||||
uint8 gprIndex;
|
||||
uint8 channel;
|
||||
uint8 backupVarIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user