mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-09 08:21:18 +12:00
fix: 3D texture copies & fix: present filter
This commit is contained in:
parent
3f52f3acfe
commit
4b7c01ee2a
6 changed files with 38 additions and 18 deletions
|
@ -699,6 +699,7 @@ void LatteIndices_decode(const void* indexData, LatteIndexType indexType, uint32
|
|||
cemu_assert_debug(false);
|
||||
outputCount = count + 1;
|
||||
}
|
||||
/*
|
||||
else if (primitiveMode == LattePrimitiveMode::TRIANGLE_FAN && g_renderer->GetType() == RendererAPI::Metal)
|
||||
{
|
||||
if (indexType == LatteIndexType::AUTO)
|
||||
|
@ -722,6 +723,7 @@ void LatteIndices_decode(const void* indexData, LatteIndexType indexType, uint32
|
|||
cemu_assert_debug(false);
|
||||
outputCount = count;
|
||||
}
|
||||
*/
|
||||
else
|
||||
{
|
||||
if (indexType == LatteIndexType::U16_BE)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue