Dolphin, the GameCube and Wii emulator - Forums

Full Version: Graphics
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello. I have a computer with very low end graphics (Intel HD 530) . I'm wondering if there can be a build made where there's 1.5x MSAA and SSAA Anti-Aliasing and maybe 1.75x Native Resolution?
The build I'm currently using: Dolphin 5.0-3482
Thanks in advance!
You should increase IR to your monitor's res before adding AA
(05-04-2017, 06:55 AM)Craftyawesome Wrote: [ -> ]You should increase IR to your monitor's res before adding AA

I created a build: https://github.com/Shuik1/dolphin
But I don't know how to convert it into an dolphin exe.
I usually play with 2x MSAA and 1.5x Native Resolution
All you did was change the UI (As well as make it out of sync with what the backend is going to do)
(05-04-2017, 07:19 AM)Helios Wrote: [ -> ]All you did was change the UI (As well as make it out of sync with what the backend is going to do)

Crud
I'm new to github XD
(05-04-2017, 07:19 AM)Helios Wrote: [ -> ]All you did was change the UI (As well as make it out of sync with what the backend is going to do)

I mostly use OpenGL (D3D is too slow, but I would have used it if the geforce gtx 550 ti worked with windows 10) so I tried to add more anti aliasing options.
https://github.com/Shuik1/dolphin/blob/m...L/main.cpp
Before I tell you about that source, let me reiterate, 2x AA will look worse and perform worse than 2x IR. AA is for when you pass your monitor's resolution, so it can apply a fancy downscale instead of a simple.
I think that *might* at least give you the option and attempt to use it. Don't have time to double check. Also I'm not sure graphics drivers support anything other than 2^x, let alone decimals. Some games already have issues on 2.5 IR.
https://github.com/dolphin-emu/dolphin/w...or-Windows
(05-04-2017, 09:55 PM)Craftyawesome Wrote: [ -> ]Before I tell you about that source, let me reiterate, 2x AA will look worse and perform worse than 2x IR. AA is for when you pass your monitor's resolution, so it can apply a fancy downscale instead of a simple.
I think that *might* at least give you the option and attempt to use it. Don't have time to double check. Also I'm not sure graphics drivers support anything other than 2^x, let alone decimals. Some games already have issues on 2.5 IR.
https://github.com/dolphin-emu/dolphin/w...or-Windows
OK, I built it in microsoft visual studio now  how do I save as exe?
(05-05-2017, 06:09 AM)Shuik Wrote: [ -> ]OK, I built it in microsoft visual studio now  how do I save as exe?

In what way did you build if you didn't get an exe?

What I do to build an exe is press the Local Windows Debugger button (with a green play symbol) in the toolbar. The exe will be created in the Binary/x64/ folder.
(05-05-2017, 06:20 AM)JosJuice Wrote: [ -> ]In what way did you build if you didn't get an exe?

What I do to build an exe is press the Local Windows Debugger button (with a green play symbol) in the toolbar. The exe will be created in the Binary/x64/ folder.

Thanks
Pages: 1 2