sdvx: remove -sdvxdisablecams, simplify camera hook (#350)

## Link to GitHub Issue, if one exists
#345

## Description of change
Simplify camera hook in SDVX5/6. Camera hook will always be installed
and return 0 cameras.

Deprecate `-sdvxdisablecams` option as it is no longer needed as a
result of this change.

## Testing
Tested SDVX5 final, SDVX6 year 1, and a recent SDVX6 build.
This commit is contained in:
bicarus-dev
2025-08-09 03:01:10 -07:00
committed by GitHub
parent e79de3b117
commit 1ad45edd6e
5 changed files with 17 additions and 129 deletions
-1
View File
@@ -17,7 +17,6 @@ namespace games::sdvx {
};
// settings
extern bool DISABLECAMS;
extern bool NATIVETOUCH;
extern uint8_t DIGITAL_KNOB_SENS;
extern std::optional<std::string> ASIO_DRIVER;