abaire / nxdk_pgraph_tests

Tests to verify xemu handling of various pushbuffer commands
Other
12 stars 8 forks source link

See if image blit tests can load from system memory instead of graphics ram #4

Open abaire opened 2 years ago

abaire commented 2 years ago

The image blit test currently loads an SDL_image then manually copies from system RAM into contiguous memory. It seems like the pgraph DMA context should be able to pull from system RAM, verify if it can or can't.