Verze
4.0-4180
Větev
new-zelda-hle
Datum
před 9 lety, 4 měsíci
Windows x64 Mac OS X Android
Odevzdání
ba0a80d81c111aedc3e27d2281cd3a08620d5902
Autor změny
Pierre Bourdon
Popis změny
Zelda HLE: Value-initialize the std::arrays.

I was under the wrong impression that std::array's default constructor
performed value initialization. Turns out it does not, so an array of POD will
not be initialized.