feat: add possible dma
This commit is contained in:
parent
bd389425eb
commit
d923a09d32
|
@ -14,6 +14,15 @@ static PolyList OP_LIST;
|
||||||
static PolyList PT_LIST;
|
static PolyList PT_LIST;
|
||||||
static PolyList TR_LIST;
|
static PolyList TR_LIST;
|
||||||
|
|
||||||
|
/*
|
||||||
|
static void pvr_list_submit_dma(void *src, int n) {
|
||||||
|
// unworking on hardware currently
|
||||||
|
// works under all emulators
|
||||||
|
dcache_flush_range((uint32_t)src, n*0x20);
|
||||||
|
pvr_dma_load_ta(src, n*0x20, 1, NULL, 0 );
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
static void pvr_list_submit(void *src, int n) {
|
static void pvr_list_submit(void *src, int n) {
|
||||||
GLuint *d = TA_SQ_ADDR;
|
GLuint *d = TA_SQ_ADDR;
|
||||||
GLuint *s = src;
|
GLuint *s = src;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user