mirror of
https://github.com/zydeco/minivmac4ios.git
synced 2025-02-16 18:30:24 +00:00
restart after shutdown
This commit is contained in:
parent
0f1d73bd89
commit
118bfccca9
@ -1744,11 +1744,14 @@ static dispatch_once_t onceToken;
|
||||
|
||||
- (void)run {
|
||||
ZapOSGLUVars();
|
||||
|
||||
if (InitOSGLU()) {
|
||||
ProgramMain();
|
||||
}
|
||||
UnInitOSGLU();
|
||||
if (ForceMacOff) {
|
||||
ForceMacOff = falseblnr;
|
||||
[self performSelector:_cmd withObject:nil afterDelay:0.5];
|
||||
}
|
||||
}
|
||||
|
||||
- (NSInteger)initialSpeed {
|
||||
|
Loading…
x
Reference in New Issue
Block a user