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