mirror of https://github.com/PCSX2/pcsx2.git
parent
0fb249284f
commit
beadc0e69b
|
@ -166,7 +166,7 @@ struct Gif_Path {
|
|||
GIF_PATH_STATE state; // Path State
|
||||
Gif_Path_MTVU mtvu; // Must be last for saved states
|
||||
|
||||
Gif_Path() {}
|
||||
Gif_Path() { Reset(); }
|
||||
~Gif_Path() { _aligned_free(buffer); }
|
||||
|
||||
void Init(GIF_PATH _idx, u32 _buffSize, u32 _buffSafeZone) {
|
||||
|
|
Loading…
Reference in New Issue