mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-14 00:39:16 +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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user