VirtualBox

Ignore:
Timestamp:
May 3, 2012 8:19:54 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77736
Message:

crOpenGL: backwards compatibility for 3D saved state v 28

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/SharedOpenGL/crserverlib/server_main.c

    r41111 r41128  
    938938    }
    939939
    940     if (version!=SHCROGL_SSM_VERSION)
     940    if (version < SHCROGL_SSM_VERSION_BEFORE_CTXUSAGE_BITS)
    941941    {
    942942        return VERR_SSM_DATA_UNIT_FORMAT_CHANGED;
     
    990990        pContext = pContextInfo->pContext;
    991991
    992         rc = crStateLoadContext(pContext, cr_server.contextTable, crVBoxServerGetContextCB, pSSM);
     992        rc = crStateLoadContext(pContext, cr_server.contextTable, crVBoxServerGetContextCB, pSSM, version);
    993993        AssertRCReturn(rc, rc);
    994994    }
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette