mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 03:59:36 +00:00
More Android stub-outs and bug fixes. Fix broken SDL fiber sync.
This commit is contained in:
@@ -179,7 +179,7 @@ namespace PortabilityLayer
|
||||
{
|
||||
AudioCommand cmd;
|
||||
cmd.m_commandType = AudioCommandTypes::kCallback;
|
||||
cmd.m_param.m_ptr = callback;
|
||||
cmd.m_param.m_ptr = reinterpret_cast<void*>(callback);
|
||||
|
||||
return this->PushCommand(cmd, blocking);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user