Opened 15 years ago

Closed 15 years ago

Last modified 6 years ago

#8967 closed patch

Implement getDevices() in backends/midi/dmedia.cpp

Reported by: SF/canavan Owned by: fingolfin
Priority: normal Component: Port: IRIX
Version: Keywords:
Cc: Game:

Description

This patch is a first attempt to implement getDevices() for the IRIX midi driver dmedia.cpp.

Ticket imported from: #2658665. Ticket imported from: patches/1072.

Attachments (1)

backends_midi_dmedia.patch (4.2 KB ) - added by SF/canavan 15 years ago.
updated patch

Download all attachments as: .zip

Change History (6)

comment:1 by sev-, 15 years ago

Looks pretty good besides one minor code formatting issue at line "if (0==strcmp(var, portName)) {".

But you also need to add description of that dmedia_port to the readme and also make it IRIX-specific at compile time in our scummvm usage help.

by SF/canavan, 15 years ago

Attachment: backends_midi_dmedia.patch added

updated patch

comment:2 by SF/canavan, 15 years ago

Update patch to fix formatting, add README section on configuration.

I don't see any reference to the equivalent alsa_port in base/commandLine.cpp, or for that matter anywhere outside alsa.cpp and the REAME, so I'm not certain what you expect to be added to the usage help. To be honest, I don'e even know how the ConfMan objects correspond to commandline options. File Added: backends_midi_dmedia.patch

comment:3 by fingolfin, 15 years ago

Looks good now, committed as is.

I think we shouldn't bother adding this to the usage text. We just have to finally overhaul the music/midi driver system to allow passing driver settings in a formalized way (so no more env variable tricks or custom config strings / command line stuff, and also the ability to change this via the GUI).

comment:4 by fingolfin, 15 years ago

Owner: set to fingolfin
Status: newclosed

comment:5 by digitall, 6 years ago

Component: Port: IRIX
Note: See TracTickets for help on using tickets.