mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
Add native fullscreen support for OS X.
This commit is contained in:
parent
9f8841e960
commit
39965e894d
4 changed files with 52 additions and 5 deletions
|
@ -253,6 +253,8 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con
|
|||
wxFlexGridSizer* const szr_display = new wxFlexGridSizer(2, 5, 5);
|
||||
|
||||
{
|
||||
|
||||
#if !defined(__APPLE__)
|
||||
// display resolution
|
||||
{
|
||||
wxArrayString res_list = GetListOfResolutions();
|
||||
|
@ -274,6 +276,7 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con
|
|||
choice_display_resolution->Disable();
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// aspect-ratio
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue