byuu's message board

For discussion of projects related to www.byuu.org/


Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 12  Next
Desmume X432R with option to increase internal resolution 
Author Message
User avatar

Joined: Sun 05 Sep 2010, 15:42:48

Posts: 1344
Post Re: Desmume X432R with option to increase internal resolution
wareya wrote:
I give up
you're just being a bigot
You are, I hope, aware that if you give up on convincing a bigot that he's wrong, he'll claim victory?

Trust me; I read Pharyngula.

_________________
http://helmet.kafuka.org

Thu 01 May 2014, 18:59:31
User avatar

Joined: Tue 01 Dec 2009, 03:22:14

Posts: 957
Post Re: Desmume X432R with option to increase internal resolution
Image

_________________
rusted logic - horribly outdated since 1998 :(

Thu 01 May 2014, 19:49:41
User avatar

Joined: Sun 05 Sep 2010, 15:42:48

Posts: 1344
Post Re: Desmume X432R with option to increase internal resolution
Here's something I just thought of: what if you were to render the screen of, say, a GBA at 256×256 instead of the intended 240×160? And I don't mean scaling the final output to that size, but actually... let's just get some visual aids in here.

Image
This is what Pokémon Fire Red is supposed to look like. Pay no attention to the quick randomly-picked name.

If we were to render the screen at the dimensions of an entire tilemap, we'd get something like this:
Image
The help bar is no longer aligned to the bottom of the screen and is not wide enough to cover the full distance. The menu too is out of alignment. But wait, there's more!

Image
Everyone knows there's supposed to be a fat guy further down! He's just in range, but wouldn't actually be present in OAM at our current location. He's culled, cos he's out of the game's (rightly presumed) viewing frustrum. That means, if we were to play on a 256×256 screen, the fat guy would suddenly pop into view and then scroll along, like a piece of scenery in an old 3D racing game or whatever.

_________________
http://helmet.kafuka.org

Thu 01 May 2014, 20:16:05

Joined: Sat 18 Apr 2009, 16:06:52

Posts: 2208
Post Re: Desmume X432R with option to increase internal resolution
There's a good chance you'd see scrolling glitches too, depending on how the game updates the tilemap.

Thu 01 May 2014, 22:05:33

Joined: Sat 18 Apr 2009, 16:06:52

Posts: 2208
Post Re: Desmume X432R with option to increase internal resolution
Monochrome1 wrote:
First two look fine to me and dont you have better examples than ancient outdated emulator like Nemu64. Dark Cloud 2 text could be result of plugin bugs,GSDX is not exactly bug free. Even if fixing these bugs would be hacks it means nothing if result is same as perfect emulation and even HLE can give exactly same results as Cycle-accurate LLE if its done good enough.

Sure, you could make anything possible if you include enough game specific hacks. You could have a hack that replaces the entire game with a port that natively targets the resolution. But I don't think it'd be fair to consider it a bug just because this doesn't go to the most heroic attempts possible to cover up all issues it introduces.

And DeSmuME X432R already invokes heuristics and at least one game specific hack to make the graphics work better. While we don't know for sure it couldn't have perfect results with a combination of heuristics and hacks, in practice this will almost certainly never happen. And right now there are plenty of problems - for instance, look at the player select screen in Mario Kart. But conveniently for you, any time there's a problem with the graphics you'll just say it's a bug that could be fixed, without knowing anything about what's causing it. If I were you I'd just defer to the people who have a better understanding of the inner working of emulators.

BTW, I also intend to explore higher resolution hacks in my DS emulator. I'm just under no illusions that it'll always look right, and there's no way I'd try to present it like that.

Thu 01 May 2014, 22:15:20

Joined: Thu 19 Nov 2009, 16:18:55

Posts: 1586
Post Re: Desmume X432R with option to increase internal resolution
Exophase wrote:
BTW, I also intend to explore higher resolution hacks in my DS emulator. I'm just under no illusions that it'll always look right, and there's no way I'd try to present it like that.

As I understand it (third-hand), that's basically Zeromus' take, as well. He's not against the concept, just this particular implementation. This doesn't sit well with end-users, who view it as him rejecting something that already "works" out of NIHism.

_________________
My Emulator Repo for Debian/Ubuntu/Mint/etc (includes bsnes, Retroarch, libretro, VBA, Nestopia, Dolphin)

Thu 01 May 2014, 23:06:43
Screw y'all
User avatar

Joined: Tue 28 Dec 2010, 08:27:37

Posts: 1147
Post Re: Desmume X432R with option to increase internal resolution
Kawa wrote:
shadowinthelight wrote:
And somewhat related, even 2D graphics can be messed up by hi res enhancements. If you allow filtering to try to make the pre-rendered backgrounds in games like FF7 look nicer at the higher resolutions you get ugly, usually green, gaps between sections due to the loss of edge precision.
Do you have a visual example of this phenomenon? Personally, I accept actual screenshots, mockups, and MasterCard.

Image

Of course, this problem can have a number of causes. Attempting to apply filtering in realtime is one of them, but using the game's 1.0 exe on virtually any graphics card newer than 1997 will do it too, as will having FSAA enabled.

The correct way to filter the backgrounds, of course, is to rip them all from flevel.lgp, piece them together (newer ff7 extraction tools can do this step automatically), filter the extracted image, and then re-insert them into the game. Filtering the individual tiles, even if you can prevent these errors, leads to some nasty looking seams like in the Zelda screenshot.
Monochrome1 wrote:
First two look fine to me.

Then you're not looking close enough. I zoomed in the first screenshot and drew an arrow pointing to the problem area:
Image

As you can (or at least should be able to) see, the logo has sort of a "tiled" look to it. The pieces don't fit together quite correctly.

Here's the same shot, but rendered at the machine's native resolution:
Image

The problem disappears. The logo snaps together as it should.

This is a visual artifact that is explicitly caused by rendering at a resolution other than 320x240. As wareya pointed out, to fix these bugs would be a hack in itself. You'd pretty much have to resort to dishonest math, or hardcoding values for specific cases, neither of which is really a good practice.

_________________
CaptainJistuce wrote:
Well, the world used to run at 30 FPS until YouTube got 60 FPS support.
It's only recently that we've been able to see 60 FPS at all, and we should thank the Google for it.

Thu 01 May 2014, 23:22:11

Joined: Sat 18 Apr 2009, 16:06:52

Posts: 2208
Post Re: Desmume X432R with option to increase internal resolution
hunterk wrote:
As I understand it (third-hand), that's basically Zeromus' take, as well. He's not against the concept, just this particular implementation. This doesn't sit well with end-users, who view it as him rejecting something that already "works" out of NIHism.


Yeah I really sympathize with zeromus on this. The code is pretty esoteric and the very few comments are in Japanese. He is totally right to not just blindly accept big patches, especially if the developer is going to just keep making more patches for future versions. It really requires working with the maintainers directly if you want to get something like this in mainline, something this developer is probably unable or unwilling to do.

Instead of complaining and insulting zeromus over this it'd be much more productive if someone would act as a bridge in figuring out how the code works and then working with the DeSmuME team to integrate it under acceptable terms. But complaining and insulting is a lot less work.

Fri 02 May 2014, 00:04:02
User avatar

Joined: Tue 31 Aug 2010, 18:53:03

Posts: 424
Location: Somewhere, Texas
Post Re: Desmume X432R with option to increase internal resolution
Covarr wrote:
Image

Of course, this problem can have a number of causes. Attempting to apply filtering in realtime is one of them, but using the game's 1.0 exe on virtually any graphics card newer than 1997 will do it too, as will having FSAA enabled.

That's actually more extreme than what I remember. I'll fire up the PS1 version when I get home.

_________________
I didn't do it, nobody saw me do it, you can't prove anything.

Fri 02 May 2014, 01:18:54
Screw y'all
User avatar

Joined: Tue 28 Dec 2010, 08:27:37

Posts: 1147
Post Re: Desmume X432R with option to increase internal resolution
shadowinthelight wrote:
That's actually more extreme than what I remember. I'll fire up the PS1 version when I get home.

Might be related to the fact this is the PC version. This was a common problem back in the day.

_________________
CaptainJistuce wrote:
Well, the world used to run at 30 FPS until YouTube got 60 FPS support.
It's only recently that we've been able to see 60 FPS at all, and we should thank the Google for it.

Fri 02 May 2014, 02:21:15

Joined: Fri 10 Apr 2009, 15:00:08

Posts: 13668
Post Re: Desmume X432R with option to increase internal resolution
> There's a good chance you'd see scrolling glitches too, depending on how the game updates the tilemap.

Even just rendering the actually visible scanline 224 (zero indexed, so the 225th, although we skip scanline #0, so the 224th displayed) on the SNES, we see lots of games that have garbage on the last line. I even have overscan controls so you can lop that line off if you want.

Displaying more of the tilemap, you would see an unbelievable amount of garbage. And on the SNES, it'd be even more fun since tile map size is selectable ... on a per BG basis. I don't even want to imagine what that would look like in practice.

Fri 02 May 2014, 03:59:13
User avatar

Joined: Tue 01 Dec 2009, 03:22:14

Posts: 957
Post Re: Desmume X432R with option to increase internal resolution
Image

When it comes to not giving a crap about overscan garbage, TMNT for the NES is king. The garbage on the pause screen was plainly visible even on my old, terrible rounded-corner 1980s CRT.

The sad part is that Konami could have easily fixed this by shifting the screen upwards a few lines; the game does clear 240 lines like it's supposed to, but the developers apparently just didn't care.

_________________
rusted logic - horribly outdated since 1998 :(

Fri 02 May 2014, 05:15:03
User avatar

Joined: Tue 31 Aug 2010, 18:53:03

Posts: 424
Location: Somewhere, Texas
Post Re: Desmume X432R with option to increase internal resolution
FF7 on ePSXe 1.9.0 with Pete's OpenGL2 driver 2.9 with almost all the settings maxed out. This is what texture filtering does.

Extended w/o Sprites - unfiltered 2D
Image

Extended + smoothed Sprites
Image

Some screens later on are worse. IIRC the color leaking through is sometimes also pink or black.

_________________
I didn't do it, nobody saw me do it, you can't prove anything.


shadowinthelight


Fri 02 May 2014, 08:41:25
User avatar

Joined: Sun 05 Sep 2010, 15:42:48

Posts: 1344
Post Re: Desmume X432R with option to increase internal resolution
shadowinthelight wrote:
FF7 on ePSXe 1.9.0 with Pete's OpenGL2 driver 2.9 with almost all the settings maxed out. This is what texture filtering does.
If you can't tell what's wrong with the second shot, please report to your nearest optician.

_________________
http://helmet.kafuka.org

Fri 02 May 2014, 08:42:38
User avatar

Joined: Fri 10 Apr 2009, 23:02:43

Posts: 90
Post Re: Desmume X432R with option to increase internal resolution
I remember in ppsspp if you took the IR past 2x the entire game hud would disappear in outrun 2006. In the persona 3 port I recall there being black outlines around HUD icons with increased IR. Really if you're not running any game in the original IR you're pretty much asking for trouble. I'm sure there's a lot of even worse stuff if I played through a bunch of games.

Sat 03 May 2014, 00:08:41
Previous  1 ... 3, 4, 5, 6, 7, 8, 9 ... 12  Next

Who is online

Users browsing this forum: No registered users and 0 guests

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum