1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-nightly/src/core/hle/service/cam
zhupengfei eced511382
service/cam: Implement Vsync interrupt callbacks
According to HW tests, this vsync event is signaled for activated cameras at about the same frequency as the frame rate. The last 5 vsync timings are recorded (in microseconds) and can be retrieved with the service function.

Also, corrected the default frame_rate to 15, according to HW test.

This should fix the missing camera images in certain games.
2020-03-01 17:07:43 +08:00
..
cam_c.cpp service/cam: Implement Vsync interrupt callbacks 2020-03-01 17:07:43 +08:00
cam_c.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
cam_q.cpp service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
cam_q.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
cam_s.cpp service/cam: Implement Vsync interrupt callbacks 2020-03-01 17:07:43 +08:00
cam_s.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
cam_u.cpp service/cam: Implement Vsync interrupt callbacks 2020-03-01 17:07:43 +08:00
cam_u.h service: Use nested namespace specifiers where applicable 2018-09-22 16:14:10 +02:00
cam.cpp service/cam: Implement Vsync interrupt callbacks 2020-03-01 17:07:43 +08:00
cam.h service/cam: Implement Vsync interrupt callbacks 2020-03-01 17:07:43 +08:00