mirror of
https://github.com/libretro/pcsx2.git
synced 2024-12-19 16:18:35 +00:00
svu: init all field of RANGE struct
This commit is contained in:
parent
33a7672196
commit
ad7892bd15
@ -141,7 +141,7 @@ struct VuFunctionHeader
|
||||
{
|
||||
struct RANGE
|
||||
{
|
||||
RANGE() : pmem(NULL) {}
|
||||
RANGE() : start(0), size(0), pmem(NULL) {}
|
||||
|
||||
u16 start, size;
|
||||
void* pmem; // all the mem
|
||||
|
Loading…
Reference in New Issue
Block a user