• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 50 51 52 53 54 ... 117 Next »

Custom internal resolution as in PCSX2
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Custom internal resolution as in PCSX2
03-26-2012, 05:31 AM (This post was last modified: 03-26-2012, 05:49 AM by NaturalViolence.)
#34
NaturalViolence Offline
It's not that I hate people, I just hate stupid people
*******
Posts: 9,013
Threads: 24
Joined: Oct 2009
Correct. I could be wrong but that last time I checked 2 x 2 = 4 and 3 x 3 = 9.

Quote:I'm a major amateur at coding, but something I would like to try my hand at once is custom internal resolution multipliers. There would be some standard options (e.g. 0.5x, 1x, 2x, 3x) and then a "Custom..." option that would prompt for a number. You'd put a number in (e.g. 0.25x or 6x) and it would use that. Right now, for example, 6x just isn't possible. You can get 4x through the standard options or with 1x + 4xSSAA, but if you go a step higher you're jumping to 2x + 4xSSAA for 8x. It's not that it's a bad implementation by any means, although I think it could be improved, and it definitely sounds like a fun project to try out for picking up some coding experience.

Of course, I'm sure there's some flaw in this idea somewhere that needs poking. Poke away, I say!

It should be very easy. Changing the internal resolution is as simple as changing the value of two variables, I've done it a number of time.

http://code.google.com/p/dolphin-emu/source/browse/Source/Core/VideoCommon/Src/RenderBase.cpp
"Normally if given a choice between doing something and nothing, I’d choose to do nothing. But I would do something if it helps someone else do nothing. I’d work all night if it meant nothing got done."  
-Ron Swanson

"I shall be a good politician, even if it kills me. Or if it kills anyone else for that matter. "
-Mark Antony
Website Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Custom internal resolution as in PCSX2 - kirbypuff - 03-08-2012, 05:01 AM
RE: Custom internal resolution as in PCSX2 - neobrain - 03-08-2012, 05:19 AM
RE: Custom internal resolution as in PCSX2 - etking - 03-08-2012, 12:38 PM
RE: Custom internal resolution as in PCSX2 - HAR65 - 03-09-2012, 12:04 AM
RE: Custom internal resolution as in PCSX2 - AnyOldName3 - 03-09-2012, 02:31 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-10-2012, 01:46 AM
RE: Custom internal resolution as in PCSX2 - AnyOldName3 - 03-10-2012, 03:01 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-10-2012, 04:49 AM
RE: Custom internal resolution as in PCSX2 - AnyOldName3 - 03-10-2012, 07:03 AM
RE: Custom internal resolution as in PCSX2 - kirbypuff - 03-10-2012, 08:58 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-11-2012, 05:22 AM
RE: Custom internal resolution as in PCSX2 - AnyOldName3 - 03-11-2012, 05:57 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-11-2012, 06:05 AM
RE: Custom internal resolution as in PCSX2 - AnyOldName3 - 03-11-2012, 06:12 AM
RE: Custom internal resolution as in PCSX2 - etking - 03-23-2012, 02:45 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-23-2012, 03:18 AM
RE: Custom internal resolution as in PCSX2 - AnyOldName3 - 03-23-2012, 03:41 AM
RE: Custom internal resolution as in PCSX2 - etking - 03-23-2012, 06:23 AM
RE: Custom internal resolution as in PCSX2 - neobrain - 03-23-2012, 10:41 AM
RE: Custom internal resolution as in PCSX2 - Gir - 03-23-2012, 09:10 PM
RE: Custom internal resolution as in PCSX2 - neobrain - 03-24-2012, 03:54 AM
RE: Custom internal resolution as in PCSX2 - Gir - 03-24-2012, 04:05 AM
RE: Custom internal resolution as in PCSX2 - Zee530 - 03-24-2012, 04:52 AM
RE: Custom internal resolution as in PCSX2 - AnyOldName3 - 03-24-2012, 06:15 AM
RE: Custom internal resolution as in PCSX2 - Shonumi - 03-24-2012, 09:07 AM
RE: Custom internal resolution as in PCSX2 - ExtremeDude2 - 03-24-2012, 09:25 AM
RE: Custom internal resolution as in PCSX2 - Shonumi - 03-24-2012, 09:50 AM
RE: Custom internal resolution as in PCSX2 - Starscream - 03-24-2012, 10:16 AM
RE: Custom internal resolution as in PCSX2 - lamedude - 03-24-2012, 04:53 PM
RE: Custom internal resolution as in PCSX2 - kirbypuff - 03-24-2012, 05:05 PM
RE: Custom internal resolution as in PCSX2 - Zee530 - 03-24-2012, 06:24 PM
RE: Custom internal resolution as in PCSX2 - Kodiack - 03-25-2012, 01:22 PM
RE: Custom internal resolution as in PCSX2 - ExtremeDude2 - 03-25-2012, 09:48 PM
RE: Custom internal resolution as in PCSX2 - kirbypuff - 03-26-2012, 07:07 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-26-2012, 05:31 AM
RE: Custom internal resolution as in PCSX2 - Kodiack - 03-26-2012, 08:44 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-26-2012, 08:50 AM
RE: Custom internal resolution as in PCSX2 - kirbypuff - 03-26-2012, 09:05 AM
RE: Custom internal resolution as in PCSX2 - Starscream - 03-26-2012, 12:06 PM
RE: Custom internal resolution as in PCSX2 - Kodiack - 03-26-2012, 12:33 PM
RE: Custom internal resolution as in PCSX2 - Kodiack - 03-26-2012, 10:35 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-26-2012, 11:31 AM
RE: Custom internal resolution as in PCSX2 - Starscream - 03-26-2012, 01:01 PM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-27-2012, 09:36 AM
RE: Custom internal resolution as in PCSX2 - Starscream - 03-27-2012, 12:28 PM
RE: Custom internal resolution as in PCSX2 - Kodiack - 03-27-2012, 12:31 PM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-27-2012, 04:48 PM
RE: Custom internal resolution as in PCSX2 - AnyOldName3 - 03-28-2012, 12:37 AM
RE: Custom internal resolution as in PCSX2 - Shonumi - 03-28-2012, 03:10 AM
RE: Custom internal resolution as in PCSX2 - HawaiianPunch - 03-28-2012, 09:48 AM
RE: Custom internal resolution as in PCSX2 - Shonumi - 03-28-2012, 11:10 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-28-2012, 01:50 PM
RE: Custom internal resolution as in PCSX2 - ExtremeDude2 - 03-28-2012, 11:06 PM
RE: Custom internal resolution as in PCSX2 - neobrain - 03-30-2012, 01:58 AM
RE: Custom internal resolution as in PCSX2 - Shonumi - 03-29-2012, 12:17 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 03-30-2012, 08:36 AM
RE: Custom internal resolution as in PCSX2 - lamedude - 03-30-2012, 08:56 AM
RE: Custom internal resolution as in PCSX2 - ExtremeDude2 - 03-30-2012, 09:00 AM
RE: Custom internal resolution as in PCSX2 - Enflame - 10-12-2012, 08:20 AM
RE: Custom internal resolution as in PCSX2 - NaturalViolence - 10-12-2012, 12:16 PM
RE: Custom internal resolution as in PCSX2 - Starscream - 10-12-2012, 12:58 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode