mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-14 10:48:36 +12:00
overlays: do not open home menu in VSH
This commit is contained in:
parent
44771150b7
commit
d3183708e8
7 changed files with 16 additions and 8 deletions
|
@ -3274,4 +3274,9 @@ utils::serial* Emulator::DeserialManager() const
|
|||
return m_ar.get();
|
||||
}
|
||||
|
||||
bool Emulator::IsVsh()
|
||||
{
|
||||
return g_ps3_process_info.get_cellos_appname() == "vsh.self"sv;
|
||||
}
|
||||
|
||||
Emulator Emu;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue