We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd386dc commit 3797418Copy full SHA for 3797418
libogc/dvd.c
@@ -842,7 +842,7 @@ static void __dvd_statebusycb(s32 result)
842
__dvd_canceling = 0;
843
block = __dvd_executing;
844
__dvd_executing = &__dvd_dummycmdblk;
845
- __dvd_executing->state = 10;
+ block->state = 10;
846
if(block->cb) block->cb(-3,block);
847
if(__dvd_cancelcallback) __dvd_cancelcallback(0,block);
848
__dvd_stateready();
0 commit comments