mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 19:08:00 -05:00
Merge pull request #2322 from ReinUsesLisp/wswitch
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