mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Android: Don't show OSD messages when opening savestate menu
This commit is contained in:
@ -456,10 +456,7 @@ bool ReadHeader(const std::string& filename, StateHeader& header)
|
|||||||
Flush();
|
Flush();
|
||||||
File::IOFile f(filename, "rb");
|
File::IOFile f(filename, "rb");
|
||||||
if (!f)
|
if (!f)
|
||||||
{
|
|
||||||
Core::DisplayMessage("State not found", 2000);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
|
|
||||||
f.ReadArray(&header, 1);
|
f.ReadArray(&header, 1);
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user