diff options
| author | 2022-01-25 13:05:37 -0500 | |
|---|---|---|
| committer | 2022-01-25 13:05:39 -0500 | |
| commit | d8486a99687ffcda9a9b7e3fc5691d322b3bfeab (patch) | |
| tree | 39f8c4b5ca6628ad3b2017edff01d9140339956e /src | |
| parent | gpu: Remove obsoleted CDMAPusher() accessors (diff) | |
| download | yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.tar.gz yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.tar.xz yuzu-d8486a99687ffcda9a9b7e3fc5691d322b3bfeab.zip | |
gpu: Tidy up forward declarations
Over time a few forward declarations became unnecessary, so we can
remove these to tidy up the header a little bit.
Diffstat (limited to 'src')
| -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 @@ | |||
| 12 | #include "video_core/framebuffer_config.h" | 12 | #include "video_core/framebuffer_config.h" |
| 13 | 13 | ||
| 14 | namespace Core { | 14 | namespace Core { |
| 15 | namespace Frontend { | ||
| 16 | class EmuWindow; | ||
| 17 | } | ||
| 18 | class System; | 15 | class System; |
| 19 | } // namespace Core | 16 | } // namespace Core |
| 20 | 17 | ||
| @@ -25,7 +22,6 @@ class ShaderNotify; | |||
| 25 | 22 | ||
| 26 | namespace Tegra { | 23 | namespace Tegra { |
| 27 | class DmaPusher; | 24 | class DmaPusher; |
| 28 | class CDmaPusher; | ||
| 29 | struct CommandList; | 25 | struct CommandList; |
| 30 | 26 | ||
| 31 | enum class RenderTargetFormat : u32 { | 27 | enum class RenderTargetFormat : u32 { |
| @@ -88,15 +84,9 @@ enum class DepthFormat : u32 { | |||
| 88 | D32_FLOAT_S8X24_UINT = 0x19, | 84 | D32_FLOAT_S8X24_UINT = 0x19, |
| 89 | }; | 85 | }; |
| 90 | 86 | ||
| 91 | struct CommandListHeader; | ||
| 92 | class DebugContext; | ||
| 93 | |||
| 94 | namespace Engines { | 87 | namespace Engines { |
| 95 | class Fermi2D; | ||
| 96 | class Maxwell3D; | 88 | class Maxwell3D; |
| 97 | class MaxwellDMA; | ||
| 98 | class KeplerCompute; | 89 | class KeplerCompute; |
| 99 | class KeplerMemory; | ||
| 100 | } // namespace Engines | 90 | } // namespace Engines |
| 101 | 91 | ||
| 102 | enum class EngineID { | 92 | enum class EngineID { |