Browse Source

update the root (aka SystemUpdateId) when we update ours... The

PS3 asks for this a lot, so I figure we should update it now..

[git-p4: depot-paths = "//depot/": change = 1107]
replace/b43bf02ddeddd088c0e6b94974ca1a46562eb3db
John-Mark Gurney 17 years ago
parent
commit
30ec5e78c2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      DIDLLite.py

+ 1
- 0
DIDLLite.py View File

@@ -275,6 +275,7 @@ class Container(Object, list):

def doUpdate(self):
self.updateID = (self.updateID + 1) % (1l << 32)
self.cd['0'].doUpdate()

def toElement(self):



Loading…
Cancel
Save