mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 10:13:52 +00:00
Add proper return value
This commit is contained in:
parent
0cac0c5c0a
commit
0afa26ac74
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ namespace FasTC {
|
|||
uint8 *OutBuf() const { return m_OutBuf; }
|
||||
uint32 Width() const { return m_Width; }
|
||||
uint32 Height() const { return m_Height; }
|
||||
uint32 Format() const { return m_Format; }
|
||||
ECompressionFormat Format() const { return m_Format; }
|
||||
|
||||
DecompressionJob(
|
||||
ECompressionFormat _fmt,
|
||||
|
|
Loading…
Reference in a new issue