dsp dynarec: missing commit

This commit is contained in:
Flyinghead 2019-01-23 22:46:05 +01:00
parent 3a064cd068
commit 8c7f9105a1
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ struct dsp_t
signed int Y; //13 bit
signed int B; //26 bit
signed int INPUTS; //24 bit
signed int MEMVAL;
signed int MEMVAL[4];
signed int FRC_REG; //13 bit
signed int Y_REG; //24 bit
unsigned int ADDR;