We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bda4e40 + 2fac548 commit 25aa71bCopy full SHA for 25aa71b
1 file changed
fusepb/models/Emulator.m
@@ -186,7 +186,6 @@ -(void) connectWithPorts:(NSArray *)portArray
186
sendPort:[portArray objectAtIndex:1]];
187
[serverConnection setRootObject:self];
188
proxy_view = (id)[serverConnection rootProxy];
189
- [proxy_view setServer:self];
190
191
/* Load saved ROM paths before startup so the sandbox scope covers custom ROMs on relaunch. */
192
read_config_file( &settings_current );
@@ -197,6 +196,8 @@ -(void) connectWithPorts:(NSArray *)portArray
197
196
}
198
[Emulator endROMScopedAccess:romURLs];
199
+ [proxy_view setServer:self];
200
+
201
while( !fuse_exiting ) {
202
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode
203
beforeDate:[NSDate distantFuture]];
0 commit comments