rpcsx/rpcs3/Emu/RSX/Capture/rsx_capture.h
DH 62ad27d1e2 split rpcs3 and hle libraries
merge rpcs3 utilities
2025-04-08 19:46:57 +03:00

15 lines
460 B
C++

#pragma once
#include "rsx_replay.h"
namespace rsx
{
class thread;
namespace capture
{
void capture_draw_memory(thread* rsx);
void capture_image_in(thread* rsx, frame_capture_data::replay_command& replay_command);
void capture_buffer_notify(thread* rsx, frame_capture_data::replay_command& replay_command);
void capture_display_tile_state(thread* rsx, frame_capture_data::replay_command& replay_command);
} // namespace capture
} // namespace rsx