mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 08:30:30 +00:00
GBA Video: Allow negative output stride
This commit is contained in:
parent
0209381d11
commit
b2ed141cea
@ -113,7 +113,7 @@ struct GBAVideoSoftwareRenderer {
|
||||
struct GBAVideoRenderer d;
|
||||
|
||||
color_t* outputBuffer;
|
||||
unsigned outputBufferStride;
|
||||
int outputBufferStride;
|
||||
|
||||
GBARegisterDISPCNT dispcnt;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user