Build Your Own Arcade Controls Forum

Main => Software Forum => Topic started by: synnchan on July 09, 2015, 01:53:35 am

Title: Disable multi-threading permanently on MAME 0.161
Post by: synnchan on July 09, 2015, 01:53:35 am
My MAME version of choice is the official 0.161 build. I have a mame.ini on the emulator's folder with two options enabled:

>video ddraw
>window 1

Those two options makes all games run on direct draw and windowed mode. Now I'd like to know what I should write on mame.ini to disable multi-threading on games permanently. I'd also like to know how to disable "wait for vsync" and "triple buffering".

How to do that?
Title: Re: Disable multi-threading permanently on MAME 0.161
Post by: h0tw1r3 on July 09, 2015, 04:25:43 am
First run "mame.exe -createconfig" on the command line. That will put all the defaults options in the mame.ini  file.  Scroll through the file, you'll find everything you're looking for!
Title: Re: Disable multi-threading permanently on MAME 0.161
Post by: haynor666 on July 09, 2015, 11:29:31 am
That options are disabled by default.
Title: Re: Disable multi-threading permanently on MAME 0.161
Post by: synnchan on July 09, 2015, 01:28:45 pm
@h0tw1r3

Wow! Thank you very much, I didn't know of this trick. It made my life much easier. ;D

@haynor666

That's good to know. I thought those options were enabled by default. Thanks. :)