mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Qt: Implement "Auto-Adjust Window Size"
This commit is contained in:
parent
a838d13fd1
commit
806990968d
2 changed files with 10 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue