mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
FramebufferManagerBase: Remove obsolete parameters.
This commit is contained in:
parent
49137c7c2c
commit
46bb4fd364
7 changed files with 14 additions and 14 deletions
|
@ -545,7 +545,7 @@ XFBSourceBase* FramebufferManager::CreateXFBSource(unsigned int target_width, un
|
|||
return new XFBSource(texture, layers);
|
||||
}
|
||||
|
||||
void FramebufferManager::GetTargetSize(unsigned int *width, unsigned int *height, const EFBRectangle& sourceRc)
|
||||
void FramebufferManager::GetTargetSize(unsigned int *width, unsigned int *height)
|
||||
{
|
||||
*width = m_targetWidth;
|
||||
*height = m_targetHeight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue