FS#36862 - [desmume] Software Rasterizer defaults to one core all the time

Attached to Project: Community Packages
Opened by Mark E. Lee (bluerider) - Tuesday, 10 September 2013, 19:13 GMT
Last edited by Jakob Gruber (schuay) - Wednesday, 11 September 2013, 08:11 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Jakob Gruber (schuay)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Desmume defaults to only using one core each time it is run. The solution is to append the following to the exec line in its desktop file:
--num-cores=$(nproc)

Steps to reproduce:
Run desmume and see how many cores it utilizes for its software rasterizer.
This task depends upon

Closed by  Jakob Gruber (schuay)
Wednesday, 11 September 2013, 08:11 GMT
Reason for closing:  Upstream
Additional comments about closing:  User config / upstream. The documentation for --num-cores says 'Override numcores detection and use this many', so apparently there's some autodetection going on which is not working in this case.

Loading...