Call XObject::WaitCallback on successful waits
This commit is contained in:
@@ -193,6 +193,9 @@ class XObject {
|
||||
bool SaveObject(ByteStream* stream);
|
||||
bool RestoreObject(ByteStream* stream);
|
||||
|
||||
// Called on successful wait.
|
||||
virtual void WaitCallback() {}
|
||||
|
||||
// Creates the kernel object for guest code to use. Typically not needed.
|
||||
uint8_t* CreateNative(uint32_t size);
|
||||
void SetNativePointer(uint32_t native_ptr, bool uninitialized = false);
|
||||
|
||||
Reference in New Issue
Block a user