MAME4iOS icon indicating copy to clipboard operation
MAME4iOS copied to clipboard

Enable jit support

Open Iamthebestintheworld222 opened this issue 1 year ago • 4 comments

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.

Iamthebestintheworld222 avatar Jul 03 '23 17:07 Iamthebestintheworld222

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.

ToddLa avatar Jul 05 '23 18:07 ToddLa

Think the developer can update it to support jit

Iamthebestintheworld222 avatar Jul 06 '23 20:07 Iamthebestintheworld222

I recently saw this. image

Iamthebestintheworld222 avatar Jul 09 '23 23:07 Iamthebestintheworld222

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.

ToddLa avatar Feb 21 '24 17:02 ToddLa