mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-10 05:38:49 +00:00
10 lines
177 B
C++
10 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
|