diff options
Diffstat (limited to 'src/video_core/gpu.h')
| -rw-r--r-- | src/video_core/gpu.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/video_core/gpu.h b/src/video_core/gpu.h index 168a88692..dea9dfef0 100644 --- a/src/video_core/gpu.h +++ b/src/video_core/gpu.h | |||
| @@ -94,11 +94,6 @@ struct FramebufferConfig { | |||
| 94 | BGRA8 = 5, | 94 | BGRA8 = 5, |
| 95 | }; | 95 | }; |
| 96 | 96 | ||
| 97 | /** | ||
| 98 | * Returns the number of bytes per pixel. | ||
| 99 | */ | ||
| 100 | static u32 BytesPerPixel(PixelFormat format); | ||
| 101 | |||
| 102 | VAddr address; | 97 | VAddr address; |
| 103 | u32 offset; | 98 | u32 offset; |
| 104 | u32 width; | 99 | u32 width; |