mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-03 08:23:08 -04:00
Merge remote-tracking branch 'decomp/main'
This commit is contained in:
@@ -156,7 +156,7 @@ static void cb(void* param_0) {
|
||||
void mDoDvdThd_param_c::mainLoop() {
|
||||
mDoDvdThd_command_c* command;
|
||||
while (this->waitForKick() != 0) {
|
||||
while (command = this->getFirstCommand()) {
|
||||
while ((command = this->getFirstCommand())) {
|
||||
this->cut(command);
|
||||
if (mDoDvdThd::SyncWidthSound) {
|
||||
JASDvd::getThreadPointer()->sendCmdMsg(cb, &command, 4);
|
||||
|
||||
Reference in New Issue
Block a user