libretro / mgba

mGBA Game Boy Advance Emulator
https://mgba.io/
Mozilla Public License 2.0
70 stars 77 forks source link

[Feature Request] SGBA/GBP Border #274

Open waitingmoon opened 1 year ago

waitingmoon commented 1 year ago

GBA resolution is 240x160, which makes the screen huge when scaled to full screen. it would be useful to have an option to give an SGBA/GBP border and output as 320x224 or 640x448. SameBoy has a similar option.

hizzlekizzle commented 1 year ago

We usually handle that sort of thing with shaders.

waitingmoon commented 1 year ago

I know that, but tried to combine Borders shader with MegaBezel is too hard. the path was too complicated to understand...

hizzlekizzle commented 1 year ago

Try Duimon's mega bezel borders: https://github.com/Duimon/Duimon-Mega-Bezel

He has some GBA ones in there.

waitingmoon commented 1 year ago

Game Boy Player preset does not seem to exist.