Search found 7 matches

by zydeco
Sat Jan 25, 2020 12:38 pm
Forum: Basilisk II
Topic: System 7 coexisting with macOS X
Replies: 59
Views: 36577

Re: System 7 coexisting with macOS X

I just compiled the new code and it is also working fine here! In my opinion, at the present state rootless mode works great and I would love to see this option merged into the master branch/standard build of Basilisk II. What do others here think about that? It’s still a bit flaky: some apps creat...
by zydeco
Wed Jan 15, 2020 9:36 pm
Forum: Basilisk II
Topic: System 7 coexisting with macOS X
Replies: 59
Views: 36577

Re: System 7 coexisting with macOS X

I have PowerWindows set up like this: https://i.imgur.com/kyFkexp.png Do not activate "Use Multitasking", or it will mess up redrawing completely (even on the normal version of BasiliskII, so maybe it's a bug in BasiliskII, or in Power Windows). I've experienced issues with menus not being...
by zydeco
Wed Jan 15, 2020 6:43 pm
Forum: Basilisk II
Topic: System 7 coexisting with macOS X
Replies: 59
Views: 36577

Re: System 7 coexisting with macOS X

But the drawing when dragging a window is strange... That's probably the hackiest part of it, since there's no good place to hook that, and it doesn't work properly on Mac OS 8. As a workaround you can use Power Windows, so windows are solid while they're dragged. I'll look into adding it SheepShav...
by zydeco
Sat Jun 04, 2016 9:14 am
Forum: Mini vMac and Other Mac Emulators
Topic: Mini vMac for NON-Jailbroken iOS
Replies: 18
Views: 26005

Re: Mini vMac for NON-Jailbroken iOS

Hey... I just noticed this in the source: (NSArray<NSBundle*>*)emulatorBundles { From that, it looks like you've carried over mnvm support such that I could create and load emulator bundles with specific configurations. How would that work with the current interface? Does it mean you could have mul...
by zydeco
Sat May 28, 2016 5:40 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Mini vMac for NON-Jailbroken iOS
Replies: 18
Views: 26005

Re: Mini vMac for NON-Jailbroken iOS

I'm adding support for running variations from within the same app (in the bundles branch right now), by compiling all the emulation-related parts into loadable bundles, and having a UI in settings to choose from them. It will still require to relaunch the app for changes to take effect, but I think...
by zydeco
Thu May 26, 2016 7:06 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Mini vMac for NON-Jailbroken iOS
Replies: 18
Views: 26005

Re: Mini vMac for NON-Jailbroken iOS

Glad to know it works, I've been doing some testing myself and it seems to work on iOS 7 too with a few changes.

I'm fixing the issues with case in filenames now, I didn't want to add too many dependencies, but in this case it's probably worth it.
by zydeco
Tue May 24, 2016 9:20 pm
Forum: Mini vMac and Other Mac Emulators
Topic: Mini vMac for NON-Jailbroken iOS
Replies: 18
Views: 26005

Re: Mini vMac for NON-Jailbroken iOS

Well, I've updated it for iOS 9, and put the sources on github this time:

https://namedfork.net/iphone/minivmac

I've also uploaded the sources to the old version for reference, some of it is used on the new one.

https://namedfork.net/minivmac4iphone

Have fun!