Savestates: Minor optimization of size
This commit is contained in:
@@ -364,6 +364,11 @@ static void ppu_initialize_modules(ppu_linkage_info* link, utils::serial* ar = n
|
|||||||
{
|
{
|
||||||
const auto _module = pair.second;
|
const auto _module = pair.second;
|
||||||
|
|
||||||
|
if (_module->variables.empty())
|
||||||
|
{
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
ar(_module->name);
|
ar(_module->name);
|
||||||
|
|
||||||
ar(_module->variables.size());
|
ar(_module->variables.size());
|
||||||
|
|||||||
Reference in New Issue
Block a user