System: Add video capture feature

This commit is contained in:
Stenzek
2024-08-11 20:45:14 +10:00
parent 5f8082734e
commit af47eb6956
27 changed files with 2809 additions and 241 deletions

View File

@ -283,6 +283,16 @@ void Host::OnGameChanged(const std::string& disc_path, const std::string& game_s
INFO_LOG("Game Name: {}", game_name);
}
void Host::OnMediaCaptureStarted()
{
//
}
void Host::OnMediaCaptureStopped()
{
//
}
void Host::PumpMessagesOnCPUThread()
{
s_frames_to_run--;