mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
parent
59ec1fe180
commit
eedca57270
7 changed files with 40 additions and 113 deletions
|
@ -252,14 +252,6 @@ VideoConfigDiag::VideoConfigDiag(wxWindow* parent, const std::string &title, con
|
|||
wxFlexGridSizer* const szr_display = new wxFlexGridSizer(2, 5, 5);
|
||||
|
||||
{
|
||||
|
||||
#if defined(__APPLE__) && MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_7
|
||||
NSView *view = (NSView *) parent->GetHandle();
|
||||
NSWindow *window = [view window];
|
||||
|
||||
if (![window respondsToSelector:@selector(toggleFullScreen:)])
|
||||
#endif
|
||||
|
||||
// display resolution
|
||||
{
|
||||
wxArrayString res_list = GetListOfResolutions();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue