#9177 closed patch
BRA: read music files correctly on big-endian
Reported by: | fuzzie | Owned by: | peres |
---|---|---|---|
Priority: | normal | Component: | Engine: Parallaction |
Version: | Keywords: | ||
Cc: | Game: |
Description
Replaces the read4high logic in MidiParser_MSC (used only in the DOS version?) with memcmp code which also works on big-endian machines. Now it works fine for me on both little-endian and big-endian.
This is in sound_br.cpp, so should only affect BRA. Patch against trunk.
Ticket imported from: #3004367. Ticket imported from: patches/1282.
Attachments (1)
Change History (5)
by , 15 years ago
Attachment: | 0001-fix-MSC-loading-on-big-endian.patch added |
---|
comment:1 by , 15 years ago
Owner: | set to |
---|
comment:2 by , 15 years ago
comment:3 by , 15 years ago
Status: | new → closed |
---|
comment:4 by , 6 years ago
Component: | → Engine: Parallaction |
---|
Note:
See TracTickets
for help on using tickets.
Committed in r49128.