mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Qt: Implement "Auto-Adjust Window Size"
This commit is contained in:
@ -115,9 +115,12 @@ void Host_UpdateProgressDialog(const char* caption, int position, int total)
|
||||
void Host_UpdateMainFrame()
|
||||
{
|
||||
}
|
||||
|
||||
void Host_RequestRenderWindowSize(int w, int h)
|
||||
{
|
||||
emit Host::GetInstance()->RequestRenderSize(w, h);
|
||||
}
|
||||
|
||||
bool Host_UINeedsControllerState()
|
||||
{
|
||||
return Settings::Instance().IsControllerStateNeeded();
|
||||
|
Reference in New Issue
Block a user