mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 04:47:58 -05:00
video_core: Silent -Wswitch warnings
This commit is contained in:
@ -105,6 +105,8 @@ bool DmaPusher::Step() {
|
||||
dma_state.non_incrementing = false;
|
||||
dma_increment_once = true;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user