mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-10 18:20:58 +02:00
Host: Remove outdated comment
Host_RequestFullscreen and Host_UpdateMainFrame have been removed, and Host_RequestRenderWindowSize has been used by DolphinQt since80699096
and by Android sincee8739156
.
This commit is contained in:
@@ -277,10 +277,6 @@ void Host_PPCBreakpointsChanged()
|
||||
[] { emit Host::GetInstance()->PPCBreakpointsChanged(); });
|
||||
}
|
||||
|
||||
// We ignore these, and their purpose should be questioned individually.
|
||||
// In particular, RequestRenderWindowSize, RequestFullscreen, and
|
||||
// UpdateMainFrame should almost certainly be removed.
|
||||
|
||||
void Host_RequestRenderWindowSize(int w, int h)
|
||||
{
|
||||
emit Host::GetInstance()->RequestRenderSize(w, h);
|
||||
|
Reference in New Issue
Block a user