mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-07 11:27:26 -04:00
fix truncated pointer
This commit is contained in:
@@ -159,7 +159,11 @@ void mDoDvdThd_param_c::mainLoop() {
|
||||
while (command = this->getFirstCommand()) {
|
||||
this->cut(command);
|
||||
if (mDoDvdThd::SyncWidthSound) {
|
||||
#if TARGET_PC
|
||||
JASDvd::getThreadPointer()->sendCmdMsg(cb, &command, sizeof(void*));
|
||||
#else
|
||||
JASDvd::getThreadPointer()->sendCmdMsg(cb, &command, 4);
|
||||
#endif
|
||||
} else {
|
||||
cb(&command);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user