mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-31 05:08:57 +00:00
VideoCommon: Minor changes
Make Renderer::GetMaxTextureSize return u32 instead of int.
This commit is contained in:
parent
cc66f0336f
commit
86112c7258
11 changed files with 14 additions and 15 deletions
|
@ -1287,7 +1287,7 @@ void Renderer::SetInterlacingMode()
|
|||
// EXISTINGD3D11TODO
|
||||
}
|
||||
|
||||
int Renderer::GetMaxTextureSize()
|
||||
u32 Renderer::GetMaxTextureSize()
|
||||
{
|
||||
return DX12::D3D::GetMaxTextureSize();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue