mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-11 01:08:39 +12:00
Savestates: Minor optimization of size
This commit is contained in:
parent
3fc2194fd5
commit
d6cf167d52
1 changed files with 5 additions and 0 deletions
|
@ -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());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue