mirror of
https://github.com/libretro/FBNeo.git
synced 2025-02-23 11:23:15 +00:00
unbreak othunder HUD
This commit is contained in:
parent
a20426ea77
commit
1fdf23f00b
@ -410,7 +410,7 @@ void TC0100SCNRenderCharLayer(INT32 Chip, INT32 Priority)
|
||||
|
||||
if (TC0100SCNFlipScreenX[Chip]) {
|
||||
xFlip = !xFlip;
|
||||
x = TC0100SCNClipWidth[Chip] - 8 - x;
|
||||
x = TC0100SCNClipWidth[Chip] - x;
|
||||
}
|
||||
|
||||
if (TC0100SCNFlip[Chip]) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user