mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
updated formats.
This commit is contained in:
@@ -355,6 +355,7 @@ namespace GameRes.Formats.NonColor
|
||||
|
||||
uint Extend8Bit (byte v)
|
||||
{
|
||||
// 0xFF -> -1 -> 0xFFFFFFFF
|
||||
return ExtendByteSign ? (uint)(int)(sbyte)v : v;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user