mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-21 00:37:59 -05:00
Fix rebase errors
This commit is contained in:
committed by
ReinUsesLisp
parent
bdf9faab33
commit
ea1525dab1
@ -167,6 +167,10 @@ public:
|
||||
return VideoCore::Surface::GetFormatCompressionType(pixel_format);
|
||||
}
|
||||
|
||||
bool IsBuffer() const {
|
||||
return target == VideoCore::Surface::SurfaceTarget::TextureBuffer;
|
||||
}
|
||||
|
||||
std::string TargetName() const;
|
||||
|
||||
bool is_tiled;
|
||||
|
Reference in New Issue
Block a user