forked from dolphin-emu/dolphin
Add anvideo config option to automatically resize the render window to the size of the game's output resolution. This avoids artifacts that appear when the render target is scaled to fit a window of a different size.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6764 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@@ -93,7 +93,7 @@ void Host_UpdateMemoryView(){}
|
||||
|
||||
void Host_SetDebugMode(bool){}
|
||||
|
||||
void Host_RequestWindowSize(int& x, int& y, int& width, int& height)
|
||||
void Host_GetRenderWindowSize(int& x, int& y, int& width, int& height)
|
||||
{
|
||||
x = SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowXPos;
|
||||
y = SConfig::GetInstance().m_LocalCoreStartupParameter.iRenderWindowYPos;
|
||||
|
||||
Reference in New Issue
Block a user