forked from dolphin-emu/dolphin
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Low PriorityenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
void SlippiUser::FileListenThread()
{
while (runThread)
{
if (AttemptLogin())
{
runThread = false;
break;
}
Common::SleepCurrentThread(500);
}
}
:(
much cleaner to do
https://doc.qt.io/qt-5/qfilesystemwatcher.html
Metadata
Metadata
Assignees
Labels
Low PriorityenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers