mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 02:58:04 +00:00
Accept the variable size quirk
Since the quirks protocol was that a core could report variable savestate size, but the host then tells it "no", we should actually accept the variable size quirk in netplay, since RetroArch refuses to allow cores to actually produce variable-size states.
This commit is contained in:
parent
5f0efed08b
commit
c780e7db43
@ -62,6 +62,7 @@
|
||||
/* Mapping of serialization quirks to netplay quirks. */
|
||||
#define NETPLAY_QUIRK_MAP_UNDERSTOOD \
|
||||
(RETRO_SERIALIZATION_QUIRK_INCOMPLETE \
|
||||
|RETRO_SERIALIZATION_QUIRK_CORE_VARIABLE_SIZE \
|
||||
|RETRO_SERIALIZATION_QUIRK_MUST_INITIALIZE \
|
||||
|RETRO_SERIALIZATION_QUIRK_SINGLE_SESSION \
|
||||
|RETRO_SERIALIZATION_QUIRK_ENDIAN_DEPENDENT \
|
||||
|
Loading…
x
Reference in New Issue
Block a user