Index: cocoa.m =================================================================== RCS file: /cvsroot/qemu/qemu/cocoa.m,v retrieving revision 1.4 diff -u -r1.4 cocoa.m --- cocoa.m 7 Apr 2005 20:36:50 -0000 1.4 +++ cocoa.m 8 Jun 2005 18:21:23 -0000 @@ -579,6 +579,9 @@ QemuCocoaGUIController *gui_controller; CPSProcessSerNum PSN; + /* overrun defaults for bios_dir, so we can run qemu everywhere */ + bios_dir = [ [ NSString stringWithFormat:@"%@/share/qemu", [ [ [ NSBundle mainBundle ] resourcePath ] stringByDeletingLastPathComponent ] ] cString ]; + [NSApplication sharedApplication]; if (!CPSGetCurrentProcess(&PSN))