mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-22 03:15:01 +00:00
9 lines
177 B
C++
9 lines
177 B
C++
#pragma once
|
|
|
|
#include "common/types.h"
|
|
|
|
namespace VideoCore {
|
|
|
|
void ConvertTileToLinear(void* dst, const void* src, u32 width, u32 height, bool neo);
|
|
|
|
} // namespace VideoCore
|