mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 09:41:42 +00:00
Fixing null pointer access
This commit is contained in:
@@ -79,7 +79,12 @@ namespace Recovery
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void RecoveryThreadWrapper() { RecoveryScreen->RecoveryThread(); }
|
void RecoveryThreadWrapper()
|
||||||
|
{
|
||||||
|
while (!RecoveryScreen)
|
||||||
|
CPU::Pause();
|
||||||
|
RecoveryScreen->RecoveryThread();
|
||||||
|
}
|
||||||
|
|
||||||
void RebootCommandThread()
|
void RebootCommandThread()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user