gonetz / GLideN64

A new generation, open-source graphics plugin for N64 emulators.
Other
762 stars 175 forks source link

[Request] Choose Display in Video Settings #2682

Closed ThomasCapella closed 2 years ago

ThomasCapella commented 2 years ago

I like using multiple displays on my computer. The problem with using Project64 is if I want to use a display that's secondary, I have to set it to my primary. It would be convenient to have a dropdown in the video settings to choose the display you want to use. That way, you can configure video settings and use fullscreen for your preferred display.

gonetz commented 2 years ago

@ThomasCapella Please try builds from #2686 for Project64 New "borderless window" option supports monitor selection. I still don't know, how to select non-primary display for true fullcreen mode, but "borderless window" should work with any monitor you have attached.

ThomasCapella commented 2 years ago

Oh cool. Thank you.

ThomasCapella commented 2 years ago

@gonetz That's actually perfect for me. I tend to use borderless anyways.

gonetz commented 2 years ago

@ThomasCapella does it work properly with all your displays ? I'd like to get a feedback before merging that feature to the master branch.

ThomasCapella commented 2 years ago

@gonetz It seems to. The only thing is it shows the same name for both of them.

gonetz commented 2 years ago

The only thing is it shows the same name for both of them.

If monitors are the same, names also be the same. I made a correction, which sorts monitors in the list from left to right, so leftmost display will be the first in the list.

gonetz commented 2 years ago

Fixed with PR #2686