diff options
author | bunnei <bunneidev@gmail.com> | 2022-03-19 21:51:16 -0700 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2022-03-24 18:13:33 -0700 |
commit | ca12a77670d1463c2257bcdd829bb9bc56f1461b (patch) | |
tree | 8c6f7781383232909584d65e982376cb2e7ecd46 /src/video_core/surface.h | |
parent | 5849c9a4cdcb3cb18c2b63c390365d2a00ddb916 (diff) |
hle: nvflinger: Migrate android namespace -> Service::android.
Diffstat (limited to 'src/video_core/surface.h')
-rw-r--r-- | src/video_core/surface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/surface.h b/src/video_core/surface.h index 1061b2fa7..5704cf16a 100644 --- a/src/video_core/surface.h +++ b/src/video_core/surface.h @@ -460,7 +460,7 @@ PixelFormat PixelFormatFromDepthFormat(Tegra::DepthFormat format); PixelFormat PixelFormatFromRenderTargetFormat(Tegra::RenderTargetFormat format); -PixelFormat PixelFormatFromGPUPixelFormat(android::PixelFormat format); +PixelFormat PixelFormatFromGPUPixelFormat(Service::android::PixelFormat format); SurfaceType GetFormatType(PixelFormat pixel_format); |