mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-09 03:01:53 -04:00
Fix various warnings
This commit is contained in:
@@ -459,7 +459,7 @@ static int alphatobin(u32* dst, const std::vector<std::string>& alpha, int size)
|
||||
|
||||
void DecryptARCode(std::vector<std::string> vCodes, std::vector<AREntry>* ops)
|
||||
{
|
||||
std::array<u32, 1200> uCodes;
|
||||
std::array<u32, 1200> uCodes{};
|
||||
|
||||
for (std::string& s : vCodes)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user