mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-06-22 02:16:23 +00:00
Allow disable the auto updater (#1490)
This commit is contained in:
parent
f45cad6bc9
commit
a547b2774f
6 changed files with 49 additions and 7 deletions
|
@ -56,7 +56,9 @@ private:
|
|||
void CreateDockWindows();
|
||||
void GetPhysicalDevices();
|
||||
void LoadGameLists();
|
||||
#ifdef ENABLE_UPDATER
|
||||
void CheckUpdateMain(bool checkSave);
|
||||
#endif
|
||||
void CreateConnects();
|
||||
void SetLastUsedTheme();
|
||||
void SetLastIconSizeBullet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue