[Scummvm-git-logs] scummvm master -> 144b4fd1cd34d11b8fe9228254f4af6b3ded1fc0
dreammaster
noreply at scummvm.org
Tue Feb 6 03:02:59 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
144b4fd1cd M4: Cleaner implementation of BE handling for cels
Commit: 144b4fd1cd34d11b8fe9228254f4af6b3ded1fc0
https://github.com/scummvm/scummvm/commit/144b4fd1cd34d11b8fe9228254f4af6b3ded1fc0
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2024-02-05T18:58:39-08:00
Commit Message:
M4: Cleaner implementation of BE handling for cels
I don't have a BE system to test this out properly, but in
theory it should be cleaner to do any byte swapping for
loaded resources at load time rather than everywhere the
resource is accessed.
In a few places, such as script execution, it won't be
feasible to track down which bytes are the opcodes and
switch them beforehand. But for others, such as cels,
it should be possible to similar to what I've done here
to ensure the data can be accessed natively afterwards.
Changed paths:
engines/m4/wscript/ws_load.cpp
More information about the Scummvm-git-logs
mailing list