xbox_nv2a.cpp: try to remove gcc 7.2.0 warning (nw)

This commit is contained in:
yz70s 2020-06-12 13:54:49 +02:00
parent c20295c3c8
commit 7b0b90f607

View File

@ -502,7 +502,7 @@ void vertex_program_simulator::decode_instruction(int address)
int vertex_program_simulator::step()
{
int p1, p2;
float tmp[3 * 4];
float tmp[3 * 4] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 };
float tmpv[4] = { 0, 0, 0, 0};
float tmps[4] = { 0, 0, 0, 0};
instruction::decoded *d;