mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Fix some initialization/sprintf warnings.
This commit is contained in:
@@ -169,7 +169,7 @@ void VirtualDiscFileSystem::DoState(PointerWrap &p)
|
||||
|
||||
for (int i = 0; i < entryCount; i++)
|
||||
{
|
||||
u32 fd;
|
||||
u32 fd = 0;
|
||||
OpenFileEntry of;
|
||||
|
||||
p.Do(fd);
|
||||
|
||||
Reference in New Issue
Block a user