mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-03 17:33:05 +00:00
SCI32: Clean-up pass on Rama script patches
* Make alignment of operation comments consistent
This commit is contained in:
parent
3b7e610364
commit
4dcf88ef4f
@ -6108,8 +6108,8 @@ static const uint16 ramaBenchmarkSignature[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
static const uint16 ramaBenchmarkPatch[] = {
|
static const uint16 ramaBenchmarkPatch[] = {
|
||||||
0x34, PATCH_UINT16(10000), // ldi 10000
|
0x34, PATCH_UINT16(0x2710), // ldi 10000
|
||||||
0x48, // ret
|
0x48, // ret
|
||||||
PATCH_END
|
PATCH_END
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user