yoshisuga / MAME4iOS

Multiple Arcade Machine Emulator for iOS, iPadOS, tvOS, macOS (Catalyst)
Other
635 stars 103 forks source link

Enable jit support #446

Open Iamthebestintheworld222 opened 1 year ago

Iamthebestintheworld222 commented 1 year ago

Multiple emulator apps, including flycast, dolphinios, and play! require jit or just in time to emulate at full speed. Some systems, like carnevil don’t work at full speed because of the high cpu clock rate. Enabling jit will be able to run it at 100 speed.

ToddLa commented 12 months ago

In order for JIT to be useful MAME DRC needs to support arm64, and last I checked this is not the case, there has been some steps in that direction tho.

Iamthebestintheworld222 commented 12 months ago

Think the developer can update it to support jit

Iamthebestintheworld222 commented 11 months ago

I recently saw this. [image]()

ToddLa commented 4 months ago

That is an option we added for "the future" when our MAME core does support it, it is doing the same thing that -nodrc on command line does.