accelerateDMA: Fixes and feedback.

This commit is contained in:
Fernando Sahmkow 2021-07-12 04:10:42 +02:00
parent be1a3f7a0f
commit bc19d28963
3 changed files with 62 additions and 88 deletions

View file

@ -10,13 +10,15 @@
#include <stop_token>
#include "common/common_types.h"
#include "video_core/engines/fermi_2d.h"
#include "video_core/engines/maxwell_dma.h"
#include "video_core/gpu.h"
#include "video_core/guest_driver.h"
namespace Tegra {
class MemoryManager;
namespace Engines {
class AccelerateDMAInterface;
}
} // namespace Tegra
namespace VideoCore {