rafaelvcaetano / melonDS-android

Android port of melonDS
GNU General Public License v3.0
783 stars 48 forks source link

Nearest neighbor scaling for game icons & integer scaling for games #48

Open Dionicio3 opened 3 years ago

Dionicio3 commented 3 years ago

Hey, I think it would look much better if the game selection scaled the icons using nearest neighbor. Additionally, I would appreciate the ability to set the scaling to set integers, like 2x or 4x. Thanks

rafaelvcaetano commented 3 years ago

I tried to use non-fileted icons initially but they are so low resolution that you could barely recognize them. However, I see no issue in adding an option for that.

However, I do not understand your second suggestion. Do you mean increasing the internal resolution?

Dionicio3 commented 3 years ago

No I mean having the native resolution scaled up to a set amount instead of it automatically filling the screen Screenshot_20210124-115334~2 As you can here, the pixels aren't the same size, and having integer scaling would fix that. unknown-68 I guess what I'm asking for is this feature from the PC build

rafaelvcaetano commented 3 years ago

Oh, OK. That makes sense. However, I'll leave that for later, once customizable layouts are implemented.

rafaelvcaetano commented 3 years ago

ROM icon filtering can now be customizable in the latest Beta 1.1.0 release.