mirror of
https://github.com/libretro/RetroArch
synced 2025-03-24 13:43:32 +00:00
(dynamic.c) Fix fallthrough
This commit is contained in:
parent
a5c0009475
commit
4e7783c19b
@ -793,9 +793,9 @@ bool rarch_environment_cb(unsigned cmd, void *data)
|
||||
*mask_ptr = driver.camera->set_capabilities(driver.camera_data, mask);
|
||||
else
|
||||
*mask_ptr = 0;
|
||||
break;
|
||||
#endif
|
||||
}
|
||||
break;
|
||||
|
||||
// Private extensions for internal use, not part of libretro API.
|
||||
case RETRO_ENVIRONMENT_SET_LIBRETRO_PATH:
|
||||
|
Loading…
x
Reference in New Issue
Block a user