libretro / QuickNES_Core

The QuickNES core library, originally by Shay Green, heavily modified
GNU General Public License v2.0
22 stars 35 forks source link

Option for unscaled output #11

Closed msikma closed 7 years ago

msikma commented 7 years ago

First of all, I'm not sure if this is the correct place to ask for this. If this should be raised on the RetroArch repo, I apologize.

I've been using QuickNES on the 3DS, and it works fantastic. I was wondering if it was possible to include an option to not scale the emulator output, and simply keep it 1:1. Currently, it uses bilinear scale, which softens the output a bit. Here's an example.

img_4117

Since there's only 16 pixels difference between screen edge cropped NES and the 3DS's screen height, it would be nice to have the option to simply display the output letterboxed.

hizzlekizzle commented 7 years ago

I think enabling integer scaling in settings > video should do it.

msikma commented 7 years ago

In the build that I've got, there are no settings at all. Maybe this is a unique feature of the 3DS build of RetroArch, but there's no option to change the video output anywhere to be found. The "core options" menu displays a message saying that there are no core options.

The NEStopia build did have some different core options, like NTSC video filtering, so I assumed they would have to be part of the core, but maybe this is a missing feature of RetroArch itself?

hizzlekizzle commented 7 years ago

From the menu where you see the core options, try pressing 'b' a couple of times to get up to the main menu, from there you should be able to go to settings > video.

msikma commented 7 years ago

I assume you mean the main menu? I just tried to see if I could get anywhere else but unfortunately it's just not there. That's on the 1.4.1 build. I guess it should be there, though? Do you think I should raise this on the RetroArch repo?

msikma commented 7 years ago

Just for reference, here's all I can see in my main menu.

img_1054 img_5554

ghost commented 7 years ago

Try to press left/right to switch between tabs of the menu, Main Menu is the far left tab and Settings is just to the right of that. In Settings -> Video there is an Integer Scale option and a Bilinear Filter option, turning off bilinear will switch it to Nearest Neighbor which should get rid of the blurriness. You might have to enable Settings -> User Interface -> Show Advanced Options to see everything.

msikma commented 7 years ago

There it is! Oh wow, thanks for helping me and sorry for wasting your time. I really had absolutely no idea that there were other menus to the left and right... there wasn't really any indication.

You're right, the video settings are there, and so are the options for setting the scaling method.