diff options
author | Lioncash <mathew1800@gmail.com> | 2022-01-25 19:05:37 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2022-01-25 19:05:39 +0100 |
commit | d8486a99687ffcda9a9b7e3fc5691d322b3bfeab (patch) | |
tree | 39f8c4b5ca6628ad3b2017edff01d9140339956e | |
parent | gpu: Remove obsoleted CDMAPusher() accessors (diff) | |
download | yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.tar yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.tar.gz yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.tar.bz2 yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.tar.lz yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.tar.xz yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.tar.zst yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.zip |
Diffstat (limited to '')
-rw-r--r-- | src/video_core/gpu.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 42e301bb2..26b8ea233 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h @@ -12,9 +12,6 @@ #include "video_core/framebuffer_config.h" namespace Core { -namespace Frontend { -class EmuWindow; -} class System; } // namespace Core @@ -25,7 +22,6 @@ class ShaderNotify; namespace Tegra { class DmaPusher; -class CDmaPusher; struct CommandList; enum class RenderTargetFormat : u32 { @@ -88,15 +84,9 @@ enum class DepthFormat : u32 { D32_FLOAT_S8X24_UINT = 0x19, }; -struct CommandListHeader; -class DebugContext; - namespace Engines { -class Fermi2D; class Maxwell3D; -class MaxwellDMA; class KeplerCompute; -class KeplerMemory; } // namespace Engines enum class EngineID { |