Skip to content

Commit 30d965a

Browse files
committed
Remove test
1 parent be6479a commit 30d965a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

emugui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ def __init__(self, parent=None):
280280
self.prepareDatabase(self.connection)
281281
self.updateVmList()
282282

283-
if (os.cpu_count() < 46 or round(psutil.virtual_memory().total / (1024 ** 3), 2) < 7.84 or (platform.system() == "Windows" and sys.getwindowsversion().build < 14393)):
283+
if (os.cpu_count() < 4 or round(psutil.virtual_memory().total / (1024 ** 3), 2) < 7.84 or (platform.system() == "Windows" and sys.getwindowsversion().build < 14393)):
284284
self.label_8.setText(self.label_8.text() + f"\nYour computer will be unsupported in its current form starting 11th November, 2025. Please check the logs, your system information and your upgrade/replacement options to see what you can do to keep using EmuGUI properly.")
285285
dialog = Win812012R2NearEOS(self)
286286
dialog.show()

0 commit comments

Comments
 (0)