Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

Recommended Posts

Posted

Hi all!!!

I'm using meka emulator for my sms roms, and having problems with meka sound.

i found that is for the procesor affinity, and it solves if i only check the first procesor.

The problem is i have to do this every time i start meka.

My question is:

There is any way to set processor affinity to meka emulator automatically?

Thanks in advance.

Posted
This came to mind. Also a wrapper can be written to accomplish this. I know an AutoIt script can be written for this. Maybe AutoHotKey as well but not sure, would have to ask our AHK Scriptors. Other than that then google is your friend. There's some topics on this. If it were me I would just switch emulators. LOL. ;) Hope that app I linked to helps or at least gives you some direction.
Posted (edited)

I think there are some programs that can do this for you, also saw a reference to steps for creating a WIndows 7 shortcut as follows:

Create shortcut of app.

Right click on shortcut.

Properties.

Target line:C:\Windows\System32\cmd.exe /C start /affinity 1 C:\(ProgramFolder)\(program).exe

The affinity should be a single hexadecimal number, not a list of CPU numbers:

1 = use CPU 0

2 = use CPU 1

3 = use CPU 1 and 0

4 = use CPU 2

...

F = use CPU 3, 2, 1 and 0

You could also get away with creating a simple batch file to launch the target.

Edited by Draco1962
This thread is now closed. If the problem re-occurs, please start a new thread.
Guest
This topic is now closed to further replies.
×
×
  • Create New...