mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
3 lines
174 B
C
3 lines
174 B
C
#define RSX(ctx) ctx->rsxthr
|
|
#define REGS(ctx) ctx->register_state
|
|
#define RSX_CAPTURE_EVENT(name) if (RSX(ctx)->capture_current_frame) { RSX(ctx)->capture_frame(name); }
|