Files
spice2x.github.io/src/spice2x/games/drs/rgb_cam.h
T
bicarus 4e26c8afa5 drs: rgb camera hook (#524)
## Link to GitHub Issue, if one exists
n/a

## Description of change
Add plug&play hooks for RGB camera in DRS.

## Testing
Seems to work with my crappy Logitech C270

Camera options (brightness etc) seem to work in test menu as well).

Tested by another user with realsense camera + logitech camera, both
cams were detected correctly.
2026-01-19 02:54:01 -08:00

5 lines
71 B
C++

#pragma once
namespace games::drs {
void init_rgb_camera_hook();
}