nulldc-360/plugins/drkPvr/threadedPvr.h

12 lines
277 B
C

#pragma once
#include "drkPvr.h"
extern volatile bool threaded_pvr;
void threaded_wait(bool wait_ta_working);
void threaded_call(void (*call)());
void threaded_TADma(u32* data,u32 size);
void threaded_TASQ(u32* data);
void threaded_init();
void threaded_term();