mirror of
https://github.com/gligli/nulldc-360.git
synced 2025-04-02 11:11:56 -04:00
12 lines
277 B
C
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();
|