mirror of
https://github.com/moonlight-stream/moonlight-embedded.git
synced 2025-07-03 16:25:31 +00:00
Correct header for sps fixes
This commit is contained in:
parent
bbeffe2782
commit
6139d3bc9c
@ -22,5 +22,5 @@
|
|||||||
#define GS_SPS_BITSTREAM_FIXUP 0x01
|
#define GS_SPS_BITSTREAM_FIXUP 0x01
|
||||||
#define GS_SPS_BASELINE_HACK 0x02
|
#define GS_SPS_BASELINE_HACK 0x02
|
||||||
|
|
||||||
void gs_sps_init();
|
void gs_sps_init(int width, int height);
|
||||||
PLENTRY gs_sps_fix(PLENTRY *entry, int flags);
|
PLENTRY gs_sps_fix(PLENTRY *entry, int flags);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user