mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
video_core: gl_rasterizer_cache.cpp removed unused type alias
This commit is contained in:
parent
be15be9020
commit
d80edf9ebf
1 changed files with 0 additions and 1 deletions
|
@ -172,7 +172,6 @@ bool RasterizerCacheOpenGL::TryBlitSurfaces(CachedSurface* src_surface,
|
||||||
const MathUtil::Rectangle<int>& src_rect,
|
const MathUtil::Rectangle<int>& src_rect,
|
||||||
CachedSurface* dst_surface,
|
CachedSurface* dst_surface,
|
||||||
const MathUtil::Rectangle<int>& dst_rect) {
|
const MathUtil::Rectangle<int>& dst_rect) {
|
||||||
using SurfaceType = CachedSurface::SurfaceType;
|
|
||||||
|
|
||||||
if (!CachedSurface::CheckFormatsBlittable(src_surface->pixel_format,
|
if (!CachedSurface::CheckFormatsBlittable(src_surface->pixel_format,
|
||||||
dst_surface->pixel_format)) {
|
dst_surface->pixel_format)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue