• 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 ... 18 19 20 21 22 ... 117 Next »

GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs
05-11-2018, 06:12 PM (This post was last modified: 05-11-2018, 06:22 PM by mstreurman.)
#28
mstreurman Offline
Above and Beyond
*******
Posts: 1,239
Threads: 11
Joined: Nov 2015
(05-10-2018, 11:21 PM)Renazor Wrote: When Fullscreen Resolution was removed, I saw it was being defaulted to "Auto" unless changed in the INIs.

That "Auto" could be doing a number of things. I was wondering if that is responsible for the NTSC Widescreen Compensation, so it's may be still rendering at 3x Native but the extra pixles that step that was explained in the bug report is done via rescaling? Probably so, but who's responsible, is it implemented in the Auto function of the Fullscreen ..

I guess now I realized, Fullscreen Resolution "Auto" function probably isn't responsible since I wasn't even using Fullscreen in this case, it's probably a separate step, most likely part of Wii Aspect Ratio. EDIT: Yeah I did a test with Wii Aspect 4:3 and original IR, now it makes all sense.

EDIT2:

Well if Wii games can do Widescreen natively, then Widescreen Hack I guess is not needed, now it makes me think, whether Widescren Hack modifies EFB and the game natively renders wider or it's done by scaling? - I didn't play that many Wii games yet on Dolphin despite being early adopter with lots of Wii games for some reason so I have less experience.

EDIT3: I keep asking my self again whether Fullscreen and Auto-Adjust go together at all, logic tells me they should not, when fullscreen is used, auto-adjust would be ignored. Is that so right now?

EDIT4: How come bFullscreen doesn't exist as a GFX Config and it's not inside IsSettingSaveable.cpp - what's special about it?

Again.... Keep in mind: There are a LOT of games that use 4:3 aspect ratio on the Wii that can benefit from this as well, starting with basically all 3D VC games, but also native Wii games (https://gamefaqs.gamespot.com/boards/930752-nintendo-wii/64198688) and then we haven't even started talking about GC games yet... removing the Widescreen Hack (however hacky and buggy it is) WILL affect people using this for their games...

And I think (don't know for sure, a dev would have to explain) that the Widescreen hack does something similar to increasing the FOV (field of view) and then stretching the game to fit the screen effectively creating a so called Hor+ widescreen. Problem with this way of increasing FOV is that a lot of games do not expect the extra FOV and do some "culling" which is effectively just not rendering stuff outside the standard FOV and thus miss some graphics outside the default 4:3 area. This is where cheatcodes come in: some codes will just tell the game to not cull anything.
Check my profile for up to date specs.
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-02-2018, 10:43 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - mstreurman - 05-05-2018, 11:44 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-06-2018, 10:51 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - mstreurman - 05-07-2018, 11:26 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Helios - 05-06-2018, 04:17 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Helios - 05-06-2018, 04:23 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-06-2018, 10:14 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-08-2018, 06:05 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - mstreurman - 05-08-2018, 04:50 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-08-2018, 07:39 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - mstreurman - 05-09-2018, 09:14 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-09-2018, 09:26 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - mstreurman - 05-09-2018, 10:21 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-10-2018, 11:15 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Helios - 05-10-2018, 01:51 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - MayImilae - 05-09-2018, 09:53 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-09-2018, 10:02 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - sirdaniel - 05-09-2018, 06:04 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - mstreurman - 05-10-2018, 01:10 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - MayImilae - 05-10-2018, 02:13 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Helios - 05-10-2018, 02:47 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-10-2018, 10:31 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - JosJuice - 05-10-2018, 10:38 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-10-2018, 10:46 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - JosJuice - 05-10-2018, 10:53 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-10-2018, 11:21 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - mstreurman - 05-11-2018, 06:12 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-11-2018, 11:22 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-11-2018, 10:32 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - mstreurman - 05-12-2018, 08:13 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - spycrab - 05-12-2018, 11:52 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-14-2018, 04:06 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Helios - 05-14-2018, 04:25 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-23-2018, 12:20 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Zexaron - 05-14-2018, 04:58 AM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - MayImilae - 05-23-2018, 12:42 PM
RE: GUI: Graphics Window Renaming and Sort - Hacks, Advanced and Debug Tabs - Helios - 05-23-2018, 12:52 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